messages from 2026-07-23 10:26:06 to 2026-07-24 08:29:48 UTC [more...]
[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-24 8:29 UTC (8+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
` [PATCH -v4 2/4] mm: vmscan: propagate real error code from per-node proactive reclaim
` [PATCH -v4 3/4] mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()
` [PATCH -v4 4/4] mm/mglru: fix anon-only reclaim evicting file pages when swappiness=max
[PATCH v2] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-24 8:27 UTC
[PATCH] selftests/mm: fix gup_longterm EINVAL error message
2026-07-24 8:22 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2 0/5] mm/rmap: Refactor try_to_unmap_one
2026-07-24 7:48 UTC (5+ messages)
` [PATCH v2 1/5] mm/rmap: convert page -> folio for hwpoison checks
[PATCH v2 0/6] remove dead NULL checks after GFP_NOFAIL allocations and fix xive use-after-free
2026-07-24 7:34 UTC (11+ messages)
` [PATCH v2 1/6] powerpc/xive: remove dead NULL check after GFP_NOFAIL allocation
` [PATCH v2 2/6] powerpc/xive: add error return value to xive_smp_probe()
` [PATCH v2 3/6] powerpc/xive: fix use-after-free of xive_ipis
` [PATCH v2 4/6] drm: remove dead WARN_ON NULL check after GFP_NOFAIL allocation
` [PATCH v2 5/6] lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocations
` [PATCH v2 6/6] RDMA/cxgb4: "
[PATCH] mm/vmpressure: scale the vmpressure window with machine size
2026-07-24 7:30 UTC (2+ messages)
[PATCH] mm: memcg: stop reclaim when a limit update is superseded
2026-07-24 6:53 UTC (3+ messages)
[PATCH v5 00/11] mm: PMD-level swap entries for anonymous THPs
2026-07-24 6:52 UTC (12+ messages)
` [PATCH v5 01/11] mm: add PMD swap entry detection support
` [PATCH v5 02/11] mm: add PMD swap entry splitting support
` [PATCH v5 04/11] mm: zswap: add range lookup for large-folio swapin
` [PATCH v5 10/11] mm: install PMD swap entries on swap-out
mm: opaque hardware page-table entry handles
2026-07-24 6:47 UTC (9+ messages)
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-07-24 6:29 UTC (6+ messages)
[PATCH v2 0/2] Fix and optimize LoongArch module loading
2026-07-24 6:07 UTC (3+ messages)
` [PATCH v2 2/2] LoongArch: Skip address pairing for non-exec sections
[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
2026-07-24 5:58 UTC (10+ messages)
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm "
[PATCH v6 0/4] mm/zsmalloc: reduce lock contention in zs_free()
2026-07-24 4:55 UTC (3+ messages)
[PATCH -v4 0/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
2026-07-24 4:18 UTC (5+ messages)
` [PATCH -v4 1/2] memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.h
[PATCH] mm: mempolicy: fix automatic numa balancing for shmem
2026-07-24 3:55 UTC (12+ messages)
[PATCH] mm/mglru: fix memcg protection for global proactive reclaim
2026-07-24 3:47 UTC (3+ messages)
[PATCH] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-24 3:34 UTC (3+ messages)
[rppt-memblock:misc] BUILD SUCCESS d7bfd98ba01d2af48cc238d5525201c83fdef251
2026-07-24 3:23 UTC
mm.git review status at 7.2-rc4
2026-07-24 3:09 UTC (2+ messages)
[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-24 2:43 UTC (7+ messages)
` [PATCH v3 4/4] mm/mglru: fix anon-only reclaim evicting file pages when swappiness=max
[rppt-memblock:for-next] BUILD SUCCESS a000f52cffe0e577ff4519cc2c23e073278b9c7f
2026-07-24 1:57 UTC
[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
2026-07-24 1:53 UTC (7+ messages)
` [PATCH v4 1/2] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v4 2/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
[RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
2026-07-24 1:46 UTC
[PATCH v6 00/14] mm: thp: always enable mTHP support
2026-07-24 1:34 UTC (15+ messages)
` [PATCH v6 01/14] docs: tmpfs: remove implementation detail reference
` [PATCH v6 02/14] mm: shmem: shmem_getattr(): set blksize to highest supported THP order
` [PATCH v6 03/14] mm: introduce pgtable_has_pmd_leaves()
` [PATCH v6 04/14] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH v6 05/14] drivers: nvdimm: "
` [PATCH v6 06/14] mm: debug_vm_pgtable: "
` [PATCH v6 07/14] mm: shmem: allow THP support determination at folio allocation time
` [PATCH v6 08/14] s390: move has_transparent_hugepage() out of THP guard
` [PATCH v6 09/14] powerpc: "
` [PATCH v6 10/14] mips: "
` [PATCH v6 11/14] x86: "
` [PATCH v6 12/14] treewide: introduce arch_has_pmd_leaves()
` [PATCH v6 13/14] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v6 14/14] mm: thp: always enable mTHP support
Semantic conflict between 04b177544a04 in drm-misc-fixes and 0b6b1bb28482 in -mm
2026-07-24 0:13 UTC (6+ messages)
[PATCH mm-hotfixes v6 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-23 23:32 UTC (8+ messages)
` [PATCH mm-hotfixes v6 1/5] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v6 2/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
` [PATCH mm-hotfixes v6 3/5] x86/mm/pat: acquire init_mm read lock on attribute change "
` [PATCH mm-hotfixes v6 4/5] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v6 5/5] arm64: remove redundant concurrent ptdump UAF mitigation
[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
2026-07-23 23:01 UTC (10+ messages)
` [PATCH v5 06/20] vfio/pci: Preserve vfio-pci device files across Live Update
[PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
2026-07-23 23:01 UTC (2+ messages)
[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
2026-07-23 22:40 UTC (6+ messages)
[PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
2026-07-23 22:29 UTC (2+ messages)
[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-23 22:22 UTC (11+ messages)
` [PATCH v11 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v11 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v11 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v11 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v11 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v11 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v11 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v11 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
2026-07-23 22:21 UTC (2+ messages)
[PATCH v3 0/2] kho: support preserving high-order non-compound pages
2026-07-23 20:42 UTC (3+ messages)
` [PATCH v3 1/2] kho: Introduce a helper to init high order pages
` [PATCH v3 2/2] kho: Introduce preserve/restore APIs for high-order pages
[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
2026-07-23 20:34 UTC (3+ messages)
[PATCH v2 0/1] liveupdate: Add internal APIs for file preservation
2026-07-23 20:29 UTC (2+ messages)
` [PATCH v2 1/1] liveupdate: luo_file: "
[RFC PATCH 0/9 v2] mm/memcontrol: Make memory cgroup limits tier-aware
2026-07-23 20:21 UTC (2+ messages)
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-07-23 18:45 UTC (2+ messages)
` [PATCH 36/36] memblock: remove conditional return "
[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
2026-07-23 18:22 UTC (8+ messages)
` [RFC PATCH 6/7] mm: add tracepoints and vmstat counters for async teardown
swap_ops updates
2026-07-23 17:59 UTC (3+ messages)
` [PATCH 1/3] mm/swap: revert to single-folio writes for synchronous swap devices
[PATCH v20 0/6] Hierarchical Percpu Counters for RSS
2026-07-23 17:53 UTC
[REGRESSION] mm/mprotect: shared-dirty base-page toggle slower since v6.17
2026-07-23 17:43 UTC (7+ messages)
[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-23 17:23 UTC (14+ messages)
` [PATCH v2 03/13] mm/slab: remove objs_per_slab()
` [PATCH v2 04/13] mm: move struct slabobj_ext to mm/slab.h
` [PATCH v2 05/13] mm/slab: make slab_obj_ext() determine object index
` [PATCH v2 06/13] mm/slab: abstract slabobj_ext.objcg access
` [PATCH v2 07/13] mm/slab: abstract slabobj_ext.ref access
` [PATCH v2 08/13] mm/slab: replace slab.stride with obj_exts_in_object
swap_ops updates v2
2026-07-23 17:11 UTC (3+ messages)
` [PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
[PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
2026-07-23 17:11 UTC (5+ messages)
[RFC PATCH] mm: use precise current RSS for high-water accounting
2026-07-23 17:07 UTC (6+ messages)
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-23 15:56 UTC (5+ messages)
[PATCH 0/2] mm: zswap: free cold writeback folios promptly
2026-07-23 15:49 UTC (5+ messages)
` [PATCH 1/2] mm: zswap: free synchronous-IO writeback folios directly
[PATCH v6 0/3] luo: convert serialized ptr to KHOSER_PTR
2026-07-23 15:33 UTC (5+ messages)
` [PATCH v6 3/3] luo: Update serialized data to use KHOSER_PTR
[RFC PATCH v3 2/4] mm: distinguish large folio swap allocation failures
2026-07-23 15:15 UTC (2+ messages)
[PATCH] tools: Use fputc() calls in some functions
2026-07-23 15:14 UTC (5+ messages)
[RFC PATCH v3 2/4] mm: distinguish large folio swap allocation failures
2026-07-23 14:49 UTC (2+ messages)
[PATCH v4 00/14] Use generic_file_read_iter() in hugetlbfs
2026-07-23 14:30 UTC (15+ messages)
` [PATCH v4 01/14] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v4 02/14] memory-failure: Test the page is hwpoison before taking the mutex
` [PATCH v4 03/14] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v4 04/14] hugetlb: Mark some function arguments as const
` [PATCH v4 05/14] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v4 06/14] memory-failure: Remove raw_hwp_list_head()
` [PATCH v4 07/14] hugetlb: Use the has_hwpoisoned flag
` [PATCH v4 08/14] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v4 09/14] mm: Check individual hugetlb pages for poison
` [PATCH v4 10/14] filemap: Add hwpoison handling to filemap_read()
` [PATCH v4 11/14] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v4 12/14] hugetlb: Set mapping folio order
` [PATCH v4 13/14] filemap: Add support for authoritative mappings
` [PATCH v4 14/14] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()
[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-07-23 14:31 UTC (4+ messages)
[PATCH v2] hugetlb: only adjust reservation during unmapping if mapcount is 0
2026-07-23 14:23 UTC (2+ messages)
[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-23 14:18 UTC (4+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
` [REGRESSION]: "
[PATCH v2] mm/slub: fix missing debugfs entries for caches created before sysfs init
2026-07-23 13:58 UTC (2+ messages)
[PATCH v2 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
2026-07-23 13:32 UTC (3+ messages)
[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
2026-07-23 13:29 UTC (3+ messages)
Help needed to address the dirty folio without fs notification delimma (Re: [PATCH RFC v2] btrfs: disable direct reads to avoid dirty folios without fs knowing)
2026-07-23 12:37 UTC (2+ messages)
[PATCH RESEND v1 0/5] selftests/mm: Handle unsupported and transient test conditions
2026-07-23 11:36 UTC (6+ messages)
` [PATCH RESEND v1 3/5] selftests/mm: skip khugepaged swap tests without swap
[PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
2026-07-23 10:27 UTC (2+ messages)
[PATCH 0/4] remove dead NULL checks after GFP_NOFAIL allocations
2026-07-23 10:26 UTC (4+ messages)
` [PATCH 1/4] powerpc/xive: remove dead NULL check after GFP_NOFAIL allocation
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