Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-26 16:15:05 to 2026-05-27 12:20:20 UTC [more...]

improve the kmem_cache_alloc_bulk API
 2026-05-27 12:20 UTC  (7+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

revisiting alloc_pages_bulks semantics?
 2026-05-27 12:19 UTC  (7+ messages)

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-05-27 12:11 UTC  (11+ 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 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-27 12:05 UTC  (2+ messages)

[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 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-27 11:56 UTC  (21+ 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 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  (8+ messages)
` [PATCH v2 1/2] lib/raid: use kvmalloc() in calibrate_xor_blocks()
` [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/mempool: use static key for boot-time debug enablement
 2026-05-27 10:46 UTC 

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

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

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

[PATCH] block: partitions: replace __get_free_page() with kmalloc()
 2026-05-27 10:04 UTC  (9+ messages)

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

[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 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-27  9:42 UTC  (7+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[PATCH v6 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-05-27  9:31 UTC  (17+ messages)
` [PATCH v6 01/15] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v6 02/15] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v6 03/15] arm64: mm: Check for pud_/pmd_set_huge() failures on kernel mappings
` [PATCH v6 04/15] arm64: mm: Preserve existing table mappings when mapping DRAM
` [PATCH v6 05/15] arm64: mm: Preserve non-contiguous descriptors "
` [PATCH v6 06/15] arm64: mm: Permit contiguous descriptors to be manipulated
` [PATCH v6 07/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v6 08/15] arm64: mm: Permit contiguous attribute for preliminary mappings
` [PATCH v6 09/15] arm64: Move fixmap and kasan page tables to end of kernel image
` [PATCH v6 10/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v6 11/15] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v6 12/15] powerpc/code-patching: Avoid r/w mapping of the zero page
` [PATCH v6 13/15] sh: cast away constness from the zero page when flushing it from the cache
` [PATCH v6 14/15] mm: Make empty_zero_page[] const
` [PATCH v6 15/15] arm64: mm: Unmap kernel data/bss entirely from the linear map

[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  (6+ messages)

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-27  8:47 UTC  (2+ 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  (9+ messages)
` [PATCH v3 2/6] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
` [PATCH v3 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
` [PATCH v3 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible
` [PATCH v3 6/6] mm/vmalloc: align vm_area so vmap() can batch mappings

[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 v4] mm/slub: use empty sheaf helpers for oversized sheaves
 2026-05-27  8:06 UTC  (2+ messages)

[PATCH] mm/slub: fix typo in sheaves comment
 2026-05-27  7:46 UTC  (2+ messages)

[PATCH v7 0/4] mm: swap: introduce swap tier infrastructure
 2026-05-27  7:32 UTC  (6+ messages)
` [PATCH v7 1/4] "
` [PATCH v7 2/4] mm: swap: associate swap devices with tiers
` [PATCH v7 3/4] mm: memcontrol: add interfaces for swap tier selection
` [PATCH v7 4/4] mm: swap: filter swap allocation by memcg tier mask

[PATCH v2 0/2] zram: fix UAF in zram_bvec_write_partial() and drop dead bio plumbing
 2026-05-27  7:24 UTC  (6+ messages)
` [PATCH v2 1/2] zram: fix use-after-free in zram_bvec_write_partial()
` [PATCH v2 2/2] zram: drop unused bio parameter from write helpers

[PATCH v2] mm/page_alloc: fix defrag_mode for non-reclaimable allocations
 2026-05-27  7:10 UTC  (6+ messages)

[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-27  6:40 UTC  (5+ messages)

[PATCH v4 0/3] Only free healthy pages in high-order has_hwpoisoned folio
 2026-05-27  6:36 UTC  (6+ messages)

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

[PATCH] block: Add bvec_folio()
 2026-05-27  6:22 UTC  (6+ messages)

[PATCH] mm/slub: batch-detach node partial slabs
 2026-05-27  6:08 UTC  (4+ messages)

[PATCH] mm/page_alloc: skip high atomic reservation at or below costly order
 2026-05-27  5:57 UTC  (5+ messages)

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

[PATCH v5] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-05-27  5:22 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION e7e28506af98ce4e1059e5ec59334b335c00a246
 2026-05-27  5:16 UTC 

[RFC PATCH 0/3] make persistent huge zero folio read-only
 2026-05-27  3:56 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: "
` [RFC PATCH 2/3] arm64/mm: make huge zero folio read-only in linear map
` [RFC PATCH 3/3] x86/mm: make huge zero folio read-only in direct map

[PATCH v3 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-27  3:36 UTC  (9+ messages)
` [PATCH v3 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v3 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v3 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v3 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v3 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v3 6/8] string: introduce memcpy_streaming() helpers
` [PATCH v3 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v3 8/8] mm: use memcpy_streaming() in zone-device template copies

[PATCH resend] mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison
 2026-05-27  3:35 UTC  (4+ messages)

[PATCH mm-unstable RFC v4 0/7] mm: add huge pfnmap support for remap_pfn_range()
 2026-05-27  2:57 UTC  (3+ messages)

[PATCH v2 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-05-27  2:39 UTC  (5+ messages)

[PATCH v6 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-05-27  2:17 UTC  (9+ messages)
` [PATCH v6 3/4] mm: memcontrol: add interfaces for swap tier selection
` [PATCH v6 4/4] mm: swap: filter swap allocation by memcg tier mask

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-05-27  1:49 UTC  (6+ messages)

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-05-27  1:44 UTC  (5+ messages)
` [PATCH 7.2 v10 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs

[PATCH v2] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked()
 2026-05-27  0:35 UTC  (4+ messages)

[PATCH] mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
 2026-05-27  0:10 UTC  (3+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2026-05-28
 2026-05-26 23:49 UTC 

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-26 20:42 UTC  (8+ messages)
        ` Process (was Re: [PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP) "

[PATCH v4 8/8] mm: switch deferred split shrinker to list_lru
 2026-05-26 20:10 UTC  (3+ messages)

[PATCH] mm: Document the folio refcount a little better
 2026-05-26 20:00 UTC 

[PATCH] mm: Remove mentions of PageWriteback
 2026-05-26 19:56 UTC 

[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
 2026-05-26 19:15 UTC  (3+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work

[PATCH RESEND] userfaultfd: snapshot VMA state across UFFDIO_COPY retry
 2026-05-26 19:06 UTC  (12+ messages)

[Hypervisor Live Update] Notes from May 18, 2026
 2026-05-26 18:53 UTC  (2+ messages)

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-05-26 18:34 UTC  (2+ messages)

[PATCH v12 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-05-26 18:29 UTC  (5+ messages)
` [PATCH v12 01/15] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v12 02/15] kasan: arm64: x86: Make special tags arch specific

[PATCH v4 0/4] cleanup: Remove NULL check from unconditional guards
 2026-05-26 17:54 UTC  (5+ messages)
` [PATCH v4 3/4] cleanup: Annotate guard constructors with __nonnull()

[PATCH] PM: hibernate: preserve uswsusp swap pin across SNAPSHOT_SET_SWAP_AREA re-set failures
 2026-05-26 17:23 UTC  (3+ messages)
` [PATCH v2] PM: hibernate: keep existing uswsusp swap pin if re-selection fails

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-05-26 16:59 UTC  (4+ messages)
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging "

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-26 16:27 UTC  (3+ messages)

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-05-26 16:23 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