public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 04:02:06 to 2026-04-24 17:49:05 UTC [more...]

[PATCH v3 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-24 17:47 UTC 

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-24 17:41 UTC  (21+ 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 v2 06/53] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v2 07/53] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH v2 16/53] selftests/mm: protection_keys: "
` [PATCH v2 43/53] selftests/mm: migration: add setup of HugeTLB pages
` [PATCH v2 51/53] selftests/mm: va_high_addr_switch.sh: drop huge pages setup

[PATCH v3 0/3] kasan: hw_tags: Disable tagging for stack and page-tables
 2026-04-24 17:41 UTC  (5+ messages)
` [PATCH v3 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v3 2/3] kasan: skip HW tagging for all kernel thread stacks
` [PATCH v3 3/3] mm: skip KASAN tagging for page-allocated page tables

[PATCH v2] mm/migrate_device: Cleanup up PMD Checks and warnings
 2026-04-24 17:33 UTC  (4+ messages)
  ` [PATCH] "

[PATCH v2 0/2] mm/kmemleak: dedupe verbose scan output
 2026-04-24 17:30 UTC  (4+ messages)
` [PATCH v2 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
` [PATCH v2 2/2] selftests/mm: add kmemleak verbose dedup test

[PATCH v5 00/21] Virtual Swap Space
 2026-04-24 17:28 UTC  (10+ messages)

[PATCH v2] mm, KMSAN: Add missing shadow memory initialization in special allocation paths
 2026-04-24 17:06 UTC  (2+ messages)

[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-24 17:04 UTC  (8+ messages)
` [PATCH v6 04/14] mm/mglru: restructure the reclaim loop

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-24 17:03 UTC  (5+ messages)

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

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

[PATCH] mm/lruvec: preemptively free dead folios during lru_add drain
 2026-04-24 16:30 UTC  (8+ messages)
` [syzbot ci] "

[RFC 0/7] mm: dual-bitmap page allocator consistency checker
 2026-04-24 16:25 UTC  (15+ messages)
` [RFC 1/7] mm: add generic dual-bitmap consistency primitives
` [RFC 2/7] mm: add page consistency checker header
` [RFC 3/7] mm: add Kconfig options for page consistency checker
` [RFC 4/7] mm: add page consistency checker implementation
` [RFC 5/7] mm/page_alloc: integrate page consistency hooks
` [RFC 6/7] Documentation/mm: add page consistency checker documentation
` [RFC 7/7] mm/page_consistency: add KUnit tests for dual-bitmap primitives

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

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-24 15:52 UTC  (14+ messages)
` [PATCH 7.2 v10 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH 7.2 v10 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-04-24 15:40 UTC  (5+ messages)
` [RFC PATCH v6 3/5] mm: Hot page tracking and promotion - pghot

[PATCH] mm/swap: Add cond_resched() in swap_reclaim_full_clusters to prevent softlockup
 2026-04-24 15:39 UTC  (2+ messages)

[PATCH 0/4] rust: Add helper functions and constants for Tyr driver
 2026-04-24 15:14 UTC  (4+ messages)
  ` [PATCH 4/4] rust: xarray: Add Guard::find() helper

[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-24 15:12 UTC  (21+ 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 7.2 v4 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH 7.2 v4 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v4 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v4 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions

[PATCH 1/2] mm/damon: introduce damon_rand_fast() for per-ctx PRNG
 2026-04-24 15:11 UTC  (2+ messages)

[PATCH] mm: Require LRU reclaim progress before retrying direct reclaim
 2026-04-24 15:00 UTC  (4+ messages)

[PATCH v5 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-24 14:39 UTC  (9+ messages)
` [PATCH v5 1/4] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v5 3/4] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v5 4/4] selftests/mm: regression test for panic_on_unrecoverable_memory_failure

[PATCH 0/2] mm/kmemleak: dedupe verbose scan output
 2026-04-24 14:36 UTC  (8+ messages)
