Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-21 08:31:14 to 2026-08-22 13:20:31 UTC [more...]

[RFC PATCH v3 0/8] batch lookups in follow_page_mask()
 2026-08-22 13:20 UTC  (8+ messages)
` [RFC PATCH v3 3/8] mm/gup: split follow_page_pte_commit() out of follow_page_pte()

[PATCH 0/7] docs: core-api: Fix stale function names and a broken example
 2026-08-22 12:28 UTC  (3+ messages)
` [PATCH 6/7] docs: xarray: Fix xas_try_split() name

[PATCH v2] fork: initialize function graph state before copy_exec_state()
 2026-08-22 11:28 UTC  (3+ messages)

[PATCH] fork: initialize function graph state before copy_exec_state()
 2026-08-22  8:50 UTC  (3+ messages)

[PATCH] kho: Convert error handling to immediate return pattern
 2026-08-22  6:41 UTC 

[PATCH 0/6] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
 2026-08-22  5:45 UTC  (9+ messages)
` [PATCH 1/6] mm/mglru: batch update lrugen->nr_pages in inc_min_seq()
` [PATCH 2/6] mm/mglru: batch update lrugen->protected "
` [PATCH 3/6] mm/mglru: enhance cold/hot inversion handling "
` [PATCH 4/6] mm/mglru: exclude folios promoted by aging from protected "
` [PATCH 5/6] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail
` [PATCH 6/6] mm/mglru: batch move folios to the second-oldest gen's LRU

[RFC PATCH 0/4] mm/vmscan: honour node reclaim limits per type
 2026-08-22  4:50 UTC  (20+ messages)
` [RFC PATCH 3/4] mm/vmscan: drop the combined limit gate in __node_reclaim()

[PATCH] mm/memblock: simplify reserve_mem_init error handling
 2026-08-22  3:23 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-22  3:19 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] mm/bpf: Add bpf_proactive_reclaim kfuncs

[PATCH] memcg: move LRU size accounting on reparenting instead of copying it
 2026-08-22  2:47 UTC 

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-22  1:38 UTC  (9+ messages)

[patch 0/3] lib: add synthetic MM benchmarks
 2026-08-22  0:56 UTC  (6+ messages)
` [patch 1/3] lib: test_vmstat: add synthetic benchmark for vm stats
  ` [patch v2] "

[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
 2026-08-22  0:32 UTC  (6+ messages)

[RFC/Discussion] mm/damon: Helping with alternative for watermarks
 2026-08-21 23:43 UTC  (3+ messages)

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

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-21 20:44 UTC  (9+ messages)
` [PATCH v4 07/10] "

[PATCH] mm/madvise: use folio_trylock() in the cold/pageout PMD split
 2026-08-21 20:38 UTC  (6+ messages)

[PATCH] selftests/mm: check strdup() and fix buf leak in parse_test_type()
 2026-08-21 20:14 UTC  (5+ messages)

[PATCH v2 0/2] mm/page_isolation: fix UBSAN shift-out-of-bounds in isolate_single_pageblock
 2026-08-21 19:54 UTC  (5+ messages)
` [PATCH v2 1/2] mm/page_isolation: fix UBSAN shift-out-of-bounds warning
` [PATCH v2 2/2] mm/page_isolation: guard compound_order() against racing

[PATCH bpf-next v2 0/3] bpf: Add user memory access kfuncs for linux_binprm
 2026-08-21 19:52 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v2 2/3] bpf: Add user memory access kfuncs for linux_binprm

[PATCH] binfmt_elf_fdpic: reject PT_LOAD with filesz larger than memsz
 2026-08-21 19:43 UTC  (3+ messages)

[PATCH] mm/huge_memory: allow huge pfnmaps regardless of THP mode
 2026-08-21 19:32 UTC  (3+ messages)

[PATCH] mm: memcg: use ratelimited stats flush in obj_cgroup_may_zswap()
 2026-08-21 19:28 UTC  (6+ messages)

[PATCH] selftests/cgroup: Fix cg_run_in_subcgroups ignoring arg parameter
 2026-08-21 19:14 UTC  (2+ messages)

[PATCH 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-21 19:00 UTC  (16+ messages)
` [PATCH 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH 3/3] selinux: require EXECMEM or PTRACE for FOLL_FORCE introspection

[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
 2026-08-21 18:57 UTC  (12+ messages)
` [PATCH 01/11] mm/cma: drop const for struct page on release API
` [PATCH 02/11] mm/cma: include linux/cma.h in cma.h
` [PATCH 03/11] cgroup: add memory_cma_accounting mount option
` [PATCH 04/11] memcg: add cma charge/uncharge functions for area counters
` [PATCH 05/11] mm/cma: charge cma allocation to memcg per "
` [PATCH 06/11] memcg: register per-area usage counters in cgroupfs
` [PATCH 07/11] selftests: cgroup: add cma configs for cgroup selftest suite
` [PATCH 08/11] selftests: cgroup: add memcg cma tests
` [PATCH 09/11] selftests: cgroup: add a vmtest script for memcg
` [PATCH 10/11] selftests: cgroup: add memcg hugetlb_cma tests
` [PATCH 11/11] selftests: cgroup: amend vmtest-memcg to run the hugetlb cma tests

[RFC PATCH v3 0/4] mm: enable lru cache for smaller large folios
 2026-08-21 18:53 UTC  (5+ messages)

[RFC] memory.high auto limit daemon
 2026-08-21 18:28 UTC 

[PATCH] mm/mempolicy: Fix sleeping allocation in alloc_pages_bulk_weighted_interleave()
 2026-08-21 17:59 UTC  (5+ messages)

[PATCH] mm: thp: default defrag mode to defer+madvise
 2026-08-21 17:47 UTC  (8+ messages)

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-21 17:38 UTC  (11+ messages)

[PATCH] lkdtm: use kmalloc() instead of __get_free_page
 2026-08-21 17:35 UTC  (2+ messages)

[PATCH v2 0/6] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-08-21 16:43 UTC  (17+ messages)
` [PATCH v2 1/6] efi/libstub: add a helper for the top of usable RAM
` [PATCH v2 2/6] efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v2 3/6] efi/libstub: add the poisoned-memory EFI table
` [PATCH v2 4/6] efi/libstub: install the poisoned-memory table from the stub
` [PATCH v2 5/6] efi: record hardware-poisoned frames into the poisoned-memory table
` [PATCH v2 6/6] efi: respect the poisoned pages coming from previous kernel

[PATCH 0/4] Stop TIF_NOTIFY_SIGNAL from interrupting work that can't be restarted
 2026-08-21 17:18 UTC  (5+ messages)
` [PATCH 1/4] signal: allow taks to temporarily block TIF_NOTIFY_SIGNAL
` [PATCH 4/4] smb: prevent TIF_NOTIFY_SIGNAL from interrupting

[PATCH v3 02/11] mm, swap: support zswap and zeroswap as vswap backends
 2026-08-21 17:09 UTC  (3+ messages)

[PATCH v2 0/3] mm: khugepaged: fix tracepoint UAF
 2026-08-21 17:09 UTC  (6+ messages)
` [PATCH v2 1/3] mm: khugepaged: fix swap entry value to folio_pfn()

[syzbot] [mm?] BUG: sleeping function called from invalid context in bucket_table_alloc
 2026-08-21 16:57 UTC 

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-21 15:34 UTC  (13+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates

[syzbot] [mm?] WARNING in ep_write_iter
 2026-08-21 15:31 UTC  (6+ messages)

[PATCH 0/2] mm: stop calling pmd_folio() on special PMDs
 2026-08-21 14:49 UTC  (3+ messages)
` [PATCH 1/2] mm/mempolicy: use vm_normal_folio_pmd() in queue_folios_pmd()
` [PATCH 2/2] mm/madvise: use vm_normal_folio_pmd() in cold/pageout PMD range

[PATCH 0/4] CRASH_ZEROIZE: Wipe secrets before kdump
 2026-08-21 14:28 UTC  (7+ messages)
` [PATCH 3/4] mm/secretmem: zeroize secret pages "

[PATCH 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-21 14:07 UTC  (8+ messages)
` [PATCH 1/2] kselftest: mm: prevent random failure of huge page split for khugepaged

[PATCH v3 0/3] mm: zswap: free cold writeback folios promptly
 2026-08-21 14:01 UTC  (9+ messages)
` [PATCH v3 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-08-21 13:39 UTC  (3+ messages)

[PATCH 25-new] patches: fix a typo
 2026-08-21 13:26 UTC 

[syzbot] [mm?] [gfs2?] WARNING in read_rindex_entry
 2026-08-21 12:54 UTC  (3+ messages)
` [PATCH] gfs2: valid the length of rgrp header

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-21 12:30 UTC  (4+ messages)
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd

[PATCH] audit: add CLONE3 auxiliary record to log process cloning
 2026-08-21 12:26 UTC  (3+ messages)

[PATCH 0/6] coredump: select memory types per request
 2026-08-21 11:52 UTC  (7+ messages)
` [PATCH 1/6] coredump: select memory types to include
` [PATCH 2/6] tools: sync coredump.h header
` [PATCH 3/6] selftests/coredump: simplify the refusal tests
` [PATCH 4/6] selftests/coredump: test COREDUMP_MEMORY_TYPES
` [PATCH 5/6] selftests/coredump: improve coredump size negotiation tests
` [PATCH 6/6] selftests/coredump: test failed handshakes

[RFC PATCH 0/3] selftests: mm: introduce page allocation stall reproducer
 2026-08-21 10:44 UTC  (4+ messages)

[PATCH v2 0/3] mm: fix workingset refaults in the zswap writeback path
 2026-08-21 10:19 UTC  (6+ messages)
` [PATCH v2 1/3] mm/swap: move LRU insertion out of the swap cache allocator
` [PATCH v2 2/3] mm/swap: refault on swap-in, not in "
` [PATCH v2 3/3] mm/zswap: preserve the workingset shadow across writeback

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-21  9:48 UTC  (5+ messages)

[PATCH v7 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-08-21  9:32 UTC  (4+ messages)
` [PATCH v7 1/2] mm/memory_hotplug: make shrink_zone_span() more robust

[PATCH 1/1] mm/hugetlb: do not dissolve gigantic pages without runtime support
 2026-08-21  9:30 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