[PATCH v2 0/8] Minor cleanups and improvements to swap freeing code
2025-03-18 15:06 UTC (9+ messages)
` [PATCH v2 1/8] mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
` [PATCH v2 2/8] mm: swap: remove unneeded VM_BUG_ON(*map != SWAP_HAS_CACHE) in swap_entry_range_free()
` [PATCH v2 3/8] mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()
` [PATCH v2 4/8] mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()
` [PATCH v2 5/8] mm: swap: drop last SWAP_MAP_SHMEM flag in batch "
` [PATCH v2 6/8] mm: swap: free each cluster individually in swap_entries_put_map_nr()
` [PATCH v2 7/8] mm: swap: factor out helper to drop cache of entries within a single cluster
` [PATCH v2 8/8] mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()
[PATCH v2 0/4] track memory used by balloon drivers
2025-03-18 10:16 UTC (6+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "
` [PATCH v2 4/4] xen: balloon: update the NR_BALLOON_PAGES state
A plan for supporting PageMovable in 2025
2025-03-18 10:12 UTC (3+ messages)
[PATCH mm-unstable] mm/kasan: use SLAB_NO_MERGE flag instead of an empty constructor
2025-03-18 9:56 UTC (2+ messages)
[PATCH v3 0/1] KVM: arm64: Map GPU device memory as cacheable
2025-03-18 9:39 UTC (11+ messages)
` [PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
[PATCH] mm/vmalloc: fix mischeck pfn valid in vmap_pfns
2025-03-18 8:50 UTC (12+ messages)
[PATCH v4] fs/proc/page: Refactoring to reduce code duplication
2025-03-18 8:44 UTC (2+ messages)
[PATCH 0/2] mm/vmscan: don't try to reclaim hwpoison folio
2025-03-18 8:39 UTC (3+ messages)
` [PATCH 1/2] mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper
` [PATCH 2/2] mm/vmscan: don't try to reclaim hwpoison folio
[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
2025-03-18 8:15 UTC
[PATCH 00/11] Remove aops->writepage
2025-03-18 8:10 UTC (6+ messages)
` [PATCH 11/11] fs: "
[PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes
2025-03-18 8:02 UTC (2+ messages)
[PATCH 0/9] memcg: cleanup per-cpu stock
2025-03-18 8:02 UTC (31+ messages)
` [PATCH 1/9] memcg: remove root memcg check from refill_stock
` [PATCH 2/9] memcg: decouple drain_obj_stock from local stock
` [PATCH 3/9] memcg: introduce memcg_uncharge
` [PATCH 4/9] memcg: manually inline __refill_stock
` [PATCH 5/9] memcg: no refilling stock from obj_cgroup_release
` [PATCH 6/9] memcg: do obj_cgroup_put inside drain_obj_stock
` [PATCH 7/9] memcg: use __mod_memcg_state in drain_obj_stock
` [PATCH 8/9] memcg: combine slab obj stock charging and accounting
` [PATCH 9/9] memcg: manually inline replace_stock_objcg
[PATCH 0/2] Adding Proactive Memory Reclaim Statistics
2025-03-18 7:58 UTC (3+ messages)
` [PATCH 1/2] mm: vmscan: Split proactive reclaim statistics from direct reclaim statistics
` [PATCH 2/2] cgroup: docs: Add pswpin and pswpout items in cgroup v2 doc
[PATCH V2] mm/cma: using per-CMA locks to improve concurrent allocation performance
2025-03-18 7:21 UTC (3+ messages)
[Patch v2 0/3] memblock: some fix for memmap_init_reserved_pages()
2025-03-18 7:19 UTC (4+ messages)
` [Patch v2 1/3] mm/memblock: pass size instead of end to memblock_set_node()
` [Patch v2 2/3] mm/memblock: repeat setting reserved region nid if array is doubled
` [Patch v2 3/3] memblock tests: add test for memblock_set_node
[RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages
2025-03-18 6:33 UTC (14+ messages)
` [RFC PATCH 2/4] mm: kpromoted: Hot page info collection and promotion daemon
[GIT PULL] hotfixes against 6.14-rc7
2025-03-18 5:56 UTC (2+ messages)
[PATCH v13 00/11] Support page table check on PowerPC
2025-03-18 5:38 UTC (2+ messages)
[PATCH 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
2025-03-18 4:37 UTC (5+ messages)
` [PATCH 1/2] mm/ptdump: Split note_page() into level specific callbacks
` [PATCH 2/2] arm64/ptdump: Replace u64 with pteval_t
[PATCH RESEND v2 0/4] riscv: iommu: Support Svnapot
2025-03-18 3:59 UTC (5+ messages)
` [PATCH RESEND v2 1/4] mm/gup: Add huge pte handling logic in follow_page_pte()
` [PATCH RESEND v2 2/4] iommu/riscv: Use pte_t to represent page table entry
` [PATCH RESEND v2 3/4] iommu/riscv: Introduce IOMMU page table lock
` [PATCH RESEND v2 4/4] iommu/riscv: Add support for Svnapot
[PATCH v2 0/5] Minor memcg cleanups & prep for memdescs
2025-03-18 3:24 UTC (11+ messages)
` [PATCH v2 1/5] mm: Separate folio_split_memcg_refs() from split_page_memcg()
` [PATCH v2 2/5] mm: Simplify split_page_memcg()
` [PATCH v2 3/5] mm: Remove references to folio in split_page_memcg()
` [PATCH v2 4/5] mm: Simplify folio_memcg_charged()
` [PATCH v2 5/5] mm: Remove references to folio in __memcg_kmem_uncharge_page()
[PATCH v3] fs/proc/page: Refactoring to reduce code duplication
2025-03-18 3:03 UTC (2+ messages)
[PATCH 0/3] memblock: some fix for memmap_init_reserved_pages()
2025-03-18 2:58 UTC (6+ messages)
` [PATCH 2/3] mm/memblock: repeat setting reserved region nid if array is doubled
KASAN: slab-use-after-free in find_lock_entries+0x21e/0x1160
2025-03-18 2:47 UTC
[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
2025-03-18 2:24 UTC (8+ messages)
[PATCH 0/9] Minor cleanups and improvements to swap freeing code
2025-03-18 1:29 UTC (7+ messages)
` [PATCH 7/9] mm: swap: free each cluster individually in swap_entries_put_map_nr()
` [PATCH 9/9] mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()
[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
2025-03-18 0:50 UTC (7+ messages)
[linux-next:master 10764/11415] samples/hung_task/hung_task_mutex.c:25:15: sparse: sparse: symbol 'hung_task_dir' was not declared. Should it be static?
2025-03-18 0:31 UTC
[PATCH v3 1/5] arch/x86: Drop own definition of pgd,p4d_leaf
2025-03-17 23:52 UTC (2+ messages)
[PATCH v8 00/14] zswap IAA compress batching
2025-03-17 23:25 UTC (9+ messages)
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
2025-03-17 22:34 UTC (6+ messages)
` [LSF/MM/BPF TOPIC] Unifying sources of page temperature information - what info is actually wanted?
[PATCH 0/3] fix incorrectly disallowed anonymous VMA merges
2025-03-17 21:15 UTC (4+ messages)
` [PATCH 1/3] mm/vma: "
` [PATCH 2/3] tools/testing: add PROCMAP_QUERY helper functions in mm self tests
` [PATCH 3/3] tools/testing/selftests: assert that anon merge cases behave as expected
[PATCH] madvise.2: update MADV_GUARD_INSTALL, MADV_GUARD_REMOVE description
2025-03-17 21:06 UTC
[PATCH] mm: Optimize TLB flushes during page reclaim
2025-03-17 19:20 UTC (4+ messages)
[PATCH] mseal sysmap: add arch-support txt
2025-03-17 19:14 UTC (8+ messages)
[PATCH RESEND] mm/selftest: Replace static BASE_PMD_ADDR with dynamic address allocation
2025-03-17 19:05 UTC (2+ messages)
[PATCH RFC v2 00/10] SLUB percpu sheaves
2025-03-17 18:56 UTC (17+ messages)
` [PATCH RFC v2 01/10] slab: add opt-in caching layer of "
[PATCH 0/5] mm: reliable huge page allocator
2025-03-17 18:18 UTC (4+ messages)
` [PATCH 1/5] mm: compaction: push watermark into compaction_suitable() callers
Linux6.14-rc5: KASAN: use-after-free Read in zswap_store
2025-03-17 18:18 UTC (3+ messages)
[PATCH] memcg: add hierarchical effective limits for v2
2025-03-17 18:06 UTC (12+ messages)
[PATCH] mseal sysmap: update supported architectures
2025-03-17 18:02 UTC (2+ messages)
[Hypervisor Live Update] Notes from March 10, 2025
2025-03-17 17:22 UTC (2+ messages)
[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
2025-03-17 16:59 UTC (9+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox
[PATCH v6 03/10] KVM: guest_memfd: Handle kvm_gmem_handle_folio_put() for KVM as a module
2025-03-17 16:50 UTC (6+ messages)
[PATCH RFC 00/11] mm: ASI integration for the page allocator
2025-03-17 16:24 UTC (4+ messages)
` [PATCH RFC 02/11] x86/mm: Factor out phys_pgd_init()
[PATCH v4 0/2] slab: Introduce kmalloc_obj() and family
2025-03-17 16:22 UTC (5+ messages)
` [PATCH v4 1/2] compiler_types: Introduce __flex_counter() "
[PATCH 00/11] Always call constructor for kernel page tables
2025-03-17 15:30 UTC (13+ messages)
` [PATCH 01/11] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs
` [PATCH 03/11] m68k: "
` [PATCH 04/11] powerpc: "
` [PATCH 05/11] sparc64: "
` [PATCH 06/11] mm: Skip ptlock_init() for kernel PMDs
` [PATCH 07/11] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH 08/11] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH 09/11] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH 10/11] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH 11/11] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
[PATCH net-next 0/3] Fix late DMA unmap crash for page pool
2025-03-17 15:16 UTC (8+ messages)
` [PATCH net-next 2/3] page_pool: Turn dma_sync and dma_sync_cpu fields into a bitmap
` [PATCH net-next 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH RFC v3 0/8] SLUB percpu sheaves
2025-03-17 14:33 UTC (9+ messages)
` [PATCH RFC v3 1/8] locking/local_lock: Introduce localtry_lock_t
` [PATCH RFC v3 2/8] slab: add opt-in caching layer of percpu sheaves
` [PATCH RFC v3 3/8] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH RFC v3 4/8] slab: sheaf prefilling for guaranteed allocations
` [PATCH RFC v3 5/8] slab: determine barn status racily outside of lock
` [PATCH RFC v3 6/8] tools: Add testing support for changes to rcu and slab for sheaves
` [PATCH RFC v3 7/8] tools: Add sheafs support to testing infrastructure
` [PATCH RFC v3 8/8] maple_tree: use percpu sheaves for maple_node_cache
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-03-17 13:44 UTC (4+ messages)
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface
[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
2025-03-17 13:07 UTC (2+ messages)
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-17 12:40 UTC (3+ messages)
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
[PATCH v6 04/10] KVM: guest_memfd: Allow host to map guest_memfd() pages
2025-03-17 10:42 UTC (3+ messages)
[PATCH] selftests/mm: Add commentary about 9pfs bugs
2025-03-17 10:20 UTC
a case for a destructor for slub: mm_struct
2025-03-17 9:23 UTC (9+ messages)
[PATCH v2 1/4] mm/mempolicy: Fix memory leaks in mempolicy_sysfs_init()
2025-03-17 8:24 UTC (2+ messages)
[PATCH v2 1/4] mm/mempolicy: Fix memory leaks in mempolicy_sysfs_init()
2025-03-17 8:24 UTC (2+ messages)
[PATCH v2 2/4] mm/mempolicy: Support memory hotplug in weighted interleave
2025-03-17 8:23 UTC (2+ messages)
[PATCH] mm: Update mask post pxd_clear_bad()
2025-03-17 7:03 UTC (4+ messages)
[PATCH RFC 0/6] Allow file-backed or shared device private pages
2025-03-17 6:04 UTC (2+ messages)
[PATCH 6.6.y] mm: split critical region in remap_file_pages() and invoke LSMs in between
2025-03-17 3:16 UTC
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-03-17 1:29 UTC (7+ messages)
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
[PATCH v3 0/2] mm/compaction: allow more aggressive proactive compaction
2025-03-17 1:02 UTC (2+ messages)
[PATCH v4] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
2025-03-17 0:50 UTC (3+ messages)
[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in shmem_undo_range
2025-03-16 18:28 UTC
[syzbot] [mm?] [bcachefs?] general protection fault in xas_create
2025-03-16 18:05 UTC
Patch "Fix mmu notifiers for range-based invalidates" has been added to the 6.13-stable tree
2025-03-16 8:02 UTC
Patch "Fix mmu notifiers for range-based invalidates" has been added to the 6.12-stable tree
2025-03-16 8:02 UTC
[PATCH] docs/mm: Physical Memory: Populate the "Zones" section
2025-03-16 7:46 UTC (3+ messages)
` [PATCH v2] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox