[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
[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-02-21 17:44 UTC (7+ messages)
[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 (19+ messages)
` [PATCH RFC 01/15] mm: move thp_limit_gfp_mask to header
` [PATCH RFC 02/15] mm, swap: simplify swap_cache_alloc_folio
` [PATCH RFC 03/15] mm, swap: move conflict checking logic of out swap cache adding
` [PATCH RFC 04/15] mm, swap: add support for large order folios in swap cache directly
` [PATCH RFC 05/15] mm, swap: unify large folio allocation
` [PATCH RFC 06/15] memcg, swap: reparent the swap entry on swapin if swapout cgroup is dead
` [PATCH RFC 07/15] memcg, swap: defer the recording of memcg info and reparent flexibly
` [PATCH RFC 08/15] mm, swap: store and check memcg info in the swap table
` [PATCH RFC 09/15] mm, swap: support flexible batch freeing of slots in different memcg
` [PATCH RFC 10/15] mm, swap: always retrieve memcg id from swap table
` [PATCH RFC 11/15] mm/swap, memcg: remove swap cgroup array
` [PATCH RFC 12/15] mm, swap: merge zeromap into swap table
` [PATCH RFC 13/15] mm: ghost swapfile support for zswap
` [PATCH RFC 14/15] mm, swap: add a special device for ghost swap setup
` [PATCH RFC 15/15] mm, swap: allocate cluster dynamically for ghost swapfile
[PATCH 0/2] Some small improvements to reserve_mem
2026-02-21 8:52 UTC (4+ messages)
` [PATCH 2/2] mm/memblock: Add reserve_mem debugfs info
[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] mm: thp: deny THP for files on anonymous inodes
2026-02-20 23:59 UTC (4+ messages)
` [PATCH] KVM: selftests: Test MADV_COLLAPSE on GUEST_MEMFD
[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 (4+ 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 (30+ 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
[PATCH v2 1/2] mm/swapfile: fix list iteration when next node is removed during discard
2026-02-20 15:13 UTC (2+ messages)
[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/slub: drop duplicate kernel-doc for ksize()
2026-02-20 12:42 UTC
[PATCH] mm/tracing: rss_stat: Ensure curr is false from kthread context
2026-02-20 11:07 UTC (5+ 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 (7+ messages)
[PATCH v2 0/3] dma-buf: heaps: cma: enable dmem cgroup accounting
2026-02-20 9:45 UTC (9+ 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)
[PATCH] mm: fix typo in the comment of mod_zone_state()
2026-02-20 0:37 UTC (2+ messages)
[PATCH 0/5] Make Rust Binder build as a module
2026-02-20 0:00 UTC (3+ messages)
` [PATCH 2/5] security: export binder symbols
[PATCH] khugepaged: convert redundant check to WARN_ON
2026-02-19 22:33 UTC (2+ messages)
[PATCH v4] mm: move pgscan, pgsteal, pgrefill to node stats
2026-02-19 22:11 UTC (2+ messages)
[LSF/MM/BPF TOPIC] A pagetable library for the kernel?
2026-02-19 17:51 UTC
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox