messages from 2026-08-07 00:14:02 to 2026-08-07 21:06:52 UTC [more...]
[PATCH 0/6] mm/page_io: folio conversion cleanups
2026-08-07 19:44 UTC (19+ messages)
` [PATCH 1/6] mm/page_io: convert write completion handlers to folios
` [PATCH 2/6] mm: remove PageReclaim
` [PATCH 3/6] mm/page_io: use swap entries directly in zeromap helpers
` [PATCH 4/6] mm/page_io: rename bio_associate_blkg_from_page()
` [PATCH 5/6] mm/page_io: refer to folios in swap_writeout() comments
` [PATCH 6/6] mm/swap: rename __swap_writepage() to __swap_writeout()
[RFC PATCH v5 0/4] mm: avoid large folio splits when swap is unavailable
2026-08-07 21:06 UTC (7+ messages)
` [RFC PATCH v5 2/4] mm: distinguish large folio swap allocation failures
` [RFC PATCH v5 3/4] mm/vmscan: avoid pointless large folio splits without swap
[PATCH v2 00/19] maple_tree: lock checking and clean ups
2026-08-07 20:44 UTC (5+ messages)
` [PATCH v2 14/19] maple_tree: WARN_ON_ONCE when allocations fail
[syzbot] [mm?] WARNING in mas_nomem
2026-08-07 20:32 UTC (11+ messages)
[PATCH RESEND 0/3] mm: trace: decode architecture-specific VMA flags
2026-08-07 20:26 UTC (5+ messages)
[PATCH v2 1/2] memcg: acquire peaks_lock when reading memory.peak
2026-08-07 20:22 UTC (2+ messages)
` [PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
[RFC PATCH v3 00/14] Introduce tiered memcg limits
2026-08-07 20:20 UTC (15+ messages)
` [RFC PATCH v3 01/14] mm/memcontrol: Introduce cgroup.memory=tiered_limits boot parameter
` [RFC PATCH v3 02/14] mm/memcontrol: Refactor page_counter charging in try_charge_memcg
` [RFC PATCH v3 03/14] mm/memory-tiers: Introduce a mapping from nid to tier_slot
` [RFC PATCH v3 04/14] mm/memcontrol: Allocate per-tier page_counters
` [RFC PATCH v3 05/14] mm/memcontrol: Set tier limits proportional to memory limits
` [RFC PATCH v3 06/14] mm/vmscan, memcontrol: Add nodemask to try_to_free_mem_cgroup_pages
` [RFC PATCH v3 07/14] mm/memcontrol: Charge/uncharge tiered memory to mem_cgroup
` [RFC PATCH v3 08/14] mm/memcontrol: Make memory.low and memory.min tier-aware
` [RFC PATCH v3 09/14] mm/memcontrol: Make memory.high tier-aware
` [RFC PATCH v3 10/14] mm/memcontrol: Make memory.max tier-aware
` [RFC PATCH v3 11/14] mm/memcontrol, migrate: Transfer tier charge on migration
` [RFC PATCH v3 12/14] mm/memcontrol: Kick async reclaim on migration and folio replacement
` [RFC PATCH v3 13/14] mm/memcontrol, sched/numa: Gate NUMA promotions into memcg tiers
` [RFC PATCH v3 14/14] mm/page_alloc: steer allocations away from exhausted memory tiers
[PATCH] Fix unbounded loop within try_charge_memcg
2026-08-07 20:07 UTC (6+ messages)
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-08-07 19:39 UTC (15+ messages)
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations
[PATCH] mm: Make VM_FAULT_RESULT_TRACE compatible with sparse
2026-08-07 17:21 UTC (2+ messages)
[PATCH] mm/mglru: fix lockless folio_putback_lru() race in evict_folios()
2026-08-07 17:02 UTC (3+ messages)
` [syzbot ci] "
[PATCH v3 00/11] Virtual Swap Space (Swap Table Edition)
2026-08-07 16:31 UTC (8+ messages)
` [PATCH v3 01/11] mm, swap: add virtual swap device infrastructure
` [PATCH v3 08/11] mm, swap: only charge physical swap entries
` [syzbot ci] Re: Virtual Swap Space (Swap Table Edition)
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-07 16:26 UTC (7+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte
[RFC PATCH 0/2] mm: zsmalloc: make shrinker compaction budget-aware
2026-08-07 16:25 UTC (5+ messages)
[RFC PATCH 0/2] mm/damon: fix nr_snapshots semantics and max_nr_snapshots check coverage
2026-08-07 16:19 UTC (8+ messages)
` [PATCH 1/2] mm/damon: fix nr_snapshots counting using tried_applied flag
` [PATCH 2/2] mm/damon: skip deactivated schemes in watermark checks and add fallback sleep
[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
2026-08-07 16:16 UTC (12+ messages)
` [PATCH v4 01/10] dt-bindings: reserved-memory: Document "
` [PATCH v4 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v4 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v4 04/10] bitmap: Add bitmap_allocate() function
` [PATCH v4 05/10] mm/cma: Allow dynamically creating CMA areas
` [PATCH v4 06/10] dma-buf: heaps: Add debugfs support
` [PATCH v4 07/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v4 08/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v4 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v4 10/10] arm64: tegra: Add VPR placeholder node on Tegra264
[PATCH] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
2026-08-07 16:03 UTC (2+ messages)
[PATCH v4 0/5] mm: Unconditional per-VMA locks and cleanups
2026-08-07 15:39 UTC (7+ messages)
` [PATCH v4 1/5] mm: Make per-VMA locks available universally
` [PATCH v4 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v4 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
[PATCH 0/5] x86/mm/pat: CPA fixes
2026-08-07 15:36 UTC (7+ messages)
[patch 0/3] lib: add synthetic MM benchmarks
2026-08-07 15:33 UTC (4+ messages)
` [patch 1/3] lib: test_vmstat: add synthetic benchmark for vm stats
` [patch v2] "
[PATCH] selftests/mm: fix read_file() return value check
2026-08-07 14:35 UTC
[PATCH v3] memcg: keep folio's objcg same as its node
2026-08-07 14:24 UTC
[PATCH 0/3] mm: support splitting mappingless swapcache folios
2026-08-07 14:18 UTC (4+ messages)
Fwd: BadBunny: UFFDIO_COPY shmem killpriv bypass leading to local privilege escalation
2026-08-07 14:14 UTC (2+ messages)
[PATCH v4] kexec: keep the next kernel off hardware-poisoned pages
2026-08-07 14:05 UTC
[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
2026-08-07 13:50 UTC (6+ messages)
` [PATCH RFC 1/5] mm/slab: cleanup deferred free handling
` [PATCH RFC 2/5] mm/slab, kfence: support kfence objects in kfree_nolock()
` [PATCH RFC 3/5] mm/slab, kmemleak: handle kmemleak freeing "
` [PATCH RFC 4/5] mm/slab: handle large_kmalloc objects "
` [PATCH RFC 5/5] sched: use kfree_nolock() instead of kfree_rcu()
[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-08-07 12:15 UTC (12+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] mm/memory_hotplug: improve shrink_zone_span() subsection boundary checks
[linux-next:master 8777/13479] mm/hugetlb.c:3095:39: warning: array subscript 4294967295 is above array bounds of 'struct list_head[1]'
2026-08-07 11:46 UTC (3+ messages)
` "
[PATCH v2 00/17] selftests/mm: improve khugepaged coverage
2026-08-07 11:36 UTC (18+ messages)
` [PATCH v2 01/17] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH v2 02/17] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v2 03/17] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v2 04/17] selftests/mm: retry the swapout the khugepaged swap cases rely on
` [PATCH v2 05/17] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v2 06/17] selftests/mm: add folio-order check for address ranges
` [PATCH v2 07/17] selftests/mm: add folio-order detection self-check
` [PATCH v2 08/17] selftests/mm: add khugepaged completion barrier helper
` [PATCH v2 09/17] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v2 10/17] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v2 11/17] selftests/mm: cover a shared-source collapse write race
` [PATCH v2 12/17] selftests/mm: run every supported collapse order by default
` [PATCH v2 13/17] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH v2 14/17] selftests/mm: add khugepaged race harness
` [PATCH v2 15/17] selftests/mm: race collapse of windows with holes
` [PATCH v2 16/17] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v2 17/17] selftests/mm: zap whole PTE tables in "
[PATCH] fork: reset pointer tag of vmapped thread stack before vfree
2026-08-07 11:20 UTC (5+ messages)
[PATCH v4 3/4] liveupdate: luo_session: include linux/mm.h for virt/phys translation
2026-08-07 10:37 UTC (2+ messages)
` [PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
2026-08-07 10:05 UTC (6+ messages)
` [PATCH v5] "
[PATCH v5 00/11] mm: PMD-level swap entries for anonymous THPs
2026-08-07 10:03 UTC (4+ messages)
` [PATCH v5 10/11] mm: install PMD swap entries on swap-out
[PATCH v3 0/2] mm/swap: skip empty clusters in the swapoff scan
2026-08-07 9:59 UTC (9+ messages)
` [PATCH v3 2/2] mm/swap: scan by cluster in find_next_to_unuse()
[PATCH] mm/memory-failure: fix folio refcount leak and min_order_for_split() locking
2026-08-07 9:28 UTC (3+ messages)
[RFC PATCH 0/6] mm/mglru: skip empty PUD subtrees during aging with PUD-level Bloom filter
2026-08-07 9:23 UTC (5+ messages)
` [PATCH 1/4] mm/mglru: add MM_WALK_EMPTY stats and tracepoint for cross-node measurement
` [PATCH 2/4] mm/mglru: suppress cross-node empty page table walks
` [PATCH 3/4] mm/mglru: add debugfs knob to control cross-node empty walk skip threshold
` [PATCH 4/4] mm/mglru: invalidate empty-walk skip on page fault and migration
[PATCH] mm/execmem: fix fallback_end description in kernel-doc
2026-08-07 9:19 UTC
[PATCH] Fix unbounded loop within try_charge_memcg
2026-08-07 9:17 UTC (2+ messages)
[RFC PATCH v2 00/10] mm, swap: dynamic cluster management for xswap devices
2026-08-07 9:11 UTC (4+ messages)
` [RFC PATCH v2 01/10] mm: xswap support for zswap
[PATCH v2] mm/mm_init: fix out-of-range first_deferred_pfn
2026-08-07 8:52 UTC (2+ messages)
[PATCH] fork: reset pointer tag of vmapped thread stack before vfree
2026-08-07 8:00 UTC (6+ messages)
[PATCH v1 0/2] Optimize the code in kexec_handover.c
2026-08-07 7:51 UTC (3+ messages)
` [PATCH v1 1/2] kho: remove useless phys increment in inner loop
` [PATCH v1 2/2] kho: unwind restored pages on kho_restore_vmalloc error
[RFC PATCH v4 1/3] mm: allow page faults to request VMA-lock retry
2026-08-07 7:49 UTC (2+ messages)
[PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
2026-08-07 7:15 UTC (4+ messages)
[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
2026-08-07 7:04 UTC (5+ messages)
` [PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement
` [PATCH bpf-next 3/4] selftests/bpf: add thread_wq cgroup test
` [PATCH bpf-next 4/4] selftests/bpf: add memcg async reclaim test for bpf_wq/bpf_thread_wq
[PATCH] kasan: fix cache shrink race with CPU hotplug
2026-08-07 6:50 UTC (3+ messages)
[PATCH] tools: Use fputc() calls in some functions
2026-08-07 6:33 UTC (3+ messages)
` "
[PATCH v7] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
2026-08-07 6:08 UTC (3+ messages)
[PATCH v23 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-08-07 5:59 UTC (2+ messages)
[PATCH v4] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
2026-08-07 5:54 UTC (8+ messages)
[PATCH v3] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
2026-08-07 5:45 UTC (6+ messages)
[GIT PULL] hotfixes for 7.2-rc7
2026-08-07 4:07 UTC (2+ messages)
[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
2026-08-07 4:07 UTC (2+ messages)
[PATCH v5] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
2026-08-07 4:00 UTC
[RFC] mm: Drop pxd_ERROR()
2026-08-07 3:04 UTC (3+ messages)
[PATCH] mm/mm_init: fix out-of-range first_deferred_pfn
2026-08-07 2:43 UTC (3+ messages)
[PATCH] MAINTAINERS, mailmap: update email address for JP Kobryn
2026-08-07 1:18 UTC (2+ messages)
[PATCH V3] mm: Standardize printing for pgtable entries
2026-08-07 0:56 UTC (9+ messages)
[RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
2026-08-07 0:37 UTC (3+ 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