linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-19 09:01:20 to 2021-03-20 05:45:10 UTC [more...]

[PATCH v5 00/27] Memory Folios
 2021-03-20  5:41 UTC  (27+ messages)
` [PATCH v5 01/27] fs/cachefiles: Remove wait_bit_key layout dependency
` [PATCH v5 02/27] mm/writeback: Add wait_on_page_writeback_killable
` [PATCH v5 03/27] afs: Use wait_on_page_writeback_killable
` [PATCH v5 04/27] mm: Introduce struct folio
` [PATCH v5 05/27] mm: Add folio_pgdat and folio_zone
` [PATCH v5 06/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v5 07/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v5 08/27] mm: Add put_folio
` [PATCH v5 09/27] mm: Add get_folio
` [PATCH v5 10/27] mm: Create FolioFlags
` [PATCH v5 11/27] mm: Handle per-folio private data
` [PATCH v5 12/27] mm: Add folio_index, folio_file_page and folio_contains
` [PATCH v5 13/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v5 14/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v5 15/27] mm/filemap: Add unlock_folio
` [PATCH v5 16/27] mm/filemap: Add lock_folio
` [PATCH v5 17/27] mm/filemap: Add lock_folio_killable
` [PATCH v5 18/27] mm/filemap: Add __lock_folio_async
` [PATCH v5 19/27] mm/filemap: Add __lock_folio_or_retry
` [PATCH v5 20/27] mm/filemap: Add wait_on_folio_locked
` [PATCH v5 21/27] mm/filemap: Add end_folio_writeback
` [PATCH v5 22/27] mm/writeback: Add wait_on_folio_writeback
` [PATCH v5 23/27] mm/writeback: Add wait_for_stable_folio
` [PATCH v5 24/27] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v5 25/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v5 26/27] mm/filemap: Convert page wait queues to be folios

[linux-next:master 4960/5787] include/linux/compiler_types.h:320:38: error: call to '__compiletime_assert_350' declared with attribute error: BUILD_BUG_ON failed: KMALLOC_MIN_SIZE > 16 || KMALLOC_SHIFT_HIGH < 10
 2021-03-20  5:27 UTC 

[PATCH 00/10] [v6] Migrate Pages in lieu of discard
 2021-03-20  4:05 UTC  (3+ messages)
` [PATCH 07/10] mm/vmscan: add helper for querying ability to age anonymous pages

[PATCH] mm: page_alloc: fix memcg accounting leak in speculative cache lookup
 2021-03-20  3:25 UTC  (4+ messages)

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-03-20  2:39 UTC  (6+ messages)
` [PATCH 2/3] mm, dax, pmem: Introduce dev_pagemap_failure()

[PATCH v4 00/25] Page folios
 2021-03-20  2:09 UTC  (5+ messages)
` [PATCH v4 01/25] mm: Introduce struct folio

Page zapping and page table reclaim
 2021-03-20  1:56 UTC  (8+ messages)

[linux-next:master 5240/5787] drivers/iommu/intel/pasid.c:536:22: error: implicit declaration of function 'read_cr0'
 2021-03-20  1:46 UTC 

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-03-20  1:46 UTC  (9+ messages)
` [PATCH v11 1/6] kasan: allow an architecture to disable inline instrumentation
` [PATCH v11 2/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v11 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v11 4/6] kasan: Document support on 32-bit powerpc
` [PATCH v11 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v11 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[PATCH] mm: kmemleak: Fix a typo
 2021-03-20  1:31 UTC  (2+ messages)

[RFC PATCH 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-20  1:18 UTC  (10+ messages)
` [RFC PATCH 1/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [RFC PATCH 2/8] hugetlb: recompute min_count when dropping hugetlb_lock
` [RFC PATCH 3/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [RFC PATCH 4/8] hugetlb: call update_and_free_page without hugetlb_lock
` [RFC PATCH 5/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [RFC PATCH 6/8] hugetlb: make free_huge_page irq safe
` [RFC PATCH 7/8] hugetlb: add update_and_free_page_no_sleep for irq context
` [RFC PATCH 8/8] hugetlb: track hugetlb pages allocated via cma_alloc

[PATCH 1/2] mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabled
 2021-03-20  0:37 UTC  (8+ messages)
` [PATCH 2/2] mm: memcontrol: deprecate swapaccounting=0 mode

[PATCH] mm/gup: check page posion status for coredump
 2021-03-20  0:35 UTC  (6+ messages)
      ` [PATCH v3] "

[PATCH v5 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-19 23:59 UTC  (4+ messages)
` [PATCH v5 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH 1/3] mm/slub: fixing backtrace of objects because of redzone adjustment
 2021-03-19 23:23 UTC  (4+ messages)
  ` [PATCH 2/3] mm/slub: Add Support for free path information of an object

[PATCH] mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT) builds
 2021-03-19 23:09 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-19 22:37 UTC  (5+ messages)
` [PATCH v3 2/4] userfaultfd.2: Add write-protect mode
` [PATCH v3 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH v23 00/28] Control-flow Enforcement: Shadow Stack
 2021-03-19 21:43 UTC  (13+ messages)
` [PATCH v23 22/28] x86/cet/shstk: User-mode shadow stack support
` [PATCH v23 23/28] x86/cet/shstk: Handle signals for shadow stack

[PATCH v7 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-19 21:28 UTC  (7+ messages)
` [PATCH v7 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v7 2/6] init_on_alloc: Optimize static branches
` [PATCH v7 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v7 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v7 5/6] arm64: entry: "
` [PATCH v7 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[linux-next:master] BUILD REGRESSION f00397ee41c79b6155b9b44abd0055b2c0621349
 2021-03-19 20:04 UTC 

[PATCH v4] mm: cma: support sysfs
 2021-03-19 19:24 UTC  (26+ messages)

[PATCH RFC 0/3] drivers/char: remove /dev/kmem for good
 2021-03-19 18:55 UTC  (10+ messages)
` [PATCH RFC 1/3] "
` [PATCH RFC 2/3] mm: remove xlate_dev_kmem_ptr()
` [PATCH RFC 3/3] mm/vmalloc: remove vwrite()

[PATCH 0/6] mm: some config cleanups
 2021-03-19 18:35 UTC  (2+ messages)

[PATCH v5 0/7] Use obj_cgroup APIs to charge kmem pages
 2021-03-19 18:41 UTC  (11+ messages)
` [PATCH v5 1/7] mm: memcontrol: slab: fix obtain a reference to a freeing memcg
` [PATCH v5 2/7] mm: memcontrol: introduce obj_cgroup_{un}charge_pages
` [PATCH v5 3/7] mm: memcontrol: directly access page->memcg_data in mm/page_alloc.c
` [PATCH v5 4/7] mm: memcontrol: change ug->dummy_page only if memcg changed
` [PATCH v5 5/7] mm: memcontrol: use obj_cgroup APIs to charge kmem pages
` [PATCH v5 6/7] mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_pages()
` [PATCH v5 7/7] mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEM

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-19 18:18 UTC  (8+ messages)
` [PATCH 1/7] mm/page_alloc: Move gfp_allowed_mask enforcement to prepare_alloc_pages
` [PATCH 2/7] mm/page_alloc: Rename alloced to allocated
` [PATCH 3/7] mm/page_alloc: Add a bulk page allocator

[PATCH v4 1/3] mm: disable LRU pagevec during the migration temporarily
 2021-03-19 17:51 UTC  (3+ messages)
` [PATCH v4 2/3] mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
` [PATCH v4 3/3] mm: fs: Invalidate BH LRU during page migration

[PATCH v3 0/5] arm64: kasan: support CONFIG_KASAN_VMALLOC
 2021-03-19 17:41 UTC  (4+ messages)
` [PATCH v3 1/5] arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOC

[PATCH] mm/page_alloc: try oom if reclaim is unable to make forward progress
 2021-03-19 17:29 UTC  (3+ messages)

[PATCH 2/5] mm/page_alloc: Add a bulk page allocator
 2021-03-19 17:10 UTC  (12+ messages)

[PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration
 2021-03-19 16:47 UTC  (5+ messages)
` [mm] 8fd8d23ab1: WARNING:at_fs/buffer.c:#__brelse

[PATCH v10 0/3] Charge loop device i/o to issuing cgroup
 2021-03-19 16:27 UTC  (9+ messages)

[PATCH v6 resend 0/3] mm, vsprintf: dump full information of page flags in pGp
 2021-03-19 16:05 UTC  (9+ messages)
` [PATCH v6 resend 1/3] mm, slub: use pGp to print page flags
` [PATCH v6 resend 2/3] mm, slub: don't combine pr_err with INFO
` [PATCH v6 resend 3/3] vsprintf: dump full information of page flags in pGp

[PATCH v4 0/5] Use obj_cgroup APIs to charge kmem pages
 2021-03-19 15:45 UTC  (6+ messages)
` [PATCH v4 4/5] mm: memcontrol: use "
    ` [External] "

[PATCH v3 0/1] correct the inside linear map range during hotplug check
 2021-03-19 15:43 UTC  (7+ messages)
` [PATCH v3 1/1] arm64: mm: "

[PATCH] userfaultfd: Write protect when virtual memory range has no page table entry
 2021-03-19 15:24 UTC 

[PATCH v3 0/7] Rationalise __alloc_pages wrappers
 2021-03-19 14:49 UTC  (9+ messages)
` [PATCH v3 1/7] mm/page_alloc: Rename alloc_mask to alloc_gfp
` [PATCH v3 5/7] mm/mempolicy: Rewrite alloc_pages documentation
` [PATCH v3 6/7] mm/mempolicy: Rewrite alloc_pages_vma documentation
` [PATCH v3 7/7] mm/mempolicy: Fix mpol_misplaced kernel-doc

[PATCH v6 0/5] Make alloc_contig_range handle Hugetlb pages
 2021-03-19 13:20 UTC  (6+ messages)
` [PATCH v6 1/5] mm,page_alloc: Bail out earlier on -ENOMEM in alloc_contig_migrate_range
` [PATCH v6 2/5] mm,compaction: Let isolate_migratepages_{range,block} return error codes
` [PATCH v6 3/5] mm: Make alloc_contig_range handle free hugetlb pages
` [PATCH v6 4/5] mm: Make alloc_contig_range handle in-use "
` [PATCH v6 5/5] mm,page_alloc: Drop unnecessary checks from pfn_range_valid_contig

[PATCH v19 7/8] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
 2021-03-19 12:42 UTC  (4+ messages)
    ` [External] "

[PATCH V2] mm/memtest: Add ARCH_USE_MEMTEST
 2021-03-19 12:34 UTC  (2+ messages)

[linux-next:master 3962/5787] s390-linux-ld: undefined reference to `iounmap'
 2021-03-19 12:21 UTC 

[PATCH v5 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-19 12:04 UTC  (9+ messages)
` [PATCH v5 1/5] mm,memory_hotplug: Allocate memmap from the added memory range
` [PATCH v5 2/5] acpi,memhotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [PATCH v5 3/5] mm,memory_hotplug: Add kernel boot option to enable memmap_on_memory
` [PATCH v5 4/5] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [PATCH v5 5/5] arm64/Kconfig: "

[PATCH mm] kfence: fix printk format for ptrdiff_t
 2021-03-19 11:37 UTC  (10+ messages)

[PATCH 1/2] selftests: add a kselftest for SLUB debugging functionality
 2021-03-19 11:19 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c8c0b27c517330b76200783933903a95f1733931
 2021-03-19 11:05 UTC 

[PATCH v5 0/5] Make alloc_contig_range handle Hugetlb pages
 2021-03-19 10:26 UTC  (12+ messages)
` [PATCH v5 2/5] mm,compaction: Let isolate_migratepages_{range,block} return error codes

[PATCH v2] mm: slub: Convert sys slab alloc_calls, free_calls to bin attribute
 2021-03-19  9:40 UTC  (2+ messages)

[PATCH v1 00/14] Multigenerational LRU
 2021-03-19  9:31 UTC  (3+ messages)
` [PATCH v1 14/14] mm: multigenerational lru: documentation

fuse: kernel BUG at mm/truncate.c:763!
 2021-03-19  9:02 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).