messages from 2026-04-23 04:10:36 to 2026-04-23 22:53:07 UTC [more...]
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-04-23 22:52 UTC (14+ 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] mm: limit filemap_fault readahead to VMA boundaries
2026-04-23 22:48 UTC (6+ messages)
[PATCH] mm/lruvec: preemptively free dead folios during lru_add drain
2026-04-23 22:45 UTC (6+ messages)
[RFC 0/3] mm: process_mrelease: expedited reclaim and auto-kill support
2026-04-23 22:36 UTC (18+ 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-23 22:21 UTC (9+ messages)
` [PATCH v2 1/5] mm: Introduce zone_appears_fragmented()
[PATCH v4 0/3] mm/swap: use swap_ops to register swap device's methods
2026-04-23 21:48 UTC (8+ messages)
` [PATCH v4 2/3] "
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-04-23 21:22 UTC
[PATCH v5 00/21] Virtual Swap Space
2026-04-23 20:47 UTC (6+ messages)
[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)
[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
2026-04-23 20:10 UTC (16+ messages)
[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
2026-04-23 19:44 UTC (4+ messages)
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
[PATCH v2 0/2] mm: improve folio refcount scalability
2026-04-23 19:37 UTC (9+ messages)
` [PATCH v2 1/2] mm: drop page refcount zero state semantics
` [PATCH v2 2/2] mm: implement page refcount locking via dedicated bit
[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
2026-04-23 18:14 UTC (16+ messages)
` [PATCH v6 01/14] mm/mglru: consolidate common code for retrieving evictable size
` [PATCH v6 02/14] mm/mglru: rename variables related to aging and rotation
` [PATCH v6 03/14] mm/mglru: relocate the LRU scan batch limit to callers
` [PATCH v6 04/14] mm/mglru: restructure the reclaim loop
` [PATCH v6 05/14] mm/mglru: scan and count the exact number of folios
` [PATCH v6 06/14] mm/mglru: use a smaller batch for reclaim
` [PATCH v6 07/14] mm/mglru: don't abort scan immediately right after aging
` [PATCH v6 08/14] mm/mglru: remove redundant swap constrained check upon isolation
` [PATCH v6 09/14] mm/mglru: use the common routine for dirty/writeback reactivation
` [PATCH v6 10/14] mm/mglru: simplify and improve dirty writeback handling
` [PATCH v6 11/14] mm/mglru: remove no longer used reclaim argument for folio protection
` [PATCH v6 12/14] mm/vmscan: remove sc->file_taken
` [PATCH v6 13/14] mm/vmscan: remove sc->unqueued_dirty
` [PATCH v6 14/14] mm/vmscan: unify writeback reclaim statistic and throttling
[PATCH] mm/vmscan: add balance_pgdat begin/end tracepoints
2026-04-23 17:46 UTC (2+ messages)
[PATCH v9 0/3] kho: add support for deferred struct page init
2026-04-23 17:44 UTC (8+ messages)
` [PATCH v9 1/3] kho: fix deferred initialization of scratch areas
` [PATCH v9 2/3] kho: make preserved pages compatible with deferred struct page init
` [PATCH v9 3/3] selftests: kho: test "
[PATCH v11 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
2026-04-23 17:36 UTC (3+ messages)
` [PATCH v11 1/5] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
[PATCH v5 00/14] mm/mglru: improve reclaim loop and dirty folio handling
2026-04-23 17:09 UTC (8+ messages)
` [PATCH v5 04/14] mm/mglru: restructure the reclaim loop
` [PATCH v5 05/14] mm/mglru: scan and count the exact number of folios
[PATCH v2] rust: maple_tree: implement Send and Sync for MapleTree
2026-04-23 17:07 UTC (3+ messages)
[PATCH v3] mm/memory: update stale locking comments for fault handlers
2026-04-23 16:56 UTC
[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
2026-04-23 16:40 UTC (5+ messages)
` [RFC PATCH v2 2/4] mm/zsmalloc: introduce zs_free_deferred() for async handle freeing
[syzbot] [mm?] KCSAN: data-race in mas_wr_store_entry / mtree_range_walk (2)
2026-04-23 16:34 UTC (5+ messages)
[PATCH RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
2026-04-23 16:13 UTC (13+ messages)
` [PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
[PATCH v2] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked()
2026-04-23 15:55 UTC (2+ messages)
Large memory allocations at LSF/MM
2026-04-23 15:52 UTC
[PATCH 0/2] mm/damon/sysfs-schemes: fix use-after-free for [memcg_]path
2026-04-23 15:02 UTC (3+ messages)
` [PATCH 1/2] mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock
` [PATCH 2/2] mm/damon/sysfs-schemes: protect path "
[PATCH] mm: update stale locking comment in do_anonymous_page()
2026-04-23 15:00 UTC (4+ messages)
` [PATCH v2] mm/memory: update stale locking comments for fault handlers
[PATCH 0/6] hugetlb: normalize exported interfaces to use base-page indices
2026-04-23 14:55 UTC (5+ messages)
` [PATCH 1/6] hugetlb: open-code hugetlb folio lookup index conversion
[GIT PULL] MM updates for 7.1-rc1
2026-04-23 14:44 UTC (6+ messages)
[PATCH 0/2] mm/kmemleak: dedupe verbose scan output
2026-04-23 14:29 UTC (3+ messages)
` [PATCH 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
[PATCH v2 1/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
2026-04-23 14:17 UTC (4+ messages)
[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
2026-04-23 14:13 UTC (9+ messages)
` [RFC PATCH v4 2/6] mm/migrate: skip data copy for already-copied folios
` [RFC PATCH v4 5/6] drivers/migrate_offload: add DMA batch copy driver (dcbm)
[PATCH] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked()
2026-04-23 13:42 UTC (7+ messages)
[PATCH v3 0/2] selftests/mm: clean up build output and verbosity
2026-04-23 13:40 UTC (6+ messages)
` [PATCH v3 1/2] selftests/mm: respect build verbosity settings for 32/64-bit targets
` [PATCH v3 2/2] selftests/mm: suppress compiler error in liburing check
[RFC PATCH 0/2] mm/migrate: wait for folio refcount during longterm pin migration
2026-04-23 13:22 UTC (4+ messages)
` [RFC PATCH 2/2] "
[PATCH] Revert "tmpfs: don't enable large folios if not supported"
2026-04-23 13:20 UTC (2+ messages)
[PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
2026-04-23 13:14 UTC (3+ messages)
[PATCH v5 0/6] mm: fix vmemmap optimization accounting and initialization
2026-04-23 13:14 UTC (17+ messages)
` [PATCH v5 v5 1/6] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v5 v5 2/6] mm/memory_hotplug: Fix incorrect altmap passing in error path
` [PATCH v5 v5 3/6] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v5 v5 4/6] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v5 v5 5/6] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages
` [PATCH v5 v5 6/6] mm/mm_init: Fix uninitialized struct pages for ZONE_DEVICE
[PATCH 1/2] mm/memfd_luo: reject memfds whose page count exceeds UINT_MAX
2026-04-23 12:56 UTC (2+ messages)
` [PATCH 2/2] mm/memfd_luo: document preservation of file seals
[PATCH] mm: Convert vmemmap_p?d_populate() to static functions
2026-04-23 12:48 UTC (2+ messages)
[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
2026-04-23 12:36 UTC (2+ messages)
[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
2026-04-23 12:28 UTC (9+ messages)
` [PATCH v2 1/6] mm: Make lazy MMU mode context-aware
` [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
[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
2026-04-23 12:25 UTC (12+ messages)
` [RFC PATCH v2 1/5] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH
[PATCH 1/2] mm/damon: introduce damon_rand_fast() for per-ctx PRNG
2026-04-23 12:23 UTC (2+ messages)
` [PATCH 2/2] mm/damon/paddr: prefetch struct page of the next region
[PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-23 12:04 UTC (3+ messages)
[PATCH 5.15.y] binfmt_misc: restore write access before closing files opened by open_exec()
2026-04-23 11:50 UTC (2+ messages)
` Patch "binfmt_misc: restore write access before closing files opened by open_exec()" has been added to the 5.15-stable tree
LSF/MM/BPF: 2026: Call for Proposals
2026-04-23 11:46 UTC (3+ messages)
[RFC PATCH v2 0/8] kvfree_rcu() improvements
2026-04-23 11:35 UTC (5+ messages)
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()
[PATCH v3] mm/page_alloc: replace kernel_init_pages() with batch page clearing
2026-04-23 11:12 UTC (5+ messages)
[PATCH] MAINTAINERS: fix regex pattern in CORE MM category
2026-04-23 10:12 UTC (4+ messages)
[RFC PATCH bpf-next v6 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
2026-04-23 9:15 UTC (2+ messages)
[PATCH v8 0/2] kho: add support for deferred struct page init
2026-04-23 8:41 UTC (10+ messages)
` [PATCH v8 1/2] kho: fix deferred initialization of scratch areas
[PATCH v3] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
2026-04-23 8:37 UTC
[PATCH v2 00/53] make MM selftests more CI friendly
2026-04-23 8:25 UTC (3+ messages)
` [PATCH v2 09/53] selftests/mm: hugetlb-madvise: use kselftest framework
[PATCH] MAINTAINERS, mailmap: update email address for Qi Zheng
2026-04-23 7:16 UTC
[PATCH 0/2] Documentation/binfmt-misc.rst: Clarify "P" flag
2026-04-23 7:04 UTC (3+ messages)
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-04-23 7:00 UTC (2+ messages)
[PATCH RFC] mm, slab: add an optimistic __slab_try_return_freelist()
2026-04-23 6:47 UTC (4+ messages)
[LSF/MM/BPF TOPIC] MM transition
2026-04-23 6:18 UTC (10+ messages)
[PATCH v2 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
2026-04-23 6:13 UTC (6+ messages)
` [PATCH v2 1/3] vmalloc: add __GFP_SKIP_KASAN support
[moderation] KCSAN: data-race in filemap_read / filemap_splice_read (3)
2026-04-23 5:05 UTC
[PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
2026-04-23 4:47 UTC (4+ messages)
[PATCH v6 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-04-23 4:38 UTC (5+ messages)
` [PATCH v6 3/4] mm: memcontrol: add interfaces for swap tier selection
` [PATCH v6 4/4] mm: swap: filter swap allocation by memcg tier mask
[PATCH v2] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
2026-04-23 4:10 UTC (4+ 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