messages from 2026-04-23 19:20:16 to 2026-04-24 12:48:04 UTC [more...]
[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
2026-04-24 12:47 UTC (18+ 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 05/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v4 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v4 07/12] fs: remove nr_thps from struct address_space
` [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 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v4 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v4 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
[PATCH 0/2] mm/kmemleak: dedupe verbose scan output
2026-04-24 12:43 UTC (6+ messages)
` [PATCH 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
[PATCH v2] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked()
2026-04-24 12:41 UTC (6+ messages)
[PATCH] mm/swap: Add cond_resched() in swap_reclaim_full_clusters to prevent softlockup
2026-04-24 12:37 UTC
[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
2026-04-24 12:34 UTC (10+ messages)
[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
2026-04-24 12:34 UTC (8+ 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 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 v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-04-24 12:33 UTC (17+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v4 03/11] PCI: liveupdate: Track incoming "
` [PATCH v4 04/11] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
` [PATCH v4 06/11] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v4 07/11] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
` [PATCH v4 09/11] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v4 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v4 11/11] Documentation: PCI: Add documentation for Live Update
[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 v5 0/4] mm/memory-failure: add panic option for unrecoverable pages
2026-04-24 12:24 UTC (5+ 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 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 (14+ messages)
` [PATCH v6 1/7] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v6 2/7] mm/memory_hotplug: Fix incorrect altmap passing in error path
` [PATCH v6 3/7] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v6 4/7] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v6 5/7] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages
` [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
[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
2026-04-24 11:58 UTC (3+ messages)
[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
2026-04-24 11:55 UTC (18+ messages)
[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
2026-04-24 11:53 UTC (2+ messages)
[PATCH 0/4] rust: Add helper functions and constants for Tyr driver
2026-04-24 11:42 UTC (3+ messages)
` [PATCH 4/4] rust: xarray: Add Guard::find() helper
[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)
[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
2026-04-24 11:27 UTC (4+ messages)
` [PATCH v2 3/3] mm/page_owner: add NUMA node filter with nodelist support
[PATCH v7 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-04-24 11:14 UTC (12+ messages)
` [PATCH v7 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v7 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v7 3/8] selftests/cgroup: use runtime page size for zswpin check
` [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
[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
2026-04-24 10:44 UTC (6+ 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 v2 00/53] make MM selftests more CI friendly
2026-04-24 9:13 UTC (9+ messages)
` [PATCH v2 07/53] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH v2 16/53] selftests/mm: protection_keys: "
[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] mm/lruvec: preemptively free dead folios during lru_add drain
2026-04-24 8:32 UTC (10+ messages)
` [syzbot ci] "
[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 (10+ 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 (24+ 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)
` 答复: "
` 答复: "
[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
2026-04-24 6:25 UTC (3+ 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
[syzbot] [mm?] WARNING: bad unlock balance in folios_put_refs
2026-04-24 5:09 UTC
[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
2026-04-24 5:03 UTC (5+ messages)
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
[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] "
[PATCH v5 00/21] Virtual Swap Space
2026-04-24 4:25 UTC (9+ messages)
[PATCH] mm/vmscan: add balance_pgdat begin/end tracepoints
2026-04-24 3:16 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
2026-04-24 2:43 UTC (5+ messages)
[PATCH 1/2] mm/damon: introduce damon_rand_fast() for per-ctx PRNG
2026-04-24 2:29 UTC (3+ messages)
[PATCH 2/2] mm/damon/paddr: prefetch struct page of the next region
2026-04-24 1:42 UTC (2+ messages)
[syzbot] [arch?] [mm?] BUG: sleeping function called from invalid context in tlb_flush_mmu
2026-04-24 0:23 UTC
[PATCH v3 0/2] selftests/mm: clean up build output and verbosity
2026-04-24 0:17 UTC (3+ messages)
[PATCH v10 0/4] liveupdate: bug fix for session name and new ioctl to read it
2026-04-23 23:44 UTC (5+ messages)
` [PATCH v10 1/4] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
` [PATCH v10 2/4] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
` [PATCH v10 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
` [PATCH v10 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
[PATCH] mm: limit filemap_fault readahead to VMA boundaries
2026-04-23 22:48 UTC (6+ messages)
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-04-23 21:22 UTC
[RFC PATCH 0/9 v2] mm/memcontrol: Make memory cgroup limits tier-aware
2026-04-23 20:34 UTC (10+ messages)
` [RFC PATCH 1/9 v2] cgroup: Introduce memory_tiered_limits cgroup mount option
` [RFC PATCH 2/9 v2] mm/memory-tiers: Introduce toptier utility functions
` [RFC PATCH 3/9 v2] mm/memcontrol: Refactor page_counter charging in try_charge_memcg
` [RFC PATCH 4/9 v2] mm/memcontrol: charge/uncharge toptier memory to mem_cgroup
` [RFC PATCH 5/9 v2] mm/memcontrol: Set toptier limits proportional to memory limits
` [RFC PATCH 6/9 v2] mm/vmscan, memcontrol: Add nodemask to try_to_free_mem_cgroup_pages
` [RFC PATCH 7/9 v2] mm/memcontrol: Make memory.low and memory.min tier-aware
` [RFC PATCH 8/9 v2] mm/memcontrol: Make memory.high tier-aware
` [RFC PATCH 9/9 v2] mm/memcontrol: Make memory.max tier-aware
[PATCH 7.2 v16 00/13] khugepaged: mTHP support
2026-04-23 20:30 UTC (2+ messages)
[RFC PATCH] selftests/mm: use pattern matching in .gitignore
2026-04-23 20:22 UTC (4+ messages)
[PATCH v2 0/2] mm: improve folio refcount scalability
2026-04-23 19:37 UTC (7+ messages)
` [PATCH v2 1/2] mm: drop page refcount zero state semantics
` [PATCH v2 2/2] mm: implement page refcount locking via dedicated bit
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