` [PATCH 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace

[PATCH 7.2 v16 00/13] khugepaged: mTHP support
 2026-04-24 14:24 UTC  (5+ messages)

[PATCH v2] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked()
 2026-04-24 14:19 UTC  (10+ messages)

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

[PATCH] vmalloc: fix buffer overflow in vrealloc_node_align()
 2026-04-24 13:56 UTC  (2+ messages)

[PATCH v7 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-04-24 13:31 UTC  (10+ messages)
` [PATCH v7 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v7 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v7 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v7 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v7 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-24 13:29 UTC  (4+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core

[PATCH v3 1/2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-24 13:24 UTC  (2+ messages)
` [PATCH v3 2/2] slab: fix kernel-docs for mm-api

[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-24 13:10 UTC  (11+ messages)
` [PATCH v2 3/6] s390/mm: Complete ptep_get() conversion
` [PATCH v2 4/6] s390/mm: Make PTC and UV call order consistent
` [PATCH v2 5/6] s390/mm: Batch PTE updates in lazy MMU mode

[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
 2026-04-24 12:34 UTC  (10+ messages)

[PATCH RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-24 12:33 UTC  (15+ messages)
` [PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH RFC v3 10/19] mm: remove arch vma_alloc_zeroed_movable_folio overrides

[PATCH v2 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-04-24 12:29 UTC  (6+ messages)
` [PATCH v2 1/5] "

[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-24 12:01 UTC  (6+ messages)
` [PATCH v4 2/3] "

[PATCH v6 0/7] mm: fix vmemmap optimization accounting and initialization
 2026-04-24 11:58 UTC  (10+ messages)
` [PATCH v6 4/7] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v6 6/7] mm/mm_init: Fix uninitialized struct pages for ZONE_DEVICE
` [PATCH v6 7/7] mm/memory_hotplug: Factor out altmap freeing checks

[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
 2026-04-24 11:26 UTC  (5+ messages)
` [RFC PATCH v4 5/6] drivers/migrate_offload: add DMA batch copy driver (dcbm)

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-24 10:44 UTC  (5+ messages)

[syzbot] [mm?] BUG: sleeping function called from invalid context in shmem_undo_range
 2026-04-24 10:42 UTC  (3+ messages)

[GIT PULL] slab hotfix for 7.1
 2026-04-24 10:06 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-04-24  9:40 UTC  (6+ messages)

[PATCH v4] mm/memory: update stale locking comments for fault handlers
 2026-04-24  9:22 UTC 

[PATCH v3] mm/memory: update stale locking comments for fault handlers
 2026-04-24  9:11 UTC  (3+ messages)

[PATCH v2] mm/fake-numa: fix under-allocation detection in uniform split
 2026-04-24  9:05 UTC  (8+ messages)

[PATCH v3] mm/page_alloc: replace kernel_init_pages() with batch page clearing
 2026-04-24  8:52 UTC  (4+ messages)

[PATCH v9 0/3] kho: add support for deferred struct page init
 2026-04-24  8:13 UTC  (5+ messages)
` [PATCH v9 1/3] kho: fix deferred initialization of scratch areas
` [PATCH v9 3/3] selftests: kho: test with deferred struct page init

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-24  7:57 UTC  (8+ 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/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-24  7:49 UTC  (7+ messages)
` [PATCH v4 1/2] mm: move overlap memory map init check to memmap_init()

[RFC 0/3] mm: process_mrelease: expedited reclaim and auto-kill support
 2026-04-24  7:41 UTC  (22+ messages)
` [RFC 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[PATCH v2 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-24  7:26 UTC  (8+ messages)
` [PATCH v2 1/5] mm: Introduce zone_appears_fragmented()

[PATCH 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-24  7:02 UTC  (4+ messages)
` [PATCH 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
` [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] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
 2026-04-24  6:54 UTC  (8+ messages)
  ` 答复: "
      ` 答复: "

[syzbot] [mm?] WARNING: bad unlock balance in folios_put_refs
 2026-04-24  5:09 UTC 

[PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
 2026-04-24  5:03 UTC  (2+ messages)

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


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