Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-05 10:07:36 to 2026-06-05 20:08:20 UTC [more...]

[PATCH mm-unstable v19 00/14] khugepaged: add mTHP collapse support
 2026-06-05 20:07 UTC  (29+ messages)
` [PATCH mm-unstable v19 01/14] mm/khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH mm-unstable v19 02/14] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v19 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v19 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v19 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v19 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v19 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v19 08/14] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v19 09/14] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v19 10/14] mm/khugepaged: introduce collapse_possible_orders helper functions
` [PATCH mm-unstable v19 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v19 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v19 13/14] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v19 14/14] Documentation: mm: update the admin guide for mTHP collapse

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-06-05 20:05 UTC  (6+ messages)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-06-05 20:00 UTC  (2+ messages)
` [PATCH 00/17] "

[PATCH v2 6.1] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-06-05 19:07 UTC 

[PATCH] mm/page_frag: reject invalid CPUs in page_frag_test
 2026-06-05 18:41 UTC 

[PATCH v2 00/18] kho: make boot time huge page allocation work nicely with KHO
 2026-06-05 18:34 UTC  (19+ messages)
` [PATCH v2 01/18] kho: generalize radix tree APIs
` [PATCH v2 02/18] kho: disallow wide keys in radix tree
` [PATCH v2 03/18] kho: return virtual address of mem_map
` [PATCH v2 04/18] kho: store incoming radix tree in kho_in
` [PATCH v2 05/18] kho: move all memory retrieval logic to kho_mem_retrieve()
` [PATCH v2 06/18] kho: add a struct for radix callbacks
` [PATCH v2 07/18] kho: add callback for table pages
` [PATCH v2 08/18] kho: add data argument to radix walk callback
` [PATCH v2 09/18] kho: allow early-boot usage of the KHO radix tree
` [PATCH v2 10/18] kho: allow destroying "
` [PATCH v2 11/18] kho: add kho_radix_init_tree()
` [PATCH v2 12/18] kho: export kho_scratch_overlap()
` [PATCH v2 13/18] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v2 14/18] memblock: use kho_scratch_overlap() to decide migratetype
` [PATCH v2 15/18] kho: extend scratch
` [PATCH v2 16/18] memblock: make HugeTLB bootmem allocation work with KHO
` [PATCH v2 17/18] memblock: allow calculating reserved size by flags
` [PATCH v2 18/18] kho: exclude hugetlb memory from scratch size calculation

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-05 18:27 UTC  (6+ messages)
` [POC] KVM: selftests: Verify conversion works with TDX

[PATCH 6.1] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-06-05 18:25 UTC  (3+ messages)

[PATCH 0/2] net: isolate SKB data area allocations
 2026-06-05 18:09 UTC  (6+ messages)
` [PATCH 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation
` [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket

better block swap batching and a different take on swap_ops v2
 2026-06-05 17:58 UTC  (15+ messages)
` [PATCH 1/8] shmem: provide a shmem_write_folio wrapper
` [PATCH 2/8] mm: merge writeout into pageout
` [PATCH 3/8] mm/swap: introduce struct swap_io_ctx
` [PATCH 5/8] mm/swap: remove count_swpout_vm_event
` [PATCH 6/8] mm/swap: use swap_ops to register swap device's methods
` [PATCH 7/8] mm/swap: remove SWP_FS_OPS
` [PATCH 8/8] mm/vmstat: add NRSWP{IN,OUT} counters

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-05 17:21 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH v7 4/6] ksm: add pgoff into ksm_rmap_item
 2026-06-05 17:19 UTC  (2+ messages)

[PATCH 2/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-05 17:12 UTC  (13+ messages)

[RFC PATCH v2 01/10] liveupdate: luo_file: Add internal APIs for file preservation
 2026-06-05 17:08 UTC  (10+ messages)
` [RFC PATCH v2 02/10] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [RFC PATCH v2 03/10] kvm: Prepare core VM structs and helpers for LUO support
` [RFC PATCH v2 04/10] kvm: kvm_luo: Allow kvm preservation with LUO
` [RFC PATCH v2 05/10] kvm: guest_memfd: Move internal definitions and helper to new header
` [RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v2 08/10] docs: add documentation for guest_memfd preservation via LUO
` [RFC PATCH v2 09/10] selftests: kvm: Split ____vm_create() to expose init helpers
` [RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test

[RFC PATCH v1 0/10] liveupdate: kvm: Guest_memfd preservation
 2026-06-05 17:08 UTC 

[PATCH 0/6 v3] mm/memcontrol, page_counter: move stock from mem_cgroup to page_counter
 2026-06-05 17:07 UTC  (9+ messages)
` [PATCH 1/6 v3] mm/page_counter: introduce per-page_counter stock
` [PATCH 2/6 v3] mm/page_counter: use page_counter_stock in page_counter_try_charge
` [PATCH 3/6 v3] mm/page_counter: introduce stock drain APIs
` [PATCH 4/6 v3] mm/memcontrol: convert memcg to use page_counter_stock
` [PATCH 5/6 v3] mm/memcontrol: optimize memsw stock for cgroup v1
` [PATCH 6/6 v3] mm/memcontrol: remove unused memcg_stock code

[PATCH v3 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-05 16:34 UTC  (3+ messages)
` [PATCH v3 4/4] mm/zsmalloc: document free_zspage helper variants

[PATCH] mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
 2026-06-05 16:20 UTC  (6+ messages)

[PATCH v7 3/6] MAINTAINERS: add myself as reviewer for rmap section
 2026-06-05 16:16 UTC  (3+ messages)

[PATCH] docs: memfd_preservation: fix rendering of ABI documentation
 2026-06-05 16:06 UTC 

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-05 15:58 UTC  (16+ messages)

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-06-05 16:04 UTC  (7+ messages)
` [PATCH mm-unstable v18 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support

[PATCH v7 2/6] tools/testing: add rmap walk latency benchmark
 2026-06-05 15:54 UTC  (2+ messages)

[PATCH v7 1/6] mm/rmap: add tracepoint for rmap_walk
 2026-06-05 15:53 UTC  (2+ messages)

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-06-05 15:53 UTC  (7+ messages)
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging "

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-05 15:41 UTC  (11+ messages)

[PATCH bpf-next] bpf: Replace scratch PTE atomically when allocating arena pages
 2026-06-05 15:30 UTC  (2+ messages)

Process (was Re: [PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP) collapse support
 2026-06-05 15:24 UTC  (2+ messages)

[PATCH] mm/compaction: guard move_freelist_head() against invalid freepage
 2026-06-05 15:23 UTC  (2+ messages)

[PATCH] mm: don't allow empty relative nodemask in mpol_relative_nodemask()
 2026-06-05 15:18 UTC  (9+ messages)

[PATCH v2] alloc_tag: fix use-after-free in /proc/allocinfo after module unload
 2026-06-05 15:17 UTC  (4+ messages)

[PATCH v4 00/11] rust: xarray: add entry API with preloading
 2026-06-05 15:15 UTC  (11+ messages)
` [PATCH v4 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v4 03/11] rust: xarray: add `XArrayState`
` [PATCH v4 05/11] rust: xarray: simplify `Guard::load`
` [PATCH v4 06/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v4 07/11] rust: xarray: add entry API

[PATCH 0/3] rust: sync: Introduce Rcu*Box
 2026-06-05 14:54 UTC  (12+ messages)
` [PATCH 1/3] rust: rcu: add RcuBox type
` [PATCH 1/3] rust: rcu: Add "
` [PATCH 2/3] rust: maple_tree: add load_rcu()
` [PATCH 2/3] rust: maple_tree: Add load_rcu()
` [RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-05 14:24 UTC  (2+ messages)

mm/memory-failure tracepoint change breaks userspace rasdaemon
 2026-06-05 14:13 UTC  (10+ messages)

[PATCH v4 0/4] simple xattr improvements
 2026-06-05 13:53 UTC  (5+ messages)
` [PATCH v4 1/4] kernfs: fix xattr race condition with multiple superblocks
` [PATCH v4 2/4] tmpfs: simplify constructing "security.foo" xattr names
` [PATCH v4 3/4] simple_xattr: change interface to pass struct simple_xattrs **
` [PATCH v4 4/4] simpe_xattr: use per-sb cache

[RFC PATCH v3 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
 2026-06-05 13:47 UTC  (2+ messages)

[PATCH mm-hotfixes] mm/huge_memory: use correct flags for device private PMD entry
 2026-06-05 13:22 UTC  (4+ messages)

[PATCH] mm/memory-failure: trace: change memory_failure_event to ras subsystem
 2026-06-05 13:09 UTC  (2+ messages)

[PATCH v2 0/2] rust: pages that cannot be racy
 2026-06-05 12:49 UTC  (3+ messages)
` [PATCH v2 1/2] rust: page: add `SafePage` for race-free page access
` [PATCH v2 2/2] rust: page: add method to copy data between safe pages

[PATCH v2 0/3] simple xattr improvements
 2026-06-05 12:37 UTC  (3+ messages)

[PATCH v3 0/4] simple xattr improvements
 2026-06-05 12:33 UTC  (5+ messages)
` [PATCH v3 1/4] kernfs: fix xattr race condition with multiple superblocks
` [PATCH v3 2/4] tmpfs: simplify constructing "security.foo" xattr names
` [PATCH v3 3/4] simple_xattr: change interface to pass struct simple_xattrs **
` [PATCH v3 4/4] simpe_xattr: use per-sb cache

[PATCH] mm/vmstat: avoid taking zone lock in /proc/buddyinfo reads
 2026-06-05 12:14 UTC  (2+ messages)

[PATCH v2] mm/slub: preserve original size in _kmalloc_nolock_noprof retry path
 2026-06-05 11:48 UTC  (2+ messages)

[PATCH v2] rust: alloc: add per-task memalloc scope abstractions
 2026-06-05 11:47 UTC  (2+ messages)

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-05 11:38 UTC  (11+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test

[PATCH v3 0/2] mm/hmm: A fix and a selftest
 2026-06-05 11:31 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries

[PATCH v3] cgroup/dmem: introduce a peak file
 2026-06-05 11:13 UTC  (5+ messages)

[RFC PATCH v3 2/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
 2026-06-05 11:13 UTC  (2+ messages)

[RFC PATCH v3 1/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-06-05 11:00 UTC  (2+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-06-05 10:58 UTC  (2+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-05 10:56 UTC  (4+ messages)

[PATCH v5 0/4] cleanup: Remove NULL check from unconditional guards
 2026-06-05 10:46 UTC  (4+ messages)
` [PATCH v5 3/4] cleanup: Annotate guard constructors with nonnull

[PATCH v4 0/2] (no cover subject)
 2026-06-05 10:34 UTC  (3+ messages)
` [PATCH v4 1/2] rust: sync: atomic: add atomic_per_byte_memcpy
` [PATCH v4 2/2] rust: page: add byte-wise atomic memory copy methods

[RFC PATCH v3 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management
 2026-06-05 10:28 UTC  (2+ messages)

[RFC PATCH v3 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-05 10:25 UTC  (2+ messages)


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