Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-30 16:42:00 to 2026-07-01 08:35:50 UTC [more...]

[PATCH] mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplug
 2026-07-01  8:35 UTC  (3+ messages)

[PATCH 0/2] mm: memory-failure: fix HWPoison flag race with non-atomic page flag ops
 2026-07-01  8:33 UTC  (18+ messages)

[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-01  8:32 UTC  (16+ messages)
` [PATCH v6 01/10] mm/memory: add memory_block_aligned_range() helper
` [PATCH v6 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v6 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v6 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v6 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v6 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax
` [PATCH v6 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v6 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v6 10/10] selftests/dax: add dax/kmem hotplug sysfs regression test

[PATCH v3 00/16] mm: Some cleanups for page allocator APIs
 2026-07-01  8:32 UTC  (39+ messages)
` [PATCH v3 02/16] mm/page_alloc: some renames to clarify alloc_flags scopes
` [PATCH v3 05/16] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
` [PATCH v3 06/16] mm/page_alloc: relax GFP WARN in nolock allocs
` [PATCH v3 07/16] mm: move some stuff to mm/page_alloc.h
` [PATCH v3 08/16] perf/x86/intel: Use higher-level allocator API
` [PATCH v3 09/16] KVM: VMX: "
` [PATCH v3 10/16] x86/virt: "
` [PATCH v3 11/16] sgi-xp: "
` [PATCH v3 12/16] net/funeth: Switch to "
` [PATCH v3 13/16] mm: Remove __alloc_pages_node()
` [PATCH v3 14/16] mm: Move __alloc_pages() to mm/page_alloc.h
` [PATCH v3 15/16] mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG
` [PATCH v3 16/16] mm: remove the __GFP_NO_OBJ_EXT flag

[PATCH v2] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
 2026-07-01  8:31 UTC  (23+ messages)

[PATCH v4 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01  8:18 UTC  (5+ messages)
` [PATCH v4 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "

[PATCH v2 0/4] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-07-01  8:18 UTC  (10+ messages)
` [PATCH v2 4/4] mm: try to free swapcache for non-LRU folios

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-01  8:05 UTC  (9+ messages)
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages

[PATCH 0/6] mm: preparatory patches for PMD level swap entries
 2026-07-01  8:04 UTC  (9+ messages)
` [PATCH 1/6] mm: add softleaf_to_pmd() and convert existing callers
` [PATCH 2/6] mm: extract mm_prepare_for_swap_entries() helper
` [PATCH 3/6] fs/proc: use softleaf_has_pfn() in pagemap PMD walker
` [PATCH 4/6] mm/huge_memory: move softleaf_to_folio() inside migration branch
` [PATCH 5/6] mm/migrate_device: move softleaf_to_folio() inside device-private branch
` [PATCH 6/6] mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_SUPPORTS_PMD_SOFTLEAF

[PATCH v4] mm: mglru: fix stale batch updates after memcg reparenting
 2026-07-01  7:52 UTC 

[PATCH] mm/slub: serve slabobj_ext array from a strictly larger kmalloc cache
 2026-07-01  7:42 UTC  (17+ messages)

[PATCH 0/4] scsi: replace __get_free_pages() with kmalloc()
 2026-07-01  7:04 UTC  (9+ messages)
` [PATCH 1/4] scsi: target: file: use kmalloc() to allocate temporary protection buffer
` [PATCH 2/4] scsi: proc: use kmalloc() in proc writers
` [PATCH 3/4] scsi: ipr: use kmalloc() to allocate IPR dump buffer memory
` [PATCH 4/4] scsi: sym53c8xx_2: replace __get_free_pages() with kmalloc()

[PATCH v8 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-07-01  6:59 UTC  (5+ messages)

[PATCH 1/4] mm/compaction: stop recording free page order in page->private
 2026-07-01  6:49 UTC  (2+ messages)

[PATCH v5 0/9] mm/page_owner: misc cleanups
 2026-07-01  6:49 UTC  (12+ messages)
` [PATCH v5 1/9] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
` [PATCH v5 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
` [PATCH v5 3/9] mm: use enum migrate_reason instead of int for migration reason parameters
` [PATCH v5 4/9] mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
` [PATCH v5 5/9] mm/page_owner: add missing newline to count_threshold format string
` [PATCH v5 6/9] mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
` [PATCH v5 7/9] mm/page_owner: drop redundant page_owner prefix from static symbols
` [PATCH v5 8/9] mm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES boundary
` [PATCH v5 9/9] mm/page_owner: use memcg_data snapshot instead of PageMemcgKmem() to avoid TOCTOU VM_BUG_ON

[PATCH v2] selinux: hooks: use kmalloc() to allocate path buffer
 2026-07-01  6:28 UTC  (4+ messages)

[PATCH v5 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01  6:24 UTC  (6+ messages)
` [PATCH v5 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v5 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v5 3/3] riscv: store percpu offset into thread_info

[PATCH v3 0/8] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-07-01  6:22 UTC  (2+ messages)

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-07-01  6:21 UTC  (11+ messages)

[PATCH] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-01  5:57 UTC  (3+ messages)

[PATCH v4 0/7] mm/page_owner: misc cleanups
 2026-07-01  5:45 UTC  (10+ messages)
` [PATCH v4 1/7] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
` [PATCH v4 2/7] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
` [PATCH v4 3/7] mm: use enum migrate_reason instead of int for migration reason parameters
` [PATCH v4 4/7] mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
` [PATCH v4 5/7] mm/page_owner: add missing newline to count_threshold format string
` [PATCH v4 6/7] mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
` [PATCH v4 7/7] mm/page_owner: drop redundant page_owner prefix from static symbols

[PATCH v2] mm/hugetlb: avoid unnecessary TLB flush for empty folio list in vmemmap optimize
 2026-07-01  5:34 UTC 

[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-07-01  5:33 UTC  (4+ messages)

[PATCH v2 0/3] mm/migrate: preparatory cleanups for batch copy and offload
 2026-07-01  5:17 UTC  (4+ messages)
` [PATCH v2 1/3] mm/migrate: rename page to folio leftovers
` [PATCH v2 2/3] mm/migrate: fix stale list name in migrate_folios_move() comment
` [PATCH v2 3/3] mm/migrate: use migrate_info field instead of private

[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-07-01  4:00 UTC  (5+ messages)

[RFC PATCH] mm/damon/core: disallow overlapping input ranges for damon_set_regions()
 2026-07-01  3:49 UTC 

[PATCH v3] mm/memcontrol: Avoid stuck FLUSHING_CACHED_CHARGE on isolated CPU
 2026-07-01  2:40 UTC 

[PATCH v5] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-07-01  2:31 UTC  (2+ messages)

[linux-next:master 1977/2307] mm/hugetlb.c:3095:4: warning: array subscript -1 is below array bounds of 'struct list_head[1]'
 2026-07-01  1:36 UTC 

[PATCH v6 0/3] mm: clean up folio LRU and swap declarations
 2026-07-01  1:26 UTC  (6+ messages)
` [PATCH v6 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v6 2/3] mm: rename swap.c to folio.c

[PATCH v3] mm/shmem: Fix data-race in shmem_fault
 2026-07-01  1:24 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] mm/damon/vaddr: check address space stability before VMA traversal
 2026-07-01  1:08 UTC  (2+ messages)

[RFC PATCH 0/8] Introducte Reserved THP
 2026-07-01  0:24 UTC  (6+ messages)

[PATCH] mm: mempolicy: fix automatic numa balancing for shmem
 2026-06-30 23:40 UTC  (2+ messages)

[PATCH v2] mm/vmstat: fold stranded per-cpu node stats when a node comes online
 2026-06-30 23:27 UTC  (5+ messages)

[PATCH v2 00/19] maple_tree: lock checking and clean ups
 2026-06-30 23:05 UTC  (24+ messages)
` [PATCH v2 01/19] maple_tree: Add rcu locking check when LOCKDEP is enabled
` [PATCH v2 02/19] locking/lockdep: Add sequence counter to held_lock
` [PATCH v2 03/19] maple_tree: Add write lock checking with lockdep sequence numbers
` [PATCH v2 04/19] maple_tree: Documentation fix
` [PATCH v2 05/19] maple_tree: Drop dead code from mas_extend_spanning_null()
` [PATCH v2 06/19] maple_tree: Drop MAPLE_ALLOC_SLOTS
` [PATCH v2 07/19] maple_tree: Clarify comments on mas_nomem()
` [PATCH v2 08/19] maple_tree: Use prefetched value in mas_wr_store_type()
` [PATCH v2 09/19] maple_tree: Optimise mas_wr_node_store() when not in rcu mode
` [PATCH v2 10/19] maple_tree: micro optimisation of mas_wr_store_type()
` [PATCH v2 11/19] maple_tree: Add bulk parent set helper
` [PATCH v2 12/19] maple_tree: Catch race in mas_alloc_cyclic()
` [PATCH v2 13/19] maple_tree: Document that erase may use GFP_KERNEL for allocations
` [PATCH v2 14/19] maple_tree: WARN_ON_ONCE when allocations fail
` [PATCH v2 15/19] maple_tree: Document erase and allocations better
` [PATCH v2 16/19] maple_tree: Change two GFP flags in tests
` [PATCH v2 17/19] maple_tree: Fix argument name in header
` [PATCH v2 18/19] maple_tree: Avoid extra gap calculation
` [PATCH v2 19/19] maple_tree: Add helper mas_make_walkable()

[PATCH v1 0/2] luo support for preserving eventfd
 2026-06-30 22:55 UTC  (5+ messages)
` [PATCH v1 1/2] eventfd: luo: "

Subject: [BUG/RFC] write-open file THP cache purge can discard dirty page cache
 2026-06-30 22:48 UTC  (10+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-30 22:34 UTC  (12+ messages)
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-30 20:55 UTC  (2+ messages)

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-30 20:45 UTC  (5+ messages)

[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-06-30 20:20 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages

[PATCH v4 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-06-30 20:19 UTC  (2+ messages)

[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
 2026-06-30 20:10 UTC  (3+ messages)

[PATCH v2 0/4] memcg: bail out reclaim when memcg is dying
 2026-06-30 20:05 UTC  (2+ messages)

[PATCH v2] docs: pagemap: fix flags location, member name and sample code
 2026-06-30 19:36 UTC  (2+ messages)

[PATCH v2] docs/mm: Fix braces
 2026-06-30 19:29 UTC  (2+ messages)

[akpm-mm:mm-new] BUILD SUCCESS WITH WARNING 15654b0268cd65b4e673510c0377774e61b86397
 2026-06-30 18:41 UTC  (2+ messages)

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-06-30 17:59 UTC  (10+ messages)

[PATCH v2] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
 2026-06-30 17:39 UTC  (2+ messages)

[PATCH 0/8] Stop special-casing hugetlb mappings in get_unmapped_area
 2026-06-30 17:10 UTC  (3+ messages)
` [PATCH 4/8] arch/s390: Stop special-casing hugetlb mappings in arch_get_unmapped_area

[RFC v2 PATCH] reserve_mem: add support for static memory
 2026-06-30 17:09 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox