linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] Some small improvements to reserve_mem
 2026-02-22 13:58 UTC  (5+ messages)
` [PATCH 2/2] mm/memblock: Add reserve_mem debugfs info

[PATCH] mm: fix NULL NODE_DATA dereference for memoryless nodes on boot
 2026-02-22 12:01 UTC  (3+ messages)

[PATCH V2] mm: fix NULL NODE_DATA dereference for memoryless nodes on boot
 2026-02-22 11:57 UTC 

[next-20260216]NULL pointer dereference in drain_obj_stock() (RCU free path)
 2026-02-22 11:47 UTC  (3+ messages)

A potential refcount issue during __folio_split
 2026-02-22 10:28 UTC  (2+ messages)

[PATCH v6 0/5] asdf
 2026-02-22  9:31 UTC  (5+ messages)
` [PATCH v6 5/5] coccinelle: Add kmalloc_objs conversion script

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-02-22  8:48 UTC  (28+ messages)
` [RFC PATCH v4 01/27] numa: introduce N_MEMORY_PRIVATE node state
` [RFC PATCH v4 02/27] mm,cpuset: gate allocations from N_MEMORY_PRIVATE behind __GFP_PRIVATE
` [RFC PATCH v4 03/27] mm/page_alloc: add numa_zone_allowed() and wire it up
` [RFC PATCH v4 04/27] mm/page_alloc: Add private node handling to build_zonelists
` [RFC PATCH v4 05/27] mm: introduce folio_is_private_managed() unified predicate
` [RFC PATCH v4 06/27] mm/mlock: skip mlock for managed-memory folios
` [RFC PATCH v4 07/27] mm/madvise: skip madvise "
` [RFC PATCH v4 08/27] mm/ksm: skip KSM "
` [RFC PATCH v4 09/27] mm/khugepaged: skip private node folios when trying to collapse
` [RFC PATCH v4 10/27] mm/swap: add free_folio callback for folio release cleanup
` [RFC PATCH v4 11/27] mm/huge_memory.c: add private node folio split notification callback
` [RFC PATCH v4 12/27] mm/migrate: NP_OPS_MIGRATION - support private node user migration
` [RFC PATCH v4 13/27] mm/mempolicy: NP_OPS_MEMPOLICY - support private node mempolicy
` [RFC PATCH v4 14/27] mm/memory-tiers: NP_OPS_DEMOTION - support private node demotion
` [RFC PATCH v4 15/27] mm/mprotect: NP_OPS_PROTECT_WRITE - gate PTE/PMD write-upgrades
` [RFC PATCH v4 16/27] mm: NP_OPS_RECLAIM - private node reclaim participation
` [RFC PATCH v4 17/27] mm/oom: NP_OPS_OOM_ELIGIBLE - private node OOM participation
` [RFC PATCH v4 18/27] mm/memory: NP_OPS_NUMA_BALANCING - private node NUMA balancing
` [RFC PATCH v4 19/27] mm/compaction: NP_OPS_COMPACTION - private node compaction support
` [RFC PATCH v4 20/27] mm/gup: NP_OPS_LONGTERM_PIN - private node longterm pin support
` [RFC PATCH v4 21/27] mm/memory-failure: add memory_failure callback to node_private_ops
` [RFC PATCH v4 22/27] mm/memory_hotplug: add add_private_memory_driver_managed()
` [RFC PATCH v4 23/27] mm/cram: add compressed ram memory management subsystem
` [RFC PATCH v4 24/27] cxl/core: Add cxl_sysram region type
` [RFC PATCH v4 25/27] cxl/core: Add private node support to cxl_sysram
` [RFC PATCH v4 26/27] cxl: add cxl_mempolicy sample PCI driver
` [RFC PATCH v4 27/27] cxl: add cxl_compression "

[PATCH v2] mm: thp: deny THP for files on anonymous inodes
 2026-02-22  4:10 UTC  (7+ messages)
` [PATCH] KVM: selftests: Test MADV_COLLAPSE on GUEST_MEMFD

[PATCH] mm/slub: drop duplicate kernel-doc for ksize()
 2026-02-22  3:47 UTC  (2+ messages)

[PATCH v2 1/2] mm/swapfile: fix list iteration when next node is removed during discard
 2026-02-22  1:41 UTC  (3+ messages)

[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-02-22  1:16 UTC  (8+ messages)

[Patch v3] mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared thp
 2026-02-22  0:50 UTC  (5+ messages)

[PATCH] mm/mmu_gather: define RCU version tlb_remove_table_one() in CONFIG_MMU_GATHER_RCU_TABLE_FREE
 2026-02-22  0:45 UTC 

[RFC PATCH 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-02-21 20:15 UTC  (12+ messages)
` [RFC PATCH 01/10] mm/damon: add CONFIG_DAMON_DEBUG_SANITY
` [RFC PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
` [RFC PATCH 03/10] mm/damon/core: add damon_del_region() "
` [RFC PATCH 04/10] mm/damon/core: add damon_nr_regions() "
` [RFC PATCH 05/10] mm/damon/core: add damon_merge_two_regions() "
` [RFC PATCH 06/10] mm/damon/core: add damon_merge_regions_of() "
` [RFC PATCH 07/10] mm/damon/core: add damon_split_region_at() "
` [RFC PATCH 08/10] mm/damon/core: add damon_reset_aggregated() "
` [RFC PATCH 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [RFC PATCH 10/10] tools/testing/selftests/damon/config: "

[GIT PULL] memblock: numa_memblks: fix detection of NUMA node for CXL windows
 2026-02-21 18:31 UTC  (2+ messages)

[RFC PATCH 1/3] mm/damon/core: split regions for min_nr_regions at beginning
 2026-02-21 18:07 UTC  (3+ messages)

[RFC PATCH v2 0/3] mm/damon: strictly respect min_nr_regions
 2026-02-21 18:03 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm/damon/core: split regions for min_nr_regions
` [RFC PATCH v2 2/3] mm/damon/vaddr: do not "
` [RFC PATCH v2 3/3] mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test

[PATCH mm-new v8 0/4] Improve khugepaged scan logic
 2026-02-21 13:38 UTC  (7+ messages)
` [PATCH mm-new v8 1/4] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v8 2/4] mm: khugepaged: refine scan progress number
` [PATCH mm-new v8 3/4] mm: add folio_test_lazyfree helper
` [PATCH mm-new v8 4/4] mm: khugepaged: skip lazy-free folios

[PATCH v3 00/22] Add support for shared PTEs across processes
 2026-02-21 12:40 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Swap status and roadmap discussion
 2026-02-21 10:50 UTC 

[PATCH RFC 00/15] mm, swap: swap table phase IV with dynamic ghost swapfile
 2026-02-21  9:30 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Improving MGLRU
 2026-02-21  6:03 UTC  (3+ messages)

[PATCH] mm: thp: Deny THP for guest_memfd and secretmem in file_thp_enabled()
 2026-02-21  4:37 UTC  (17+ messages)

[linux-next:master] BUILD SUCCESS d4906ae14a5f136ceb671bb14cedbf13fa560da6
 2026-02-21  3:34 UTC 

[PATCH] mm: allow __GFP_RETRY_MAYFAIL in vmalloc
 2026-02-21  1:19 UTC  (2+ messages)

[PATCH 00/14] xattr: rework simple xattrs and support user.* xattrs on sockets
 2026-02-21  0:14 UTC  (6+ messages)
` [PATCH 09/14] xattr: move user limits for xattrs to generic infra

[PATCH] smaps: Report correct page sizes with THP
 2026-02-21  0:03 UTC  (2+ messages)

[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
 2026-02-20 23:54 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Wrap madvise() to assert success
` [PATCH v2 2/2] KVM: selftests: Test MADV_COLLAPSE on guest_memfd

[LSF/MM/BPF TOPIC] Flash Friendly Swap
 2026-02-20 23:47 UTC  (3+ messages)

[PATCH] arm64: remove HAVE_CMPXCHG_LOCAL
 2026-02-20 23:27 UTC  (7+ messages)

[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-02-20 22:38 UTC  (18+ messages)

[PATCH 0/4] mm: zone lock tracepoint instrumentation
 2026-02-20 22:36 UTC  (5+ messages)
` [PATCH 3/4] mm: convert compaction to zone lock wrappers

[PATCH v5] mm: move pgscan, pgsteal, pgrefill to node stats
 2026-02-20 22:18 UTC  (3+ messages)

[PATCH 1/2] mm: vmalloc: streamline vmalloc memory accounting
 2026-02-20 22:15 UTC  (4+ messages)
` [PATCH 2/2] mm: memcontrol: switch to native NR_VMALLOC vmstat counter

[LSM/MM/BPF TOPIC] Do not hold mmap_lock following folio_lock failure in page faults
 2026-02-20 22:12 UTC 

[PATCH v3 00/20] Virtual Swap Space
 2026-02-20 21:05 UTC  (2+ messages)
` [PATCH] vswap: fix poor batching behavior of vswap free path

[LSF/MM/BPF TOPIC] 64k (or 16k) base page size on x86
 2026-02-20 19:33 UTC  (21+ messages)

[LSM/MM/BPF TOPIC] The Future of the Anonymous Reverse Mapping
 2026-02-20 19:22 UTC  (6+ messages)

[PATCH RFC 00/12] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-02-20 19:07 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-20 19:03 UTC  (6+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update

[PATCH v15 0/9] rust: add `Ownable` trait and `Owned` type
 2026-02-20 17:50 UTC  (15+ messages)
` [PATCH v15 1/9] rust: types: Add Ownable/Owned types
` [PATCH v15 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v15 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v15 4/9] rust: aref: update formatting of use statements
` [PATCH v15 5/9] rust: Add `OwnableRefCounted`
` [PATCH v15 6/9] rust: page: update formatting of `use` statements
` [PATCH v15 7/9] rust: page: convert to `Ownable`
` [PATCH v15 8/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v15 9/9] rust: page: add `from_raw()`

[PATCH v4 0/2] kho: add support for deferred struct page init
 2026-02-20 16:52 UTC  (3+ messages)
` [PATCH v4 1/2] kho: fix deferred init of kho scratch
` [PATCH v4 2/2] kho: make preserved pages compatible with deferred struct page init

[LSF/MM/BPF TOPIC] Per-process page size
 2026-02-20 16:50 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] swap_ops and plugable swap back end
 2026-02-20 16:03 UTC 

[LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-02-20 15:10 UTC  (3+ messages)

[PATCH v1] mm/kfence: disable KFENCE upon KASAN HW tags enablement
 2026-02-20 14:51 UTC  (4+ messages)

[PATCH v1] mm/kfence: fix KASAN hardware tag faults during late enablement
 2026-02-20 14:49 UTC 

[PATCH] mm/tracing: rss_stat: Ensure curr is false from kthread context
 2026-02-20 11:07 UTC  (4+ messages)

[PATCH mm-unstable v1 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-02-20 10:42 UTC  (4+ messages)
` [PATCH mm-unstable v1 2/5] mm: introduce is_pmd_order helper

[LSF/MM/BPF TOPIC] Towards removing CONFIG_PAGE_MAPCOUNT
 2026-02-20 10:35 UTC  (3+ messages)

[PATCH v6 0/4] Convert x86/mm/pat to generic page table apis
 2026-02-20 10:25 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Beyond 2MB: Why Terabyte-Scale Machines Need 1GB Transparent Huge Pages
 2026-02-20 10:00 UTC  (3+ messages)

[PATCH v2 0/3] dma-buf: heaps: cma: enable dmem cgroup accounting
 2026-02-20  9:45 UTC  (7+ messages)
` [PATCH v2 3/3] dma-buf: heaps: cma: charge each cma heap's dmem

[PATCH] mm: Fix memblock_free_late() when using deferred struct page
 2026-02-20  9:09 UTC  (14+ messages)
` [PATCH v2] "

[RFC] mm/vmalloc: vrealloc() shrink TODO - seeking direction before implementing
 2026-02-20  8:01 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-02-20  7:44 UTC  (3+ messages)

[akpm-mm:mm-new 71/81] htmldocs: Documentation/core-api/percpu-counter-tree.rst: WARNING: document isn't included in any toctree [toc.not_included]
 2026-02-20  6:19 UTC 

[linux-next:master] BUILD SUCCESS 44982d352c33767cd8d19f8044e7e1161a587ff7
 2026-02-20  4:13 UTC 

[REGRESSION] mm/mprotect: 2x+ slowdown for >=400KiB regions since PTE batching (cac1db8c3aad)
 2026-02-20  4:12 UTC  (12+ messages)

[PATCH 3.5] arm: make initialization of zero page independent of the memory map (was Re: [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map)
 2026-02-20  4:11 UTC  (2+ messages)

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH v18 00/12] Support page table check on PowerPC
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH 0/5] uprobes: transition from kmap_atomic to kmap_local_page
 2026-02-20  4:10 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] eBPF isolation with pkeys
 2026-02-20  2:50 UTC  (8+ messages)

page: 

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