linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] mm/page_alloc: pcp locking cleanup
 2026-03-02 17:18 UTC  (7+ messages)
` [PATCH 1/3] mm/page_alloc: effectively disable pcp with CONFIG_SMP=n
` [PATCH 2/3] mm/page_alloc: remove IRQ saving/restoring from pcp locking
` [PATCH 3/3] mm/page_alloc: remove pcpu_spin_* wrappers

[PATCH v2 0/2] Fix VMA confusion in Rust Binder
 2026-03-02 17:18 UTC  (3+ messages)
` [PATCH v2 1/2] rust_binder: check ownership before using vma

[PATCH mm-hotfixes] mm/huge_memory: fix memory corruption on huge zero page move
 2026-03-02 17:10 UTC  (2+ messages)

[PATCH] mm: add Adaptive Memory Pressure Signaling (AMPRESS)
 2026-03-02 17:00 UTC  (6+ messages)

[PATCH 0/3] cgroup: improve cgroup_file_notify() scalability
 2026-03-02 17:00 UTC  (5+ messages)
` [PATCH 2/3] cgroup: add lockless fast-path checks to cgroup_file_notify()

[RFC PATCH 0/2] kernel/power: fix swap device reference handling in hibernation swap path
 2026-03-02 16:53 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/swap: release swap reference on each hibernation slot allocation
` [RFC PATCH 2/2] kernel/power: hold swap device reference across hibernation swap operation

[PATCH] tracing: Fix WARN_ON in tracing_buffers_mmap_close
 2026-03-02 16:52 UTC  (3+ messages)

[RFC PATCH] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-02 16:45 UTC  (2+ messages)

[PATCH] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
 2026-03-02 16:36 UTC  (9+ messages)

[PATCH v2 0/4] Two-pass MMU interval notifiers
 2026-03-02 16:32 UTC  (5+ messages)
` [PATCH v2 1/4] mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiers
` [PATCH v2 2/4] drm/xe/userptr: Convert invalidation to two-pass MMU notifier
` [PATCH v2 3/4] drm/xe: Split TLB invalidation into submit and wait steps
` [PATCH v2 4/4] drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if possible

[PATCH] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-02 16:26 UTC  (15+ messages)

