Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-19 12:05:40 to 2026-05-20 06:55:00 UTC [more...]

[PATCH v2 0/2] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-05-20  6:53 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/mm: rewrite gup_test as a standalone harness-based selftest

[PATCH 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-20  6:41 UTC  (8+ messages)
` [PATCH 1/4] memcg: store node_id instead of pglist_data pointer
` [PATCH 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH 3/4] memcg: int16_t for cached slab stats
` [PATCH 4/4] memcg: multi objcg charge support

[PATCH v5 0/5] KSM: performance optimizations for rmap_walk_ksm
 2026-05-20  6:37 UTC  (9+ messages)
` [PATCH v5 1/5] mm/rmap: add tracepoint for rmap_walk
` [PATCH v5 2/5] tools/testing: add rmap walk latency benchmark
` [PATCH v5 3/5] ksm: add pgoff into ksm_rmap_item
` [PATCH v5 4/5] ksm: Optimize rmap_walk_ksm by passing a suitable pgoff
` [PATCH v5 5/5] ksm: add mremap selftests for ksm_rmap_walk

[RFC PATCH 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-20  6:28 UTC  (15+ messages)
` [RFC PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [RFC PATCH 02/14] mm/damon/core: do not use region out of a loop "
` [RFC PATCH 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [RFC PATCH 04/14] mm/damon/tests/vaddr-kunit: "
` [RFC PATCH 05/14] mm/damon/core: hide damon_add_region()
` [RFC PATCH 06/14] mm/damon/core: hide damon_insert_region()
` [RFC PATCH 07/14] mm/damon/core: hide damon_destroy_region()
` [RFC PATCH 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [RFC PATCH 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [RFC PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [RFC PATCH 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [RFC PATCH 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [RFC PATCH 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [RFC PATCH 14/14] selftests/damon/sysfs.sh: test pause "

[PATCH] mm/cma_debug: fix invalid accesses for inactive CMA areas
 2026-05-20  6:28 UTC  (2+ messages)

[akpm-mm:mm-new 323/362] mm/memcontrol-v1.c:651:31: error: implicit declaration of function 'swp_cluster_offset'
 2026-05-20  6:23 UTC  (3+ messages)

[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-20  6:20 UTC  (3+ messages)

[PATCH v2] mm/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
 2026-05-20  6:16 UTC  (4+ messages)
` [PATCH v3] mm/hugetlb: restore reservation on error in hugetlb folio copy paths

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-20  5:51 UTC  (30+ messages)

[PATCH mm-new] Documentation/admin-guide/mm: Fix typos in transhuge.rst
 2026-05-20  5:42 UTC  (4+ messages)

[PATCH 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-20  5:29 UTC 

[PATCH v3] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-05-20  5:29 UTC  (6+ messages)

[PATCH] x86/mm: fix vmemmap leak on memory hot-remove
 2026-05-20  5:24 UTC  (7+ messages)

[PATCH] kho: fix order calculation for kho_unpreserve_pages()
 2026-05-20  5:09 UTC  (4+ messages)

[PATCH RFC 0/8] mm/slab: enable runtime sheaves tuning
 2026-05-20  4:35 UTC  (3+ messages)

[PATCH 0/3] kasan: hw_tags: some micro-optimizations
 2026-05-20  4:32 UTC  (4+ messages)
` [PATCH 2/3] kasan: avoid re-poisoning tag-based kmalloc redzones

[PATCH RFC v2] mm/shmem: set __GFP_SKIP_KASAN for swap_cluster_readahead
 2026-05-20  4:31 UTC 

[PATCH] selftests/mm: add missing mmap() return checks in pkey tests
 2026-05-20  4:16 UTC  (2+ messages)

[linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression
 2026-05-20  4:12 UTC  (11+ messages)

[PATCH] selftests/mm: close fd on write error
 2026-05-20  3:51 UTC  (2+ messages)

[PATCH] mm/slab: fix probable issue of dentries registration under /sys/kernel/slab
 2026-05-20  3:42 UTC  (3+ messages)

[PATCH v2 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-05-20  3:40 UTC  (3+ messages)

[PATCH] mm/page_alloc: document that alloc_pages_nolock() uses RCU
 2026-05-20  3:16 UTC  (2+ messages)

[PATCH v3] mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison
 2026-05-20  2:45 UTC  (3+ messages)

[PATCH] selftests/mm: check file initialization writes in split_huge_page_test
 2026-05-20  1:49 UTC  (6+ messages)

[PATCH RESEND 0/3] mm/damon: reposting three reviewed patches
 2026-05-20  1:21 UTC  (4+ messages)
` [PATCH RESEND 1/3] mm/damon/core: clarify next_intervals_tune_sis update path
` [PATCH RESEND 2/3] Docs/mm/damon/design: fix three typos
` [PATCH RESEND 3/3] Docs/{ABI,admin-guide}/damon: fix various typoes

[PATCH v2] mm: do not install PMD mappings when handling a COW fault
 2026-05-20  1:01 UTC  (4+ messages)

[RFC PATCH] mm/damon/core: trace esz at first setup
 2026-05-20  0:59 UTC 

[PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
 2026-05-19 23:57 UTC  (3+ messages)

[PATCH v3] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-19 23:39 UTC  (8+ messages)

[PATCH] mm/page_alloc: skip high atomic reservation at or below costly order
 2026-05-19 23:25 UTC  (4+ messages)

[syzbot] [mm?] WARNING in folio_lruvec_relock_irqsave
 2026-05-19 23:06 UTC 

[RFC] TID v2.0: kernel module for cache-line zeroization against Flush+Reload (CLFLUSHOPT + LFENCE + REP STOSQ)
 2026-05-19 23:00 UTC  (5+ messages)

[PATCH] mm/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
 2026-05-19 22:41 UTC  (4+ messages)

[PATCH v5] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-19 22:03 UTC  (2+ messages)

[PATCH v8 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-05-19 21:34 UTC  (3+ messages)
` [PATCH v8 2/6] mm/memory_hotplug: Fix incorrect altmap passing in error path

[PATCH v14 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-05-19 21:31 UTC  (8+ messages)
` [PATCH v14 1/5] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v14 2/5] mm/vmalloc: use physical page count for vrealloc() grow-in-place check
` [PATCH v14 3/5] mm/vmalloc: use physical page count in vread_iter() for VM_ALLOC areas
` [PATCH v14 4/5] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v14 5/5] lib/test_vmalloc: add vrealloc test case

[PATCH v2] drivers/base/memory: set mem->altmap after successful device registration
 2026-05-19 21:08 UTC  (4+ messages)

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-19 20:53 UTC  (8+ messages)

[PATCH 0/6] sched: Add support for long task name
 2026-05-19 20:46 UTC  (7+ messages)
` [PATCH 3/6] string: Introduce strtostr() for safe and performance string copies

[PATCH] mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
 2026-05-19 20:08 UTC 

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-19 19:20 UTC  (7+ messages)
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-19 19:04 UTC  (10+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs

[PATCH mm-unstable v17 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
 2026-05-19 19:05 UTC  (5+ messages)

[PATCH mm-unstable v17 02/14] mm/khugepaged: generalize alloc_charge_folio()
 2026-05-19 19:03 UTC  (2+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-05-19 18:56 UTC  (6+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH] ptrace: keep task's mm around in separate exit_mm field post-exit
 2026-05-19 18:56 UTC  (8+ messages)

[PATCH v2 0/3] selftests/mm: assorted fixes for hmm-tests
 2026-05-19 18:44 UTC  (2+ messages)

[PATCH v3 0/6] Open HugeTLB allocation routine for more generic use
 2026-05-19 18:27 UTC  (6+ messages)
` [PATCH v3 2/6] mm: hugetlb: Move mpol interpretation out of alloc_buddy_hugetlb_folio_with_mpol()
` [PATCH v3 6/6] mm: hugetlb: Refactor out hugetlb_alloc_folio()

[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
 2026-05-19 18:07 UTC  (19+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
          ` [Linaro-mm-sig] "

[PATCH] mm: page_isolation: Avoid hugepage scan step underflow
 2026-05-19 17:54 UTC  (2+ messages)

[PATCH 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-05-19 17:42 UTC  (6+ messages)
` [PATCH 1/6] alloc_tag: add ioctl to /proc/allocinfo

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

[PATCH] mm/vmalloc: Do not trigger BUG() on BH disabled context
 2026-05-19 16:20 UTC  (5+ messages)

[PATCH] kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTES
 2026-05-19 16:05 UTC 

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-05-19 15:59 UTC  (3+ messages)
` [PATCH v2 1/2] mm/memcontrol: add dmem charge/uncharge functions
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging to memcg

[PATCH] kho: always print scratch sizes
 2026-05-19 15:53 UTC 

[PATCH] liveupdate: document systemd support
 2026-05-19 15:28 UTC 

[PATCH] mm/page_alloc: fix defrag_mode for non-reclaimable allocations
 2026-05-19 15:28 UTC  (3+ messages)

[PATCH v2 0/5] POE sigreturn fix and extra tests
 2026-05-19 15:23 UTC  (2+ messages)

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-05-19 15:22 UTC  (9+ messages)

[PATCH v5 00/13] arm64: Unmap linear alias of kernel data/bss
 2026-05-19 15:16 UTC  (14+ messages)
` [PATCH v5 01/13] arm64: mm: Map the linear alias of text/rodata as tagged
` [PATCH v5 02/13] mm: Make empty_zero_page[] const
` [PATCH v5 03/13] arm64: mm: Preserve existing table mappings when mapping DRAM
` [PATCH v5 04/13] arm64: mm: Preserve non-contiguous descriptors "
` [PATCH v5 05/13] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v5 06/13] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v5 07/13] arm64: mm: Permit contiguous descriptors to be rewritten
` [PATCH v5 08/13] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v5 09/13] arm64: mm: Permit contiguous attribute for preliminary mappings
` [PATCH v5 10/13] arm64: Move fixmap page tables to end of kernel image
` [PATCH v5 11/13] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v5 12/13] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v5 13/13] arm64: mm: Unmap kernel data/bss entirely from "

[PATCH 2/6] mm/damon/sysfs: implement update_schemes_quota_goals command
 2026-05-19 15:08 UTC  (2+ messages)

[GIT PULL] hotfixes for 7.1-rc5
 2026-05-19 15:05 UTC  (2+ messages)

[RFC PATCH 0/5] mm: support zswap-backed anonymous large folio swapin
 2026-05-19 14:49 UTC  (4+ messages)

[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
 2026-05-19 14:28 UTC  (3+ messages)
` [RFC V2 01/14] mm: Abstract printing of pxd_val()

[ANNOUNCE CFP] Linux Plumbers 2026 Device Memory Microconference
 2026-05-19 13:59 UTC 

[PATCH RFC 0/5] Test readback from fd on hugetlbfs mount
 2026-05-19 13:23 UTC  (2+ messages)

[PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
 2026-05-19 13:14 UTC  (3+ messages)

[PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
 2026-05-19 13:10 UTC  (3+ messages)

[PATCH v3 3/4] cleanup: Annotate guard constructors with __nonnull()
 2026-05-19 12:45 UTC  (3+ messages)

[PATCH v7 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-05-19 12:15 UTC  (4+ messages)


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