messages from 2026-08-01 08:49:37 to 2026-08-03 08:03:41 UTC [more...]
[RFC PATCH v2 0/2] mm: enable lru cache for smaller large folios
2026-08-03 8:03 UTC (5+ messages)
` [RFC PATCH v2 2/2] mm: improve large folio reuse for LRU-cached folios
[PATCH] mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()
2026-08-03 8:01 UTC (5+ messages)
[PATCH 0/2] docs/ksm: fix advisor documentation and comment
2026-08-03 7:54 UTC (8+ messages)
` [PATCH 1/2] docs: ksm: fix typos in sysfs knob names
[PATCH RFT 0/3] mm, drm: ensure .fault() does not have to be followed by .pfn_mkwrite() for write faults
2026-08-03 7:30 UTC (2+ messages)
[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
2026-08-03 7:19 UTC (3+ messages)
[PATCH 6.18.y 0/2] mm/slab: fix unbounded recursion in free path with memalloc profiling
2026-08-03 7:15 UTC (3+ messages)
` [PATCH 6.18.y 1/2] lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()
` [PATCH 6.18.y 2/2] mm/slab: prevent unbounded recursion in free path with new kmalloc type
[PATCH v9 0/8] mm: optimize zone-device memmap initialization
2026-08-03 7:09 UTC (9+ messages)
` [PATCH v9 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v9 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v9 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v9 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v9 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v9 6/8] string: introduce memcpy_nontemporal()
` [PATCH v9 7/8] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v9 8/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
[Bug 221804] New: WARNING at mm/memblock.c:904 __free_reserved_area(): "Cannot free reserved memory because of deferred initialization of the memory map" during housekeeping_init() at boot
2026-08-03 6:54 UTC (3+ messages)
` [PATCH] sched/isolation: Defer freeing of the bootmem housekeeping cpumasks
[PATCH v2 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
2026-08-03 6:45 UTC (9+ messages)
` [PATCH v2 03/17] mm/mm_init: skip initializing shared vmemmap tail pages
[syzbot] [mm?] WARNING in update_rq_clock (2)
2026-08-03 6:40 UTC
[PATCH v4] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
2026-08-03 6:37 UTC (3+ messages)
[PATCH] mm/vmalloc: Do not warn on -ENOMEM from va_alloc()
2026-08-03 6:34 UTC (3+ messages)
[PATCH v3] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
2026-08-03 6:31 UTC (3+ messages)
[PATCH v4] mm: Use a folio in the softleaf_is_device_private path
2026-08-03 6:25 UTC (2+ messages)
[PATCH v2 0/3] tools/mm/page_owner_sort: fix --sort, add module filter, improve usage
2026-08-03 6:20 UTC (4+ messages)
` [PATCH v2 1/3] tools/mm/page_owner_sort: fix --sort option being silently ignored
` [PATCH v2 2/3] tools/mm/page_owner_sort: add module name sort/cull/filter support
` [PATCH v2 3/3] tools/mm/page_owner_sort: show available sort keys in usage text
[PATCH] mm/sparse: correct init section annotations
2026-08-03 6:06 UTC (3+ messages)
[PATCH] mm/memory-failure: fix refcount leak on soft-offline LBS folio
2026-08-03 6:00 UTC
[PATCH] selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailable
2026-08-03 5:34 UTC (2+ messages)
[RFC PATCH v3 0/6] mm: mglru: fix swappiness behavior
2026-08-03 5:33 UTC (5+ messages)
` [RFC PATCH v3 3/6] mm/mglru: improve readability of isolate_folios()
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-03 2:43 UTC (7+ messages)
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
[PATCH v2 0/2] Honor XA_FLAGS_ACCOUNT in xas_split_alloc() and charge to folio's memcg
2026-08-03 2:39 UTC (6+ messages)
` [PATCH v2 1/2] mm/huge_memory: use folio's memcg inside __folio_split()
` [PATCH v2 2/2] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()
[PATCH v3 0/5] mm: Unconditional per-VMA locks and cleanups
2026-08-03 2:11 UTC (7+ messages)
` [PATCH v3 1/5] mm: Make per-VMA locks available universally
` [PATCH v3 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v3 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
` [PATCH v3 4/5] binder: Remove mmap_lock fallback
` [PATCH v3 5/5] tcp: Remove mmap_lock fallback path
[PATCH 0/4] mm, ceph: remove wait_on_page_writeback()
2026-08-03 2:06 UTC (10+ messages)
` [PATCH 1/4] ceph: add ceph_folio_snap_context()
` [PATCH 2/4] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH 3/4] mm: remove wait_on_page_writeback()
` [PATCH 4/4] ceph: remove page_snap_context()
[PATCH] selftests/mm: read memory information without popen
2026-08-03 1:30 UTC
[PATCH 00/16] selftests/mm: improve khugepaged coverage
2026-08-03 1:21 UTC (19+ messages)
` [PATCH 01/16] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH 02/16] selftests/mm: add folio-order check for VA ranges
` [PATCH 03/16] selftests/mm: add folio-order detection self-check
` [PATCH 04/16] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH 05/16] selftests/mm: add khugepaged completion barrier helper
` [PATCH 06/16] selftests/mm: add khugepaged race harness
` [PATCH 07/16] selftests/mm: cover a shared-source collapse write race
` [PATCH 08/16] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH 09/16] selftests/mm: skip khugepaged swap tests when no swap is configured
` [PATCH 10/16] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH 11/16] selftests/mm: race-harness variant for permissive hole occupancy
` [PATCH 12/16] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH 13/16] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH 14/16] selftests/mm: zap whole PTE tables in the khugepaged race harness
` [PATCH 15/16] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH 16/16] selftests/mm: skip khugepaged shmem cases without a PMD page cache folio
[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
2026-08-02 23:37 UTC (5+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled
` [PATCH 2/9] selftests/exec: let binfmt_flag_supported() return a bool
[patch 0/3] lib: add synthetic MM benchmarks
2026-08-02 23:06 UTC (7+ messages)
` [patch 1/3] lib: test_vmstat: add synthetic benchmark for vm stats
` [patch v2] "
[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
2026-08-02 22:54 UTC (10+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[RFC PATCH 0/2] mm/damon/{reclaim,lru_sort}: fix commit_inputs infinite hang
2026-08-02 18:54 UTC (3+ messages)
` [RFC PATCH 1/2] mm/damon/reclaim: skip damon_call() if ctx has not started
` [RFC PATCH 2/2] mm/damon/lru_sort: "
[PATCH RFC 05/14] mm/hugetlb: use direct assignment instead of folio_change_private()
2026-08-02 18:38 UTC (3+ messages)
[PATCH RFC 01/14] mm/zsmalloc: replace PG_private with pointer comparison
2026-08-02 18:38 UTC (5+ messages)
[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
2026-08-02 18:00 UTC (4+ messages)
` [PATCH 1/3] ovl: don't warn when the "
` [PATCH 2/3] binfmt_misc: "
` [PATCH 3/3] selftests/filesystems: test completing a context "
[syzbot] [fs?] [mm?] WARNING in path_noexec (2)
2026-08-02 17:07 UTC (2+ messages)
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-08-02 16:40 UTC (9+ messages)
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 04/26] x86/mm: split out preallocate_sub_pgd()
` [PATCH v3 07/26] x86/mm: introduce mm-local region
` [PATCH v3 11/26] x86/mm: introduce the mermap
[RFC PATCH v1.1 0/9] mm/damon: fix DAMOS bugs in core, paddr and vaddr
2026-08-02 16:26 UTC (10+ messages)
` [RFC PATCH v1.1 1/9] mm/damon/core: skip applying scheme if region split for quota fails
` [RFC PATCH v1.1 2/9] mm/damon/core: initialize damos_quota_goal->last_psi_total
` [RFC PATCH v1.1 3/9] mm/damon/paddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.1 4/9] mm/damon/paddr: respect folio end for DAMOS actions except STAT
` [RFC PATCH v1.1 5/9] mm/damon/vaddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.1 6/9] mm/damon/vaddr: respect folio end for DAMOS_MIGRATE_{HOT,COLD}
` [RFC PATCH v1.1 7/9] mm/damon/core: handle extreme memory state in damon_get_node_mem_bp()
` [RFC PATCH v1.1 8/9] mm/damon/core: handle extreme memory state in get_node_memcg_used_bp()
` [RFC PATCH v1.1 9/9] mm/damon/core: handle extreme memory state in get_in_active_mem_bp()
[RFC PATCH v2 0/2] mm/damon: avoid division by zero from damos_quota_score()
2026-08-02 16:20 UTC (3+ messages)
` [RFC PATCH v2 1/2] samples/damon/mtier: error out for zero quota goal target values
` [RFC PATCH v2 2/2] mm/damon/lru_sort: error out for >10000 active_mem_bp
[Linux Memory Hotness and Promotion] Notes from July 30, 2026
2026-08-02 16:08 UTC (2+ messages)
[PATCH v2 0/3] mm/vmalloc: stop truncating byte counts derived from nr_pages
2026-08-02 15:52 UTC (4+ messages)
` [PATCH v4] mm/vmalloc: make vm_struct.nr_pages an unsigned long
[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
2026-08-02 14:57 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v6 00/22] kho: make boot time huge page allocation work nicely with KHO
2026-08-02 11:28 UTC (19+ messages)
` [PATCH v6 04/22] kho: return virtual address of mem_map from kho_get_mem_map()
` [PATCH v6 07/22] kho: add a struct for radix callbacks
` [PATCH v6 09/22] kho: add data argument to radix walk callback
` [PATCH v6 10/22] kho: allow early-boot usage of the KHO radix tree
` [PATCH v6 11/22] kho: allow destroying "
` [PATCH v6 12/22] kho: add kho_radix_init_tree()
` [PATCH v6 13/22] kho: expose kho_scratch_overlap() to kexec_handover.h
` [PATCH v6 14/22] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v6 15/22] kho: initialize preserved memory map radix tree earlier
` [PATCH v6 16/22] mm/mm_init: simplify deferred_free_pages() migratetype init
` [PATCH v6 17/22] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
` [PATCH v6 18/22] kho: extend scratch
` [PATCH v6 19/22] memblock: always include KHO headers
` [PATCH v6 20/22] memblock: make HugeTLB bootmem allocation work with KHO
` [PATCH v6 21/22] memblock: add memblock_reserved_hugetlb_size()
` [PATCH v6 22/22] kho: exclude hugetlb memory from scratch size calculation
[PATCH 0/4] CRASH_ZEROIZE: Wipe secrets before kdump
2026-08-02 10:20 UTC (5+ messages)
[RFC PATCH v1 0/2] mm: use VMA lock for kernel faults on user addresses
2026-08-02 8:49 UTC (4+ messages)
` [RFC PATCH v1 1/2] x86/mm: "
` [RFC PATCH v1 2/2] arm64/mm: "
KMSAN: use-after-free in sw842_decompress (zswap writeback)
2026-08-02 6:22 UTC (3+ messages)
[PATCH] slub: print just the function name in /sys/kernel/slab/*/ctor
2026-08-02 5:13 UTC (4+ messages)
[akpm-mm:mm-new] BUILD SUCCESS 1dbd7c34bb92dd9c0b0363b75f6ec444299af108
2026-08-02 1:38 UTC
[PATCH RFC 04/14] fs/crypto: stop setting PG_private on bounce page
2026-08-02 1:29 UTC (3+ messages)
[PATCH RFC 03/14] xen/grant-table: stop setting PG_private on pages for grant mapping
2026-08-02 1:24 UTC (3+ messages)
[PATCH RFC 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker
2026-08-02 1:20 UTC (3+ messages)
[syzbot] [mm?] [kernfs?] INFO: rcu detected stall in netlink_sendmsg (6)
2026-08-02 0:00 UTC
[PATCH v3 0/2] selftests/mm: use pattern matching in .gitignore
2026-08-01 22:34 UTC (3+ messages)
[7.1.y 0/3] mm/slab: fix unbounded recursion in free path with memalloc profiling
2026-08-01 22:13 UTC (6+ messages)
` [7.1.y 1/3] mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXT
` [7.1.y 2/3] lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()
` [7.1.y 3/3] mm/slab: prevent unbounded recursion in free path with new kmalloc type
[RFC PATCH] samples/damon/mtier: error out for zero quota goal target values
2026-08-01 21:13 UTC
[PATCH] mm/gup: fix always draining LRU caches in collect_longterm_unpinnable_folios()
2026-08-01 19:20 UTC (3+ messages)
[Bug 221820] New: sparc64 mmap() returns EINVAL for non-MAP_FIXED hint within VA_EXCLUDE_START...END
2026-08-01 19:06 UTC
[RFC PATCH 0/9] mm/damon: fix DAMOS bugs in core, paddr and vaddr
2026-08-01 17:35 UTC (10+ messages)
` [RFC PATCH 1/9] mm/damon/core: skip applying scheme if region split for quota fails
` [RFC PATCH 2/9] mm/damon/core: initialize damos_quota_goal->last_psi_total
` [RFC PATCH 3/9] mm/damon/paddr: respect folio end for DAMOS_STAT
` [RFC PATCH 4/9] mm/damon/paddr: respect folio end for DAMOS actions except STAT
` [RFC PATCH 5/9] mm/damon/vaddr: respect folio end for DAMOS_STAT
` [RFC PATCH 6/9] mm/damon/vaddr: respect folio end for DAMOS_MIGRATE_{HOT,COLD}
` [RFC PATCH 7/9] mm/damon/core: handle extreme memory state in damon_get_node_mem_bp()
` [RFC PATCH 8/9] mm/damon/core: handle extreme memory state in get_node_memcg_used_bp()
` [RFC PATCH 9/9] mm/damon/core: handle extreme memory state in get_in_active_mem_bp()
TLB free bug in 4c640eb4181c ("mm: move pte table reclaim code to memory.c")
2026-08-01 14:00 UTC
[Hypervisor Live Update] Notes from July 27, 2026
2026-08-01 12:32 UTC
[PATCH RFC] mm/gup: batch contiguous pages in follow_page_mask() and return them via a pages array
2026-08-01 12:25 UTC (5+ messages)
[PATCH v4 0/5] tracing: add ref_trace_final_put tracing
2026-08-01 10:59 UTC (6+ messages)
` [PATCH v4 1/5] tracing: add ref_trace_final_put tracepoint
` [PATCH v4 2/5] refcount: "
` [PATCH v4 3/5] percpu-refcount: add ref_trace_final_put trace
` [PATCH v4 4/5] kunit: add test for ref_trace_final_put
` [PATCH v4 5/5] MAINTAINERS: add entries "
[PATCH v4] mm/page_reporting: Add page_reporting_delay_ms module parameter
2026-08-01 9:25 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox