Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-14 16:52:40 to 2026-07-14 22:26:25 UTC [more...]

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-14 22:25 UTC  (8+ messages)

[PATCH] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-14 22:22 UTC  (3+ messages)

[PATCH v2 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-14 22:21 UTC  (5+ messages)
` [PATCH v2 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v2 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v2 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v2 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[PATCH 1/2] selftests/cgroup: fix missing TAP output in test_hugetlb_memcg
 2026-07-14 22:09 UTC  (2+ messages)

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-14 21:45 UTC  (7+ messages)
` [RFC PATCH 02/34] ARM: mm: make 2-level pgd_t a scalar

[PATCH 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-14 21:33 UTC  (6+ messages)
` [PATCH 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[RFC PATCH 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-14 21:14 UTC  (15+ messages)
` [RFC PATCH 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH 13/13] Documentation/dev-tools: document KWatch

[PATCH] kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
 2026-07-14 20:51 UTC 

[PATCH] mm: memcg-v1: make mem_cgroup_oom_notify_cb() return void
 2026-07-14 20:06 UTC  (2+ messages)

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-14 20:05 UTC  (9+ messages)

[PATCH v5] mm: mglru: fix stale batch updates after memcg reparenting
 2026-07-14 20:05 UTC  (2+ messages)

[PATCH] mm: memcontrol: factor out memcg kmem uncharge sequence
 2026-07-14 20:02 UTC  (2+ messages)

[PATCH] mm: memcontrol: drop unused cpu argument from flush_nmi_stats
 2026-07-14 20:01 UTC  (2+ messages)

[PATCH] mm: memcg-v1: fix wrong linux-mm list address in deprecation warnings
 2026-07-14 20:00 UTC  (2+ messages)

[PATCH] mm: memcg-v1: account vmpressure event allocations
 2026-07-14 19:59 UTC  (2+ messages)

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-14 19:58 UTC  (10+ messages)
` [PATCH v2 1/9] exec: stash bpf-selected interpreter state in struct linux_binprm
` [PATCH v2 2/9] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/9] binfmt_misc: let the entry lookup walk sleep
` [PATCH v2 4/9] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 5/9] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 6/9] binfmt_misc: let bpf handlers pass an argument to the interpreter
` [PATCH v2 7/9] binfmt_misc: let a bpf handler choose the invocation flags per exec
` [PATCH v2 8/9] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH v2 9/9] selftests/exec: add binfmt_misc bpf-backed handler test

[PATCH] mm: memcontrol: update state_local when flushing NMI stats
 2026-07-14 19:52 UTC  (4+ messages)

[PATCH] mm/memory-tiers: cache top tier nodes
 2026-07-14 19:20 UTC  (2+ messages)

[PATCH] mm/memory-tiers: cache top tier nodes
 2026-07-14 19:16 UTC  (2+ messages)

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-14 19:11 UTC  (8+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v3 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v3 4/4] arm64: remove redundant concurrent ptdump UAF mitigation

[PATCH] xfs: restore nofs context unconditionally in xfs_trans_roll
 2026-07-14 18:53 UTC  (3+ messages)

[RFC] virtio_balloon: fix Use-After-Free in page reporting during PM freeze
 2026-07-14 18:52 UTC  (6+ messages)

[PATCH v3 0/9] Use generic_file_read_iter() in hugetlbfs
 2026-07-14 18:44 UTC  (12+ messages)
` [PATCH v3 1/9] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v3 2/9] hugetlb: Mark some function arguments as const
` [PATCH v3 3/9] memory-failure: Track hugetlb poison in a hash table
` [PATCH v3 4/9] mm: Handle hugetlb correctly in is_page_hwpoison()
` [PATCH v3 5/9] filemap: Add hwpoison handling to filemap_read()
` [PATCH v3 6/9] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v3 7/9] hugetlb: Set mapping folio order
` [PATCH v3 8/9] filemap: Add support for authoritative mappings
` [PATCH v3 9/9] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
 2026-07-14 18:28 UTC  (15+ messages)

[PATCH RFC 00/13] mm/swap: introduce priority queue to remove global cluster cache and plist
 2026-07-14 18:09 UTC  (3+ messages)
` [PATCH RFC 09/13] mm/swap: add priority queue for swap device allocation

[PATCH v2] mm/util: don't read __page_2 for order-1 folios in snapshot_page()
 2026-07-14 17:57 UTC  (4+ messages)

[PATCH v2 0/5] mm: fix inode UAF when splitting a file folio past EOF
 2026-07-14 17:31 UTC  (8+ messages)
` [PATCH v2 1/5] mm/memory-failure: keep the folio, not the poisoned subpage, locked across split

better block swap batching and a different take on swap_ops v5
 2026-07-14 17:27 UTC  (3+ messages)
` [PATCH 1/7] shmem: provide a shmem_write_folio wrapper

[PATCH v2 06/10] memory-failure: Prevent UAF in raw_hwp_page list
 2026-07-14 17:24 UTC  (4+ messages)

[RFC PATCH] mm/page_reporting: Add page_reporting_delay sysctl
 2026-07-14 17:14 UTC 

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-14 17:05 UTC  (5+ messages)

[PATCH 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-14 16:52 UTC  (5+ messages)
` [PATCH 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH 2/2] mm/zswap: Support batch writeback in shrink_memcg()


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