Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-05 03:34:02 to 2026-06-05 18:10:15 UTC [more...]

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

[PATCH 0/2] net: isolate SKB data area allocations
 2026-06-05 18:09 UTC  (10+ 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

[PATCH mm-unstable v19 00/14] khugepaged: add mTHP collapse support
 2026-06-05 18:07 UTC  (21+ 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

better block swap batching and a different take on swap_ops v2
 2026-06-05 17:58 UTC  (17+ 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  (15+ 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  (6+ messages)
` [PATCH v3 1/4] mm/zsmalloc: encode class index in obj value for lockless class lookup
` [PATCH v3 2/4] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems
` [PATCH v3 3/4] mm/zsmalloc: drop class lock before freeing zspage
` [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 v7 00/42] guest_memfd: In-place conversion support
 2026-06-05 13:41 UTC  (8+ messages)
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [POC] KVM: selftests: Verify conversion works with TDX

[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  (3+ 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  (4+ 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)

[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-06-05  9:55 UTC  (4+ messages)

[PATCH v4 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-06-05  9:52 UTC  (2+ messages)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-06-05  9:50 UTC  (7+ messages)
` [PATCH 10/17] jbd2: replace __get_free_pages() "

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-05  9:42 UTC  (12+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v8 4/6] mm/memory-failure: add panic option for unrecoverable pages

[PATCH v5 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-06-05  9:31 UTC  (6+ messages)
` [PATCH v5 1/2] "

[PATCH v3] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-06-05  9:16 UTC  (2+ messages)

[linux-next:master] [mm] 504f40f6bd: kernel_BUG_at_include/linux/page-flags.h
 2026-06-05  9:13 UTC  (2+ messages)

[PATCH v1] MAINTAINERS: add self as a kcov reviewer
 2026-06-05  9:06 UTC  (2+ messages)

[PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
 2026-06-05  8:59 UTC  (12+ messages)

[PATCH v2 0/3] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-06-05  8:48 UTC  (4+ messages)
` [PATCH v2 3/3] mm/percpu: Avoid IO/FS reclaim in backing allocations

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-06-05  7:33 UTC  (2+ messages)

[PATCH v6 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-05  7:32 UTC  (3+ messages)

[PATCH RESEND] checkpatch: Suppress warnings when Reported-by: is followed by Link:
 2026-06-05  6:57 UTC 

[PATCH v3 0/2] libfs: set SB_I_NOEXEC and SB_I_NODEV in init_pseudo()
 2026-06-05  6:47 UTC  (5+ messages)
` [PATCH v3 1/2] libfs: set SB_I_NOEXEC and SB_I_NODEV by default "
` [PATCH v3 2/2] libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-05  6:11 UTC  (5+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-06-05  6:02 UTC  (5+ messages)
` [PATCH v3 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-05  3:32 UTC  (4+ messages)
` [RFC v1 7/9] kho: decouple radix tree compatibility from global KHO version
` [RFC v1 8/9] kho: decouple vmalloc compatibility from global KHO version and update memfd
` [RFC v1 9/9] liveupdate: add KUnit test to verify alphabetical order of compatibility strings


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