Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-31 07:15:01 to 2026-08-31 15:30:31 UTC [more...]

[PATCH RFC v9 00/25] pkeys-based page table hardening
 2026-08-31 15:30 UTC  (9+ messages)
` [PATCH RFC v9 01/25] mm: Introduce kpkeys
` [PATCH RFC v9 13/25] mm: kpkeys: Introduce early page table allocator

[RFC PATCH v4 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-31 15:28 UTC  (5+ messages)
` [RFC PATCH v4 1/3] mm/zswap: release retired pools via queue_rcu_work() instead of synchronize_rcu()
` [RFC PATCH v4 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array

[PATCH 0/2] docs/core-api: memory-allocation: add k[mz]alloc_obj() and clarify kmalloc
 2026-08-31 15:26 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] MAINTAINERS: add memory related docs in core-mm/ to MM - MISC section

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-31 15:17 UTC  (7+ messages)
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array

[RFC 00/10] Reclaimable kernel stacks
 2026-08-31 15:13 UTC  (19+ messages)
` [RFC 06/10] Reclaim memory from blocked "

[PATCH v2 0/2] mm/damon: add kunit tests for probe_hits handling and probe params validation
 2026-08-31 15:06 UTC  (3+ messages)
` [PATCH v2 1/2] mm/damon/core-kunit: test probe_hits handling at region split and merge
` [PATCH v2 2/2] mm/damon/core-kunit: test damon_valid_probe_params()

[PATCH v3 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-31 15:02 UTC  (4+ messages)
` [PATCH v3 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH v3 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH v3 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

[PATCH v2] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
 2026-08-31 15:01 UTC  (9+ messages)

[PATCH] RCU safety for vma maple tree walks
 2026-08-31 14:58 UTC  (2+ messages)

[PATCH v2 0/2] mm/damon/core: remove unused helper functions
 2026-08-31 14:57 UTC  (3+ messages)
` [PATCH v2 1/2] mm/damon/core: remove unused damon_targets_empty()
` [PATCH v2 2/2] mm/damon/core: remove unused damon_nr_running_ctxs()

[PATCH 0/8] mm: remove page_swap_entry()
 2026-08-31 14:50 UTC  (3+ messages)
` [PATCH 2/8] mm/huge_memory: use folio_swap_entry() when splitting a swapcache folio

[PATCH v4 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-08-31 14:47 UTC  (4+ messages)
` [PATCH v4 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [PATCH v4 2/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [PATCH v4 3/3] Docs/mm/damon/design: Document hugepage_mem_bp target metric

[Patch v2] mm: adjust out-dated document of __GFP_NOFAIL
 2026-08-31 14:35 UTC  (4+ messages)

[PATCH] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
 2026-08-31 14:35 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 0/4] USB: replace page allocator calls with kmalloc()
 2026-08-31 14:30 UTC  (5+ messages)
` [PATCH 1/4] USB: usbfs: replace __get_free_page() "

[PATCH 0/7] mm/damon: misc cleanups
 2026-08-31 14:26 UTC  (8+ messages)
` [PATCH 1/7] mm/damon/core: remove declaration of __damon_commit_ctx()
` [PATCH 2/7] mm/damon/core: introduce damon_set_target_pid()
` [PATCH 3/7] mm/damon/ops-common: factor out damon_putback_folio_list()
` [PATCH 4/7] selftests/damon/sysfs.py: clean up sh processes used for obsolete_target test
` [PATCH 5/7] mm/damon/tests: use scoped_guard() for damon_test_ops_registration
` [PATCH 6/7] selftests/damon: prevent remaining cross-object state pollution
` [PATCH 7/7] samples/damon/mtier: add comment for struct region_range

[PATCH] tools/testing/selftests/mm: add missing .gitignore entries
 2026-08-31 14:18 UTC 

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-08-31 14:09 UTC  (7+ messages)
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header

[RFC PATCH v1.2 0/8] mm/damon: fix DAMOS bugs in core, paddr and vaddr
 2026-08-31 14:02 UTC  (9+ messages)
` [RFC PATCH v1.2 1/8] mm/damon/core: skip applying scheme if region split for quota fails
` [RFC PATCH v1.2 2/8] mm/damon/paddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.2 3/8] mm/damon/paddr: respect folio end for DAMOS actions except STAT
` [RFC PATCH v1.2 4/8] mm/damon/vaddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.2 5/8] mm/damon/vaddr: respect folio end for DAMOS_MIGRATE_{HOT,COLD}
` [RFC PATCH v1.2 6/8] mm/damon/core: handle extreme memory state in damon_get_node_mem_bp()
` [RFC PATCH v1.2 7/8] mm/damon/core: handle extreme memory state in get_node_memcg_used_bp()
` [RFC PATCH v1.2 8/8] mm/damon/core: handle extreme memory state in get_in_active_mem_bp()

[PATCH v3] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
 2026-08-31 13:55 UTC 

[PATCH] mm/vmpressure: remove window size TODO
 2026-08-31 13:42 UTC 

[PATCH v2 0/2] mm/hugetlb: fix surplus accounting and availability checks during demotion
 2026-08-31 13:35 UTC  (3+ messages)
` [PATCH v2 1/2] mm/hugetlb: preserve source surplus accounting "
` [PATCH v2 2/2] mm/hugetlb: cap demotion at currently available free pages

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-08-31 13:30 UTC  (4+ messages)

[PATCH] mm: vmpressure: scale window size based on machine memory
 2026-08-31 13:27 UTC  (2+ messages)

[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
 2026-08-31 13:24 UTC  (14+ messages)
` [RFC PATCH v2 01/23] sched/topology: Add llc_to_node() to translate LLC id to NUMA node
` [RFC PATCH v2 02/23] sched/topology: Introduce a NUMA distance matrix with unique distance values
` [RFC PATCH v2 04/23] sched/topology: Introduce a method to calculate the llc distance
` [RFC PATCH v2 07/23] sched/cache: Prioritize preferred NUMA node selection over LLC selection
` [RFC PATCH v2 08/23] sched/topology: Introduce a per-CPU tasks NUMA preferred counter

[PATCH v2 0/5] of: reserved_mem: several fixes about reserved memory
 2026-08-31 13:04 UTC  (4+ messages)
  ` [PATCH v2 1/5] of: reserved_mem: skip init for regions whose early reservation failed

[PATCH] mm/slab: take n->list_lock for the list_add() in __refill_objects_node()
 2026-08-31 12:55 UTC  (4+ messages)

[PATCH 0/9] Remove FGP_NOFS
 2026-08-31 12:32 UTC  (16+ messages)
` [PATCH 1/9] mm: Improve memalloc_nofs_save() documentation
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
` [PATCH 4/9] nfs: "
` [PATCH 7/9] squashfs: Remove use of FGP_NOFS
` [PATCH 8/9] filemap: Remove redundant FGP_NOFS
` [PATCH 9/9] filemap: Remove FGP_NOFS

[PATCH 0/2] mm/hugetlb: fix surplus accounting and availability checks during demotion
 2026-08-31 12:12 UTC  (3+ messages)

[PATCH v2 0/2] mm/mglru: clean up isolate_folios for readability and clarity
 2026-08-31 12:04 UTC  (6+ messages)
` [PATCH v2 1/2] mm/mglru: make type fallback logic explicit in isolate_folios()
` [PATCH v2 2/2] mm/mglru: make retry "

[PATCH V2] kho: Convert error handling to immediate return pattern
 2026-08-31 11:58 UTC  (3+ messages)

[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-08-31 11:56 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in __mmap_complete
 2026-08-31 11:43 UTC  (3+ messages)

[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
 2026-08-31 11:39 UTC  (5+ messages)
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()

[PATCH] mm/damon/tests/core-kunit: add test for unconditionally skipping the last region
 2026-08-31 11:37 UTC 

[PATCH v2 0/2] Fix deferred_split_isolate() and drop the split workaround
 2026-08-31 11:34 UTC  (6+ messages)
` [PATCH v2 1/2] mm/huge_memory: do not touch frozen folios in deferred_split_isolate()
` [PATCH v2 2/2] mm/huge_memory: dequeue the deferred split after the split freeze

[PATCH] mm/mm_init: remove zone_absent_pages_in_node()
 2026-08-31 11:30 UTC  (3+ messages)

[PATCH v11 0/7] mm: optimize zone-device memmap initialization
 2026-08-31 11:16 UTC  (8+ messages)
` [PATCH v11 1/7] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v11 2/7] mm: add a set_page_section_from_pfn() helper
` [PATCH v11 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v11 4/7] mm: extend the template fast path to zone-device compound tails
` [PATCH v11 5/7] string: introduce memcpy_nontemporal()
` [PATCH v11 6/7] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v11 7/7] x86/string: extend memcpy_flushcache() fixed-size fastpaths

[PATCH] mm, swap: fix SWAP_USAGE_OFFLIST_BIT collision with real usage count
 2026-08-31 11:13 UTC  (2+ messages)

[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-31 11:13 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in exit_to_user_mode_loop
 2026-08-31 11:12 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
 2026-08-31 10:45 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-08-31 10:43 UTC  (13+ messages)
` [PATCH bpf-next v3 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v3 2/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v3 3/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v3 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v3 5/7] selftests/bpf: Cover trusted-or-null BTF pointer reads
` [PATCH bpf-next v3 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v3 7/7] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm

[syzbot] [mm?] WARNING in __mod_zone_page_state
 2026-08-31 10:28 UTC  (8+ messages)

[PATCH] MAINTAINERS: update memblock tree URLs
 2026-08-31 10:21 UTC 

[PATCH v2] mm/gup_test: report actual pinned bytes
 2026-08-31 10:13 UTC 

[PATCH v2 1/1] mm/slab_common: reject zero object_size before calculate_alignment
 2026-08-31 10:06 UTC  (2+ messages)

[PATCH v2] mm: vmalloc: fix vmap_purge_lock livelock under memory pressure
 2026-08-31  9:54 UTC  (4+ messages)

[PATCH 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-08-31  9:49 UTC  (14+ messages)
` [PATCH 01/11] mm/sparse-vmemmap: introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH 02/11] mm/sparse-vmemmap: factor out shared vmemmap tail page allocation
` [PATCH 03/11] mm/sparse-vmemmap: open-code init_compound_tail()
` [PATCH 04/11] mm/sparse-vmemmap: prepare DAX vmemmap population for section orders
` [PATCH 05/11] mm/sparse-vmemmap: set section order for device DAX
` [PATCH 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH 08/11] powerpc/mm: switch device DAX to shared tail vmemmap pages
` [PATCH 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH 11/11] Documentation/mm: update DAX vmemmap deduplication docs

[PATCH v2 0/3] mm: workingset: fix the shadow node budget under MGLRU
 2026-08-31  9:46 UTC  (4+ messages)
` [PATCH v2 1/3] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v2 2/3] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v2 3/3] mm: memcg: skip the RCU lock when the memcg is not dying

