Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-27 07:34:29 to 2026-05-28 00:42:32 UTC [more...]

[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
 2026-05-28  0:41 UTC  (5+ messages)
` [RFC PATCH 01/20] kho: generalize radix tree APIs
` [RFC PATCH 02/20] kho: store incoming radix tree in kho_in
` [RFC PATCH 03/20] kho: add a struct for radix callbacks
` [RFC PATCH 05/20] kho: add data argument to radix walk callback

[PATCH v7 0/4] mm: swap: introduce swap tier infrastructure
 2026-05-27 23:52 UTC  (5+ messages)
` [PATCH v7 4/4] mm: swap: filter swap allocation by memcg tier mask

[PATCH 3/3] apparmor: replace get_zeroed_page() with kzalloc()
 2026-05-27 23:42 UTC  (2+ messages)

[PATCH 2/3] selinux: hooks: use __getname() to allocate path buffer
 2026-05-27 23:42 UTC  (2+ messages)

[PATCH 1/3] selinux: use k[mz]alloc() to allocate temporary buffers
 2026-05-27 23:42 UTC  (2+ messages)

[PATCH man-pages v2 0/6] userfaultfd: document read-write-protect mode
 2026-05-27 23:36 UTC  (3+ messages)
` [PATCH v2 1/6] userfaultfd.2: Add "

[PATCH] mm/mempool: use static key for boot-time debug enablement
 2026-05-27 23:09 UTC  (8+ messages)

[PATCH v2] x86/mm: fix freeing of PMD-sized vmemmap pages
 2026-05-27 22:51 UTC  (8+ messages)

[PATCH] Respect mempolicy when calculating surplus huge pages
 2026-05-27 22:48 UTC 

[REGRESSION] x86/hugetlb: AMD F15h VA alignment offset breaks MAP_HUGETLB alignment
 2026-05-27 21:04 UTC  (5+ messages)

[PATCH v5 0/9] mm: switch THP shrinker to list_lru
 2026-05-27 20:45 UTC  (10+ messages)
` [PATCH v5 1/9] mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletion
` [PATCH v5 2/9] mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
` [PATCH v5 3/9] mm: list_lru: deduplicate unlock_list_lru()
` [PATCH v5 4/9] mm: list_lru: move list dead check to lock_list_lru_of_memcg()
` [PATCH v5 5/9] mm: list_lru: deduplicate lock_list_lru()
` [PATCH v5 6/9] mm: list_lru: introduce caller locking for additions and deletions
` [PATCH v5 7/9] mm: list_lru: introduce folio_memcg_list_lru_alloc()
` [PATCH v5 8/9] mm: memory: flatten alloc_anon_folio() retry loop
` [PATCH v5 9/9] mm: switch deferred split shrinker to list_lru

[PATCH v3 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-27 20:46 UTC  (2+ messages)

[PATCH v7 00/15] mm/mglru: improve reclaim loop and dirty folio handling
 2026-05-27 20:40 UTC  (7+ messages)

[PATCH v16 00/20] unwind_deferred: Implement sframe handling
 2026-05-27 20:20 UTC  (5+ messages)
` [PATCH v16 02/20] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v16 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-27 19:39 UTC  (8+ messages)
` [PATCH v8 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v8 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v8 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v8 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v8 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-05-27 19:10 UTC  (4+ messages)
` [PATCH v2 1/2] mm/memcontrol: add dmem charge/uncharge functions

[PATCH v2 0/3] userfaultfd: verify VMA state across UFFDIO_COPY retry
 2026-05-27 19:09 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] userfaultfd: refuse to __mfill_atomic_pte() for unsupported VMAs
` [PATCH v2 3/3] userfaultfd: remove redundant check in vm_uffd_ops()

[PATCH RESEND] userfaultfd: snapshot VMA state across UFFDIO_COPY retry
 2026-05-27 19:01 UTC  (5+ messages)

[PATCH v4 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-05-27 18:47 UTC  (7+ messages)
` [PATCH v4 1/5] selftests/mm: make file helpers return errors
` [PATCH v4 2/5] tools/lib/mm: add shared file helpers
` [PATCH v4 3/5] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v4 4/5] tools/mm: add a standalone GUP microbenchmark
` [PATCH v4 5/5] selftests/mm: rewrite gup_test as a standalone harness-based selftest

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-05-27 18:15 UTC  (3+ messages)

[PATCH] mm/migrate: find_mm_struct: fix race between security checks and suid exec
 2026-05-27 18:14 UTC  (4+ messages)

[syzbot] [mm?] WARNING in __page_table_check_ptes_set (3)
 2026-05-27 17:36 UTC  (2+ messages)

[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-05-27 17:00 UTC  (4+ messages)
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test

[linus:master] [maple_tree] 280b792cac: will-it-scale.per_process_ops 6.0% regression
 2026-05-27 16:31 UTC  (8+ messages)

[PATCH v2 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-05-27 16:24 UTC  (3+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-05-27 16:24 UTC  (2+ messages)

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-05-27 16:23 UTC  (3+ messages)

[RFC PATCH 0/3] make persistent huge zero folio read-only
 2026-05-27 23:03 UTC  (7+ messages)
` [RFC PATCH 1/3] mm: "

[PATCH] mm/huge_memory: update file PMD counter before folio_put()
 2026-05-27 16:10 UTC  (5+ messages)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-27 16:02 UTC  (5+ messages)
` [PATCH 04/17] nilfs2: replace get_zeroed_page() with kzalloc()

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-27 15:59 UTC  (25+ messages)
        ` [f2fs-dev] "

[PATCH] block: Add bvec_folio()
 2026-05-27 15:54 UTC  (7+ messages)

[PATCH v4] mm/slub: use empty sheaf helpers for oversized sheaves
 2026-05-27 15:47 UTC  (4+ messages)

Memory fragmentation and compaction test and evaluation
 2026-05-27 15:45 UTC 

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-27 15:43 UTC  (4+ messages)
` [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()

[RFC PATCH 05/40] mm: page_alloc: remove watermark boost mechanism
 2026-05-27 15:41 UTC  (2+ messages)

[PATCH] liveupdate: document current compatibility status
 2026-05-27 15:37 UTC 

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-27 15:35 UTC  (8+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH v3 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-05-27 15:19 UTC  (10+ messages)
` [PATCH v3 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap

[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
 2026-05-27 14:54 UTC  (9+ messages)
` [RFC V2 07/14] arm64/mm: Route all pgtable reads via pxxval_get()
` [RFC V2 08/14] arm64/mm: Route all pgtable writes via pxxval_set()
` [RFC V2 13/14] arm64/mm: Add an abstraction level for tlbi_op
` [RFC V2 14/14] arm64/mm: Add initial support for FEAT_D128 page tables

[Hypervisor Live Update] Notes from May 18, 2026
 2026-05-27 14:41 UTC  (3+ messages)

[PATCH v2] block: partitions: replace __get_free_page() with kmalloc()
 2026-05-27 14:37 UTC  (2+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-27 14:33 UTC  (22+ messages)
` [PATCH 01/15] mm/rmap: introduce anon_rmap APIs for anonymous folios
` [PATCH 02/15] mm: convert anon_vma rmap APIs to anon_rmap
` [PATCH 03/15] mm: introduce anon_vma_tree_t for multiple anon_vma topologies
` [PATCH 04/15] mm: switch to anon_vma_tree_t APIs in preparation for ANON_VMA_LAZY
` [PATCH 05/15] mm: add CONFIG_ANON_VMA_LAZY and folio helpers
` [PATCH 06/15] mm: add CONFIG_VMA_REF and VMA helpers
` [PATCH 07/15] mm: replace direct FOLIO_MAPPING_ANON usage with helpers
` [PATCH 08/15] mm: prepare rmap infrastructure for ANON_VMA_LAZY
` [PATCH 09/15] mm: implement ANON_VMA_LAZY rmap semantics
` [PATCH 10/15] mm: defer anon_vma creation with ANON_VMA_LAZY
` [PATCH 11/15] mm: handle ANON_VMA_LAZY in huge page operations
` [PATCH 12/15] mm: handle ANON_VMA_LAZY during migration
` [PATCH 13/15] mm: support setup and upgrade of ANON_VMA_LAZY folios
` [PATCH 14/15] mm: support merging of ANON_VMA_LAZY VMAs
` [PATCH 15/15] mm: enable CONFIG_ANON_VMA_LAZY on arm64 and x86_64

[PATCH v2 0/2] zram: fix UAF in zram_bvec_write_partial() and drop dead bio plumbing
 2026-05-27 14:15 UTC  (6+ messages)
` [PATCH v2 1/2] zram: fix use-after-free in zram_bvec_write_partial()

improve the kmem_cache_alloc_bulk API
 2026-05-27 14:07 UTC  (11+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH 0/9] Convert x86 pgd_lists to ptdescs
 2026-05-27 14:03 UTC  (10+ messages)
` [PATCH 1/9] x86/mm/pat: Use IS_ENABLED() instead of ifdef
` [PATCH 2/9] x86/mm/pat: Convert __set_pmd_pte() to ptdescs
` [PATCH 3/9] x86/mm/pat: Convert collapse_pmd_page() "
` [PATCH 4/9] x86/mm: Convert arch_sync_kernel_mappings() "
` [PATCH 5/9] x86/mm: Convert sync_global_pgds_l5() "
` [PATCH 6/9] x86/mm: Convert sync_global_pgds_l4() "
` [PATCH 7/9] x86/mm: Convert pgd_page_get_mm() "
` [PATCH 8/9] x86/xen: Convert xen_mm_pin_all() "
` [PATCH 9/9] x86/xen: Convert xen_mm_unpin_all() "

revisiting alloc_pages_bulks semantics?
 2026-05-27 13:58 UTC  (9+ messages)

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-05-27 13:43 UTC  (13+ messages)
` [PATCH v14 1/8] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v14 2/8] ACPI: APEI: GHES: use exception context to gate SIGBUS on poison consumption
` [PATCH v14 3/8] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v14 4/8] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v14 5/8] arm64: support copy_mc_[user]_highpage()
` [PATCH v14 6/8] lib/test: memcpy_kunit: add copy_page() and copy_mc_page() tests

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-05-27 13:30 UTC  (5+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[PATCH] block: partitions: replace __get_free_page() with kmalloc()
 2026-05-27 13:16 UTC  (11+ messages)

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-27 13:00 UTC  (8+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[PATCH v4 0/4] cleanup: Remove NULL check from unconditional guards
 2026-05-27 12:30 UTC  (6+ messages)
` [PATCH v4 3/4] cleanup: Annotate guard constructors with __nonnull()

[PATCH mm-unstable RFC v4 0/7] mm: add huge pfnmap support for remap_pfn_range()
 2026-05-27 12:24 UTC  (3+ messages)
` [PATCH mm-unstable RFC v4 4/7] mm/huge_memory: refactor copy_huge_pmd()

[syzbot] [mm?] [arch?] BUG: sleeping function called from invalid context in __tlb_batch_free_encoded_pages
 2026-05-27 12:05 UTC  (2+ messages)

[RFC PATCH v2 0/3] mm/zsmalloc: reduce lock contention in zs_free()
 2026-05-27 11:59 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm/zsmalloc: encode class index in obj value for lockless class lookup
` [RFC PATCH v2 2/3] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems
` [RFC PATCH v2 3/3] mm/zsmalloc: drop class lock before freeing zspage

[PATCH v3 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-05-27 11:36 UTC  (5+ messages)
` [PATCH v3 1/2] selftests/mm: refactor pkey test helpers and unify assertions
` [PATCH v3 2/2] selftests/mm: add missing mmap() return checks in pkey tests

[PATCH v2 0/2] lib/raid: replace __get_free_pages() call with kvmalloc()
 2026-05-27 11:28 UTC  (5+ messages)
` [PATCH v2 2/2] lib/raid6: use kvmalloc() in raid6_select_algo()

[PATCH 0/2] lib/raid: replace __get_free_pages() call with kmalloc()
 2026-05-27 11:12 UTC  (6+ messages)
` [PATCH 2/2] lib/raid6: use kmalloc() in raid6_select_algo()

[PATCH] mm/huge_memory: update file PUD counter before folio_put()
 2026-05-27 10:16 UTC 

[syzbot] [mm?] WARNING in alloc_frozen_pages_noprof (2)
 2026-05-27  9:58 UTC  (3+ messages)
  ` [PATCH] drm/lease: Limit amount of maximum objects per lease

[PATCH v6 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-05-27  9:31 UTC  (3+ messages)
` [PATCH v6 13/15] sh: cast away constness from the zero page when flushing it from the cache

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-27  9:31 UTC  (2+ messages)

[PATCH] arm64: mm: call pagetable dtor when freeing hot-removed page tables
 2026-05-27  9:30 UTC  (11+ messages)

[PATCH v2 0/6] sched: Add support for long task name
 2026-05-27  9:18 UTC  (9+ messages)
` [PATCH v2 3/6] treewide: Replace memcpy(..., current->comm) with strscpy()
` [PATCH v2 4/6] sched: Extend task command name to 64 bytes

[RFC PATCH] mm/mglru: improve positive_ctrl_err for low refault samples
 2026-05-27  9:15 UTC  (2+ messages)

[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
 2026-05-27  8:49 UTC  (4+ messages)

[PATCH 1/2] gfp_types: Introduce a new GFP_ATOMIC_RT gfp flag
 2026-05-27  8:41 UTC  (4+ messages)

[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-05-27  8:27 UTC  (3+ messages)
` [PATCH v3 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH RFC v8 00/24] pkeys-based page table hardening
 2026-05-27  8:24 UTC  (4+ messages)
` [PATCH RFC v8 01/24] mm: Introduce kpkeys

[PATCH] mm/slub: fix typo in sheaves comment
 2026-05-27  7:46 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