public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 19:12:37 to 2026-04-26 06:59:52 UTC [more...]

[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-26  6:59 UTC  (8+ messages)

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-26  6:27 UTC  (4+ messages)
` [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
` [PATCH v2 2/3] selftests/proc: ensure the test is performed at the right page boundary
` [PATCH v2 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-26  6:01 UTC  (9+ messages)
` [PATCH 7.2 v4 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v4 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v4 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH] Revert "tmpfs: don't enable large folios if not supported"
 2026-04-26  5:55 UTC  (3+ messages)

[PATCH 1/2] mm/damon: introduce damon_rand_fast() for per-ctx PRNG
 2026-04-26  5:50 UTC  (4+ messages)

[RFC PATCH 1/1] mm/vmalloc: reclaim tail resources on large vrealloc() shrink
 2026-04-26  5:28 UTC 

[RFC PATCH 0/1] mm/vmalloc: reclaim tail resources on large vrealloc() shrink
 2026-04-26  5:28 UTC 

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-04-26  4:13 UTC  (2+ messages)

[PATCH v4 0/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-26  4:00 UTC  (4+ messages)
` [PATCH v4 1/2] mm: move overlap memory map init check to memmap_init()

[PATCH] mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch
 2026-04-26  3:47 UTC  (4+ messages)

[PATCH] mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page
 2026-04-26  0:50 UTC  (4+ messages)

[LSF/MM/BPF] Running BOF
 2026-04-26  0:46 UTC 

[PATCH v8] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-26  0:32 UTC 

[PATCH 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-25 23:48 UTC  (8+ messages)
` [PATCH 2/3] selftests/proc: ensure the test is performed at the right page boundary
` [PATCH 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[PATCH] asm-generic: replace ________addr with __UNIQUE_ID(addr)
 2026-04-25 22:12 UTC  (5+ messages)

[Linux Memory Hotness and Promotion] Notes from April 23, 2026
 2026-04-25 22:10 UTC 

[PATCH V3 0/4] record non-slab shrinkers for non-root memcgs when kmem is disabled
 2026-04-25 21:04 UTC  (2+ messages)

[RFC PATCH v2 0/2] mm/damon/stat: add kdamond_pid parameter
 2026-04-25 20:33 UTC  (3+ messages)
` [RFC PATCH v2 1/2] mm/damon/stat: add a parameter for reading kdamond pid
` [RFC PATCH v2 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter

[RFC PATCH] mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
 2026-04-25 20:24 UTC 

[LSF/MM/BPF TOPIC] Making memcg limits tier-aware
 2026-04-25 18:32 UTC  (2+ messages)

[RFC 0/7] mm: dual-bitmap page allocator consistency checker
 2026-04-25 16:38 UTC  (13+ messages)
` [RFC 4/7] mm: add page consistency checker implementation

[PATCH v7] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-25 15:37 UTC  (4+ messages)

[PATCH v2] mm/page_owner: warn when stack trace depth hits PAGE_OWNER_STACK_DEPTH limit
 2026-04-25 14:51 UTC  (2+ messages)

[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
 2026-04-25 14:25 UTC  (2+ messages)

[PATCH] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-25 14:21 UTC  (3+ messages)

[PATCH v2] mm/migrate_device: Cleanup up PMD Checks and warnings
 2026-04-25 13:52 UTC  (2+ messages)

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-25 12:00 UTC  (3+ messages)
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-25 11:36 UTC  (24+ messages)

[BUG] KASAN: user-memory-access in free_pgtables
 2026-04-25  9:50 UTC 

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-04-25  9:19 UTC  (21+ messages)
` [PATCH v2 01/13] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [PATCH v2 02/13] fork: Don't assume fully populated stack during reuse
` [PATCH v2 03/13] fork: Move vm_stack to the beginning of the stack
` [PATCH v2 04/13] fork: separate vmap stack allocation and free calls
` [PATCH v2 05/13] mm/vmalloc: Add a get_vm_area_node() and vmap_pages_range() public functions
` [PATCH v2 06/13] fork: Move vmap stack freeing to work queue
` [PATCH v2 07/13] fork: Dynamic Kernel Stacks
` [PATCH v2 08/13] task_stack.h: Add stack_not_used() support for dynamic stack
` [PATCH v2 09/13] fork: Dynamic Kernel Stack accounting
` [PATCH v2 10/13] fork: Store task pointer in unpopulated stack ptes
` [PATCH v2 11/13] x86/entry/fred: encode frame pointer on entry
` [PATCH v2 12/13] x86: Add support for dynamic kernel stacks via FRED
` [PATCH v2 13/13] x86: Add support for dynamic kernel stacks via IST

[syzbot] [mm?] WARNING: lock held when returning to user space in __pte_offset_map
 2026-04-25  9:32 UTC 

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-25  9:29 UTC  (7+ messages)
` [PATCH v2 03/53] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v2 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap

[PATCH v3 0/3] kasan: hw_tags: Disable tagging for stack and page-tables
 2026-04-25  9:14 UTC  (3+ messages)
` [PATCH v3 1/3] vmalloc: add __GFP_SKIP_KASAN support

[PATCH] mm/page_alloc: add tracepoint for PCP refills
 2026-04-25  9:13 UTC 

[RFC PATCH] mm/hugetlb: fix resv_map memory leak in __mmap_region error path
 2026-04-25  7:07 UTC 

[PATCH v6 0/7] mm: fix vmemmap optimization accounting and initialization
 2026-04-25  6:56 UTC  (8+ messages)
` [PATCH v6 4/7] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-25  6:05 UTC  (16+ messages)

[PATCH v3 2/3] Documentation: RCU: adopt new coding style of type-aware kmalloc-family
 2026-04-25  5:46 UTC  (2+ messages)

[PATCH v2] mm/lruvec: preemptively free dead folios during lru_add drain
 2026-04-25  5:34 UTC 

[Hypervisor Live Update] Notes from April 20, 2026
 2026-04-25  3:07 UTC 

tools/testing/radix-tree/maple.c & vs | defect
 2026-04-25  2:38 UTC 

[LSF/MM/BPF TOPIC] MM transition
 2026-04-25  1:49 UTC  (2+ messages)

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-24 23:59 UTC  (2+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-24 23:31 UTC  (14+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-24 22:49 UTC  (14+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
` [PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[PATCH v4 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-04-24 22:14 UTC  (9+ messages)
` [PATCH v4 2/3] "

[PATCH 6.18.y v1 0/9] mm: backport sticky VMA flags and soft-dirty fix
 2026-04-24 22:11 UTC  (12+ messages)
` [PATCH v1 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v1 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v1 3/9] mm: update vma_modify_flags() to handle residual flags, document
` [PATCH v1 4/9] mm: implement sticky VMA flags
` [PATCH v1 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v1 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
` [PATCH v1 7/9] tools/testing/vma: add VMA sticky userland tests
` [PATCH v1 8/9] mm: propagate VM_SOFTDIRTY on merge
` [PATCH v1 9/9] testing/selftests/mm: add soft-dirty merge self-test
  ` [PATCH v2] mm: fix VM_SOFTDIRTY propagation on VMA merge

[PATCH v8 0/5] Migrate on fault for device pages
 2026-04-24 21:28 UTC  (5+ messages)

[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-24 20:15 UTC  (3+ messages)
` [PATCH v2 3/3] mm/page_owner: add NUMA node filter with nodelist support

[syzbot] [mm?] WARNING: bad unlock balance in __zap_vma_range
 2026-04-24 20:00 UTC 

[LSF/MM/BPF TOPIC] Page cache tracking with the Maple Tree
 2026-04-24 20:00 UTC  (5+ messages)

[PATCH v5 00/21] Virtual Swap Space
 2026-04-24 19:51 UTC  (11+ messages)

[PATCH 0/2] mm/huge_memory: optimize migration when huge PMD needs split
 2026-04-24 19:29 UTC  (3+ messages)
` [PATCH 1/2] mm/huge_memory: return true if split_huge_pmd_locked() split PMD to migration entry


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