[PATCH v2] mm/slab: reject unsupported kmalloc() sizes
 2026-08-31  9:46 UTC  (2+ messages)

[PATCH] mm: fix the race on huge alloc failed
 2026-08-31  9:32 UTC  (4+ messages)

[PATCH bpf-next 2/3] bpf: Add user memory access kfuncs for linux_binprm
 2026-08-31  9:25 UTC  (2+ messages)

[syzbot] [kernfs?] [mm?] INFO: rcu detected stall in kernfs_fop_open (7)
 2026-08-31  9:20 UTC  (3+ messages)
  ` [syzbot] [kernfs?] "

[PATCH] mm/rmap: remove stale hugetlb check in try_to_unmap_one
 2026-08-31  9:13 UTC  (3+ messages)

[PATCH] mm/hugetlb: fix overbroad MMU notifiers for unshared PMDs
 2026-08-31  9:10 UTC 

[PATCH] mm/oom_kill, proc: replace magic number 1000 with OOM_SCORE_ADJ_MAX
 2026-08-31  9:09 UTC  (3+ messages)

[PATCH] mm/memfd: don't unreserve hugetlb pages on -EEXIST in error path
 2026-08-31  9:06 UTC 

[PATCH] mm: memcontrol: treat disabled memcg as kmem accounting disabled
 2026-08-31  9:01 UTC  (5+ messages)

[PATCH v2] selftests/mm: hugetlb_madv_vs_map: add underflow test
 2026-08-31  9:01 UTC  (2+ messages)

[PATCH] mm/gup_test: report actual pinned bytes
 2026-08-31  9:00 UTC  (2+ messages)

[PATCH] memcg: clear FLUSHING_CACHED_CHARGE on cpu offline
 2026-08-31  8:56 UTC  (2+ messages)

[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
 2026-08-31  8:52 UTC  (4+ messages)
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags

[PATCH v2 0/3] pidfd: add task path ioctls
 2026-08-31  8:49 UTC  (2+ messages)

[PATCH 00/16] xswap: extendable swap device backed by zswap
 2026-08-31  8:35 UTC  (3+ messages)
` [syzbot ci] "