[PATCH v5 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
 2026-03-02 15:53 UTC  (5+ messages)
` [PATCH v5 update "

6.18.13 iwlwifi deadlock allocating cma while work-item is active
 2026-03-02 15:50 UTC  (7+ messages)

[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
 2026-03-02 15:49 UTC  (6+ messages)
` [PATCH v2 1/5] slab: distinguish lock and trylock for sheaf_flush_main()
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work
` [PATCH v2 3/5] mm/swap: move bh draining into a separate workqueue
` [PATCH v2 4/5] swap: apply new queue_percpu_work_on() interface
` [PATCH v2 5/5] slub: "

[PATCH v5 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-02 15:48 UTC  (5+ messages)
` [PATCH v5 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH v5 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 15:41 UTC  (12+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()

[PATCH RFC 00/19] mm: Add __GFP_UNMAPPED
 2026-03-02 15:36 UTC  (2+ messages)

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-02 15:22 UTC  (15+ messages)
` [PATCH v4 1/5] mm: introduce zone lock wrappers
` [PATCH v4 2/5] mm: convert zone lock users to wrappers
` [PATCH v4 3/5] mm: convert compaction to zone lock wrappers
` [PATCH v4 4/5] mm: rename zone->lock to zone->_lock
` [PATCH v4 5/5] mm: add tracepoints for zone lock

Excluding init_on_free for pages for initial balloon down (Xen)
 2026-03-02 15:21 UTC  (2+ messages)

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-03-02 15:19 UTC  (7+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()

VM_BUG_ON_VMA in split_huge_pmd_locked: huge PMD doesn't cover full VMA range
 2026-03-02 15:15 UTC  (5+ messages)
    ` [WIP] mm/vma: clear dst->anon_vma on anon_vma_clone() failure in dup_anon_vma()

[PATCH v2 0/4] Allow order zero pages in page reporting
 2026-03-02 15:00 UTC  (8+ messages)
` [PATCH v2 1/4] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v2 2/4] virtio_balloon: set unspecified page reporting order
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1

[PATCH 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-03-02 14:53 UTC  (13+ messages)
` [PATCH 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c
` [PATCH 2/3] mm/swap: use swap_ops to register swap device's methods
` [PATCH 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*

[PATCH] mm/vmalloc: Fix incorrect size reporting on allocation failure
 2026-03-02 14:52 UTC  (3+ messages)
` [PATCH] vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRY

[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-03-02 14:50 UTC  (7+ messages)

[PATCH] mm/mmu_notifier: clean up mmu_notifier.h kernel-doc
 2026-03-02 14:25 UTC  (2+ messages)

[PATCH 0/2] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-02 13:57 UTC  (3+ messages)
` [PATCH 1/2] mm/vmalloc: extract vmalloc_free_pages() helper from vfree()
` [PATCH 2/2] mm/vmalloc: free unused pages on vrealloc() shrink

[PATCH] MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR
 2026-03-02 13:39 UTC  (5+ messages)

[PATCH v2 1/1] mm: make ref_unless functions unless_zero only
 2026-03-02 13:34 UTC  (2+ messages)

[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-03-02 12:32 UTC  (9+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-02 12:25 UTC  (16+ messages)
` [PATCH 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH 04/15] ARM: drop custom asm/auxvec.h
` [PATCH 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH 06/15] arm64: "
` [PATCH 07/15] RISC-V: "
` [PATCH 08/15] LoongArch: "
` [PATCH 09/15] s390: "
` [PATCH 10/15] powerpc: "
` [PATCH 11/15] MIPS: "
` [PATCH 12/15] sparc: "
` [PATCH 13/15] sh: "
` [PATCH 14/15] alpha: remove "
` [PATCH 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH

[PATCH] mm: Replace READ_ONCE() in pud_trans_unstable()
 2026-03-02 12:21 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Improving MGLRU
 2026-03-02 12:17 UTC  (5+ messages)
` [LSF/MM/BPF] "

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-03-02 12:16 UTC  (4+ messages)
` [PATCH v4 08/22] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()

[Linux Memory Hotness and Promotion] Notes from February 26, 2026
 2026-03-02 12:15 UTC  (2+ messages)

[PATCH] mm/vmpressure: scale window size based on machine memory and CPU count
 2026-03-02 12:15 UTC  (3+ messages)

[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
 2026-03-02 11:28 UTC  (3+ messages)
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()

[PATCH] tools/testing: fix testing/vma and testing/radix-tree build
 2026-03-02 11:15 UTC  (4+ messages)

[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
 2026-03-02 11:08 UTC  (5+ messages)

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-02 10:56 UTC  (4+ messages)
` [PATCHv7 17/18] hugetlb: Update vmemmap_dedup.rst
  ` [PATCHv7.1 "

[PATCH v2] mm/kasan: Fix double free for kasan pXds
 2026-03-02 10:29 UTC  (2+ messages)

[PATCH 00/14] xattr: rework simple xattrs and support user.* xattrs on sockets
 2026-03-02 10:06 UTC  (8+ messages)
` [PATCH 04/14] kernfs: adapt to rhashtable-based simple_xattrs with lazy allocation
` [PATCH 05/14] pidfs: adapt to rhashtable-based simple_xattrs

[PATCH v2 0/6] support batched checking of the young flag for MGLRU
 2026-03-02  9:57 UTC  (7+ messages)
` [PATCH v2 2/6] mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_notify()
` [PATCH v2 4/6] mm: add a batched helper to clear the young flag for large folios
` [PATCH v2 5/6] mm: support batched checking of the young flag for MGLRU

[PATCH] slab: distinguish lock and trylock for sheaf_flush_main()
 2026-03-02  9:56 UTC  (3+ messages)

[PATCH slab/for-next-fixes] mm/slab: allow sheaf refill if blocking is not allowed
 2026-03-02  9:55 UTC 

[PATCH] mm: allow __GFP_RETRY_MAYFAIL in vmalloc
 2026-03-02  9:50 UTC  (11+ messages)

[PATCH v1 0/4] Allow order zero pages in page reporting
 2026-03-02  9:50 UTC  (11+ messages)
` [PATCH v1 4/4] page_reporting: change PAGE_REPORTING_DEFAULT_ORDER to -1

[PATCH v6 00/30] pkeys-based page table hardening
 2026-03-02  9:27 UTC  (2+ messages)

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-02  9:22 UTC  (5+ messages)
` [PATCH v6 01/13] mm/migrate_device: Introduce migrate_pfn_from_page() helper

[PATCH v2 0/9] dma-buf: heaps: Turn heaps into modules
 2026-03-02  9:19 UTC  (4+ messages)
` [PATCH v2 6/9] mm: cma: Export cma_get_name

[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
 2026-03-02  9:13 UTC  (5+ messages)
` [PATCH RFC v3 1/2] filemap: defer dropbehind invalidation from IRQ context
` [PATCH RFC v3 2/2] block: enable RWF_DONTCACHE for block devices

[RFC] mm/vmalloc: vrealloc() shrink TODO - seeking direction before implementing
 2026-03-02  9:12 UTC  (5+ messages)

[PATCH v2] mm/rmap: fix incorrect pte restoration for lazyfree folios
 2026-03-02  9:06 UTC  (6+ messages)

A potential refcount issue during __folio_split
 2026-03-02  9:02 UTC  (7+ messages)

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-02  8:39 UTC  (4+ messages)

[PATCH] mm/vmscan: restore allowed mask in alloc_demote_folio()
 2026-03-02  8:00 UTC  (2+ messages)

[PATCH] mm: bail out when the PMD has been set in bloom filter
 2026-03-02  7:48 UTC  (3+ messages)

[PATCH v2 0/3] dma-buf: heaps: cma: enable dmem cgroup accounting
 2026-03-02  5:26 UTC  (8+ messages)

[RFC V1 00/16] arm64/mm: Enable 128 bit page table entries
 2026-03-02  4:34 UTC  (4+ messages)
` [RFC V1 09/16] arm64/mm: Route all pgtable reads via ptdesc_get()

[PATCH 0/1] mm: improve folio refcount scalability
 2026-03-01 21:16 UTC  (6+ messages)

[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-02-26 18:24 UTC  (19+ messages)
` [PATCH 3/4] swap: apply new queue_percpu_work_on() interface

page:  |  | latest

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