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

[PATCH v6 0/2] mm: improve large folio readahead for exec memory
 2026-05-28 16:55 UTC  (3+ messages)
` [PATCH v6 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v6 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-05-28 16:50 UTC  (2+ messages)

[akpm-mm:mm-unstable 273/420] mm/userfaultfd.c:4475:1: warning: alias and aliasee have different types 'long (int)' and 'long (typeof (__builtin_choose_expr((__builtin_types_compatible_p(typeof ((int)0), typeof (0LL)) || __builtin_types_compatible_p(typeof ((int)0), typeof (0ULL))), 0
 2026-05-28 16:45 UTC  (2+ messages)

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-05-28 15:37 UTC  (9+ messages)
` [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock

[PATCH v5 0/9] mm: switch THP shrinker to list_lru
 2026-05-28 15:31 UTC  (9+ messages)
` [PATCH v5 1/9] mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletion
` [PATCH v5 9/9] mm: switch deferred split shrinker to list_lru

[REGRESSION] x86/hugetlb: AMD F15h VA alignment offset breaks MAP_HUGETLB alignment
 2026-05-28 15:31 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION e7d700e14934e68f86338c5610cf2ae76798b663
 2026-05-28 15:12 UTC  (2+ messages)

[PATCH] liveupdate: document current compatibility status
 2026-05-28 15:08 UTC  (3+ messages)

[PATCH 0/9] Convert x86 pgd_lists to ptdescs
 2026-05-28 14:43 UTC  (3+ messages)

[PATCH v2 0/3] userfaultfd: verify VMA state across UFFDIO_COPY retry
 2026-05-28 14:41 UTC  (11+ 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 0/2] selftests/damon: fix and validate memcg filter memcg_path handling
 2026-05-28 14:32 UTC  (2+ messages)

[PATCH v3] mm/page_vma_mapped_walk: Use ptep_get_lockless() for lockless access
 2026-05-28 14:30 UTC  (5+ messages)

[PATCH] mm/page_alloc: fix deferred compaction accounting
 2026-05-28 14:29 UTC  (2+ messages)

[PATCH 1/2] selftests/damon: fix DamosFilter memcg_path assignment
 2026-05-28 14:28 UTC  (4+ messages)
` [PATCH 2/2] selftests/damon: validate memcg filter sysfs readback

[PATCH] MAINTAINERS: add vm.rst to memory management core
 2026-05-28 14:06 UTC  (3+ messages)

[PATCH] docs: mm: clarify that user_reserve_kbytes has no effect when overcommit_memory is set to 0 or 1
 2026-05-28 14:02 UTC  (2+ messages)

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

[PATCH 0/1] RFC: mm/memory-tier: add stable node-tier id
 2026-05-28 13:42 UTC  (2+ messages)
` [PATCH 1/1] mm/memory-tier: add node_tier_id as stable tier identifier

[PATCH 0/2] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-05-28 13:29 UTC  (3+ messages)
` [PATCH 1/2] mm/percpu: Preserve NOFS/NOIO scope during chunk create and populate
` [PATCH 2/2] mm/percpu: Avoid pcpu_alloc_mutex recursion from reclaim

[PATCH 1/7] LoongArch: Add KHO basic support
 2026-05-28 13:26 UTC  (2+ messages)

revisiting alloc_pages_bulks semantics?
 2026-05-28 13:16 UTC  (6+ messages)

[PATCH] tmpfs/ramfs: Let memfd_create() work on nommu
 2026-05-28 13:02 UTC  (2+ messages)

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-28 12:59 UTC  (8+ messages)

[PATCH] mm/mempool: use static key for boot-time debug enablement
 2026-05-28 12:59 UTC  (13+ messages)
  ` 答复: [外部邮件] "
      ` 答复: "
        ` 答复: [????] "

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-05-28 12:55 UTC  (16+ messages)
` [RFC PATCH v1 01/13] exec: factor argument setup out of do_execveat_common()
` [RFC PATCH v1 02/13] exec: add an internal helper for opened executables
` [RFC PATCH v1 03/13] file: expose helpers for in-kernel fd actions
` [RFC PATCH v1 04/13] exec: add spawn template UAPI definitions
` [RFC PATCH v1 05/13] exec: add spawn template file descriptors
` [RFC PATCH v1 06/13] exec: add spawn_template_spawn()
` [RFC PATCH v1 07/13] exec: validate spawn template executable identity
` [RFC PATCH v1 08/13] binfmt_elf: cache ELF metadata for spawn templates
` [RFC PATCH v1 09/13] Documentation: describe "
` [RFC PATCH v1 10/13] exec: require absolute paths for path-created templates
` [RFC PATCH v1 11/13] exec: let close-range actions target the max fd
` [RFC PATCH v1 12/13] syscalls: add generic spawn template entries
` [RFC PATCH v1 13/13] selftests/exec: cover spawn template basics

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-05-28 12:49 UTC  (4+ messages)

[PATCH v4 0/2] lib/raid: replace __get_free_pages() call with kvmalloc()
 2026-05-28 12:47 UTC  (5+ messages)
` [PATCH v4 1/2] xor: use kmalloc() in calibrate_xor_blocks()
` [PATCH v4 2/2] raid6: use kmalloc() in raid6_select_algo()

better block swap batching and a different take on swap_ops
 2026-05-28 12:45 UTC  (11+ messages)
` [PATCH 01/10] mm/swap: don't merge folios for different memcgs into the same swap_iocb
` [PATCH 02/10] shmem: provide a shmem_write_folio wrapper
` [PATCH 03/10] mm: merge writeout into pageout
` [PATCH 04/10] mm: memcontrol: factor out a folio_memcg_css helper
` [PATCH 05/10] mm/swap: introduce struct swap_io_ctx
` [PATCH 06/10] mm/swap: also use struct swap_iocb for block I/O
` [PATCH 07/10] mm/swap: remove count_swpout_vm_event
` [PATCH 08/10] mm/swap: use swap_ops to register swap device's methods
` [PATCH 09/10] mm/swap: remove SWP_FS_OPS
` [PATCH 10/10] mm/vmstat: add NRSWP{IN,OUT} counters

[PATCH v3 0/2] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
 2026-05-28 12:39 UTC  (2+ messages)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-28 11:54 UTC  (5+ messages)
` [PATCH 14/17] fs/namespace: use __getname() to allocate mntpath buffer

[PATCH man-pages v2 0/6] userfaultfd: document read-write-protect mode
 2026-05-28 11:48 UTC  (5+ messages)
` [PATCH v2 2/6] UFFDIO_RWPROTECT.2const: New page
` [PATCH v2 3/6] UFFDIO_SET_MODE.2const: "

[PATCH v5] mm/slub: use empty sheaf helpers for oversized sheaves
 2026-05-28 11:35 UTC 

[PATCH v3 2/2] selftests/mm: add missing mmap() return checks in pkey tests
 2026-05-28 11:15 UTC  (3+ messages)

[PATCH v3 1/2] selftests/mm: refactor pkey test helpers and unify assertions
 2026-05-28 11:11 UTC  (3+ messages)

[RFC PATCH] mm/mglru: improve positive_ctrl_err for low refault samples
 2026-05-28 11:03 UTC  (4+ messages)

[PATCH 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-05-28 10:24 UTC  (5+ messages)
` [PATCH 1/4] serial: pch: replace __get_free_page() "
` [PATCH 2/4] tty: amiserial: replace get_zeroed_page() with kzalloc()
` [PATCH 3/4] tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()
` [PATCH 4/4] vc_screen: replace __get_free_pages() "

[PATCH] drm/lease: Limit amount of maximum objects per lease
 2026-05-28 10:22 UTC  (3+ messages)

[akpm-mm:mm-unstable 199/420] mm/memcontrol-v1.c:651:24: error: call to undeclared function 'swp_cluster_offset'; ISO C99 and later do not support implicit function declarations
 2026-05-28  9:58 UTC 

[PATCH v2 0/2] mm/slub: batch partial slab list operations
 2026-05-28  9:52 UTC  (3+ messages)
` [PATCH v2 1/2] mm/slub: detach and reattach partial slabs in batch
` [PATCH v2 2/2] mm/slub: introduce helper to decrement partial slab count and clear flag

[PATCH v3 0/2] lib/raid: replace __get_free_pages() call with kvmalloc()
 2026-05-28  9:49 UTC  (6+ messages)
` [PATCH v3 1/2] xor: use kmalloc() in calibrate_xor_blocks()
` [PATCH v3 2/2] raid6: use kmalloc() in raid6_select_algo()

[PATCH v3 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-05-28  9:38 UTC  (11+ messages)
` [PATCH v3 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap

improve the kmem_cache_alloc_bulk API v2
 2026-05-28  9:34 UTC  (2+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

improve the kmem_cache_alloc_bulk API
 2026-05-28  9:16 UTC  (6+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-28  9:00 UTC  (19+ 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] mm/slab: improve kmem_cache_alloc_bulk
 2026-05-28  8:58 UTC  (2+ messages)

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-05-28  8:53 UTC  (4+ messages)

[PATCH] mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
 2026-05-28  8:51 UTC  (4+ messages)

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-28  8:42 UTC  (7+ messages)
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce "

[PATCH v2 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-05-28  8:29 UTC  (2+ messages)

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

[PATCH v3 0/2] mm, slab: optimize returning objects after a partial refill
 2026-05-28  8:20 UTC  (5+ messages)
` [PATCH v3 1/2] mm, slab: add an optimistic __slab_try_return_freelist()
` [PATCH v3 2/2] mm, slab: simplify returning slab in __refill_objects_node()

[akpm-mm:mm-new 429/433] mm/swap_state.c:468:19: error: call to undeclared function 'folio_memcg_alloc_deferred'; ISO C99 and later do not support implicit function declarations
 2026-05-28  8:15 UTC 

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

RFC: better block swap batching and a different take on swap_ops
 2026-05-28  7:39 UTC  (4+ messages)

[PATCH v4] mm/slub: use empty sheaf helpers for oversized sheaves
 2026-05-28  7:26 UTC  (3+ messages)

[PATCH] rust: helpers: add is_vmalloc_addr wrapper for NOMMU builds
 2026-05-28  7:22 UTC 

[PATCH v3 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-28  7:06 UTC  (2+ messages)

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

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

[RFC PATCH 0/2] mm/damon/{reclaim,lru_sort}: handle ctx allocation failures
 2026-05-28  6:11 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/damon/reclaim: handle ctx allocation failure
` [RFC PATCH 2/2] mm/damonn/lru_sort: "

[PATCH] sched/fork: Fix timer_slack_ns inheritance for RT tasks
 2026-05-28  5:24 UTC  (3+ messages)

[PATCH v3 0/2] zram: fix UAF in zram_bvec_write_partial() and drop dead bio plumbing
 2026-05-28  4:41 UTC  (4+ messages)
` [PATCH v3 1/2] zram: fix use-after-free in zram_bvec_write_partial()
` [PATCH v3 2/2] zram: drop unused bio parameter from write helpers

[PATCH] lib/test_hmm: fix memory leak in dmirror_migrate_to_system()
 2026-05-28  4:13 UTC  (2+ messages)

[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-05-28  3:42 UTC  (7+ messages)
` [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 RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-05-28  3:31 UTC  (5+ messages)
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-05-28  3:17 UTC  (5+ messages)
` [PATCH v14 7/8] arm64: introduce copy_mc_to_kernel() implementation
` [PATCH v14 8/8] lib/tests: memcpy_kunit: add memcpy_mc() and memcpy_mc_large() test

[syzbot] [cgroups?] [mm?] INFO: rcu detected stall in clone3 (6)
 2026-05-28  1:12 UTC 

[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
 2026-05-28  0:42 UTC  (18+ messages)
` [RFC PATCH 04/20] kho: add callback for table pages
` [RFC PATCH 05/20] kho: add data argument to radix walk callback
` [RFC PATCH 06/20] kho: allow early-boot usage of the KHO radix tree
` [RFC PATCH 07/20] kho: allow destroying "
` [RFC PATCH 08/20] kho: add kho_radix_init_tree()
` [RFC PATCH 09/20] memblock: introduce MEMBLOCK_KHO_SCRATCH_EXT
` [RFC PATCH 10/20] kho: extended scratch
` [RFC PATCH 11/20] kho: return virtual address of mem_map
` [RFC PATCH 12/20] mm/hugetlb: make bootmem allocation work with KHO
` [RFC PATCH 13/20] kho: add radix tree freeze and del_key() error reporting
` [RFC PATCH 14/20] kho: Add crash-kernel-safe radix tree presence check
` [RFC PATCH 15/20] mshv: Use page tracker to manage MSHV-owned pages and preserve with KHO
` [RFC PATCH 16/20] mshv: Add debugfs interface to page tracker
` [RFC PATCH 17/20] hyperv: Reserve crash MSR P2 for page preservation root PA
` [RFC PATCH 18/20] mshv: Exclude Hyper-V donated pages from crash dump collection
` [RFC PATCH 19/20] kexec: export kexec_in_progress for modules
` [RFC PATCH 20/20] mshv: freeze and vacuum partitions across kexec


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