[PATCH 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-31  8:28 UTC  (4+ messages)
` [PATCH 2/3] serial: core: replace get_zeroed_page() with kzalloc()

[PATCH v2 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-31  8:27 UTC  (4+ messages)
` [PATCH v2 1/3] tty: port: replace get_zeroed_page() with kzalloc()
` [PATCH v2 2/3] serial: core: "
` [PATCH v2 3/3] tty: hvcs: replace __get_free_page() with kmalloc()

[PATCH] mm/mremap: account mm->locked_vm correctly for MREMAP_DONTUNMAP
 2026-08-31  8:19 UTC  (3+ messages)

[PATCH] ovl: implement ->get_unmapped_area()
 2026-08-31  8:18 UTC  (3+ messages)

[PATCH 0/9] mm/mglru: suppress empty page table walks during aging
 2026-08-31  8:17 UTC  (5+ messages)
` [PATCH 1/9] mm/mglru: add MM_WALK_EMPTY stats and tracepoint

[akpm-mm:mm-new] BUILD SUCCESS da6c37ed8beb273e3308e42d4bca3ce11b4432fa
 2026-08-31  7:51 UTC 

[PATCH] mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
 2026-08-31  8:15 UTC  (2+ messages)

[PATCH v3 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-31  7:58 UTC  (3+ messages)
` [PATCH v3 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-31  7:38 UTC  (7+ messages)
` [PATCH v5 2/2] "

[PATCH v2] mm/memcontrol: fix stuck FLUSHING_CACHED_CHARGE bit on isolated cpus
 2026-08-31  7:29 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