Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-06 20:24:19 to 2026-08-07 16:18:56 UTC [more...]

[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 v3 00/11] Virtual Swap Space (Swap Table Edition)
 2026-08-07 15:49 UTC  (6+ messages)
` [PATCH v3 01/11] mm, swap: add virtual swap device infrastructure
` [syzbot ci] Re: Virtual Swap Space (Swap Table Edition)

[PATCH] Fix unbounded loop within try_charge_memcg
 2026-08-07 15:40 UTC 

[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 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-07 15:24 UTC  (6+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH] mm/mglru: fix lockless folio_putback_lru() race in evict_folios()
 2026-08-07 15:12 UTC  (2+ messages)

[PATCH] selftests/mm: fix read_file() return value check
 2026-08-07 14:35 UTC 

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-07 14:26 UTC  (16+ messages)
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations
` [PATCH v3 24/26] mm/page_alloc: always direct compact for unmapped allocs

[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()

[syzbot] [mm?] WARNING in mas_nomem
 2026-08-07 13:19 UTC  (8+ messages)

[PATCH RESEND 0/3] mm: trace: decode architecture-specific VMA flags
 2026-08-07 12:47 UTC  (3+ messages)

[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

[RFC PATCH 0/2] mm: zsmalloc: make shrinker compaction budget-aware
 2026-08-07 12:12 UTC  (4+ messages)

[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 1/2] memcg: acquire peaks_lock when reading memory.peak
 2026-08-07  8:59 UTC 

[PATCH v2] mm/mm_init: fix out-of-range first_deferred_pfn
 2026-08-07  8:52 UTC  (2+ messages)

[RFC PATCH v5 0/4] mm: avoid large folio splits when swap is unavailable
 2026-08-07  8:29 UTC  (5+ 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] 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  (3+ 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  (5+ messages)

[PATCH] mm/damon/core: remove declaration of __damon_commit_ctx()
 2026-08-07  0:13 UTC  (2+ messages)

[PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
 2026-08-07  0:09 UTC  (2+ messages)

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-06 23:32 UTC  (3+ messages)
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-06 23:27 UTC  (17+ messages)
` [PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 1fb556c523f6c18b43b1f52fb366f61c9963ce06
 2026-08-06 23:12 UTC 

[PATCH 0/6] mm/page_io: folio conversion cleanups
 2026-08-06 22:55 UTC  (7+ 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()

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-06 22:48 UTC  (2+ messages)

[PATCH v4 0/2] mm/zswap: Fixes and improves the zswap shrink
 2026-08-06 22:47 UTC  (3+ messages)

[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-08-06 22:18 UTC  (4+ messages)
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush

[PATCH 0/3] Fix a deadlock in blk-crypto-fallback
 2026-08-06 22:10 UTC  (4+ messages)
` [PATCH 1/3] mm: make mempool_alloc_from_pool() return bool
` [PATCH 2/3] mm: support fallible mempool_alloc_bulk()
` [PATCH 3/3] blk-crypto-fallback: Fix deadlock when encrypting large bio in dm layer

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-06 21:31 UTC  (3+ messages)


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