Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 23:51:13 to 2026-05-21 14:34:47 UTC [more...]

[RFC PATCH v1.2 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-21 14:34 UTC  (4+ messages)
` [RFC PATCH v1.2 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [RFC PATCH v1.2 02/14] mm/damon/core: do not use region out of a loop "
` [RFC PATCH v1.2 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-21 14:32 UTC  (9+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

[PATCH 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
 2026-05-21 14:30 UTC  (4+ messages)
` [PATCH 1/2] mm/damon/core: split age==0 regions when nr_regions exceeds max/2
` [PATCH 2/2] mm/damon/tests/core-kunit: test split above max_nr_regions/2

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-21 14:29 UTC  (32+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 15/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}

[PATCH v16 00/20] unwind_deferred: Implement sframe handling
 2026-05-21 14:25 UTC  (20+ messages)
` [PATCH v16 01/20] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [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 v16 04/20] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v16 05/20] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v16 06/20] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v16 07/20] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v16 08/20] unwind_user: Stop when reaching an outermost frame
` [PATCH v16 09/20] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v16 10/20] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v16 11/20] unwind_user/sframe: Show file name in debug output
` [PATCH v16 12/20] unwind_user/sframe: Add .sframe validation option
` [PATCH v16 13/20] unwind_user: Enable archs that pass RA in a register
` [PATCH v16 14/20] unwind_user: Flexible FP/RA recovery rules
` [PATCH v16 15/20] unwind_user: Flexible CFA "
` [PATCH v16 17/20] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v16 18/20] unwind_user/sframe: Duplicate registered .sframe section data on clone/fork
` [PATCH v16 19/20] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v16 20/20] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-21 14:09 UTC  (2+ messages)

[PATCH v2 0/2] mm/vdso: make offset_in_page() usable without linux/mm.h
 2026-05-21 14:03 UTC  (11+ messages)
` [PATCH v2 1/2] vdso: move offset_in_page() from linux/mm.h to vdso/page.h
` [PATCH v2 2/2] string: use offset_in_page() in sized_strscpy()

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-21 13:59 UTC  (14+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-21 13:20 UTC  (3+ messages)
` [PATCH 4/7] mm/migrate: add batch-copy path in migrate_pages_batch

[PATCH v3 1/2] mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-21 13:18 UTC  (2+ messages)
  ` [PATCH v3 2/2] mm: shmem: refactor thpsize_shmem_enabled_show() with helper arrays

[PATCH RFC v3 0/4] exec: introduce task_exec_state for exec-time metadata
 2026-05-21 13:08 UTC  (5+ messages)
` [PATCH RFC v3 4/4] exec_state: relocate dumpable information

[PATCH 0/8] per-memcg-per-node kmem accounting
 2026-05-21 13:00 UTC  (3+ messages)

[PATCH] mm/util: Use kmalloc buckets for kmemdup_nul()
 2026-05-21 12:46 UTC  (2+ messages)

[PATCH v2 00/25] Introduce meminspect
 2026-05-21 12:20 UTC  (5+ messages)

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-21 11:50 UTC  (9+ messages)

[PATCH] mm/slub: free returned pfmemalloc sheaves via free_empty_sheaf()
 2026-05-21 11:50 UTC 

[PATCH] [RFC] arm64: mmu: use range based TLB flushing when hot unplugging memory
 2026-05-21 11:24 UTC  (4+ messages)

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

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

[PATCH v2] mm/slab: fix probable issue of dentries registration under /sys/kernel/slab
 2026-05-21 11:15 UTC 

[PATCHSET v3 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-21  9:42 UTC  (18+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask

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

[PATCH v3] mm: do not install PMD mappings when handling a COW fault
 2026-05-21  9:39 UTC  (3+ messages)

[PATCH v7 00/13] selftests/mm: fix failures and robustness improvements
 2026-05-21  9:24 UTC  (16+ messages)
` [PATCH v7 01/13] selftests/mm: restore default nr_hugepages value via exit trap in charge_reserved_hugetlb.sh
` [PATCH v7 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v7 03/13] selftests/mm: restore default nr_hugepages value via exit trap in hugetlb_reparenting_test.sh
` [PATCH v7 04/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v7 05/13] selftests/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v7 06/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v7 07/13] selftests/mm: free dynamically allocated PMD-sized buffers "
` [PATCH v7 08/13] selftest/mm: register existing mapping with userfaultfd in hugetlb-mremap
` [PATCH v7 09/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v7 10/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v7 11/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v7 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v7 13/13] selftests/mm: clarify alternate unmapping in compaction_test

[PATCH v3] mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison
 2026-05-21  9:03 UTC  (5+ messages)

[PATCH RFC v2] mm/shmem: set __GFP_SKIP_KASAN for swap_cluster_readahead
 2026-05-21  8:51 UTC  (5+ messages)

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-21  8:51 UTC  (4+ messages)

[PATCH 8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
 2026-05-21  8:47 UTC  (2+ messages)

[PATCH 7/8] s390/mm: use free_reserved_page() in vmem_free_pages()
 2026-05-21  8:39 UTC  (2+ messages)

[PATCH] arm64: tlb: Flush walk cache when unsharing PMD tables
 2026-05-21  7:30 UTC 

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

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-05-21  7:39 UTC  (2+ messages)
` [syzbot ci] "

[PATCH] sched: restore timer_slack_ns when resetting RT policy on fork
 2026-05-21  7:35 UTC  (8+ messages)
  ` [PATCH v2 0/2] sched: fix timer_slack_ns for children of RT tasks
    ` [PATCH 1/2] sched: restore timer_slack_ns when resetting RT policy on fork
    ` [PATCH 2/2] fork: fix default_timer_slack_ns inheritance from RT parent

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-21  7:27 UTC  (7+ messages)
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages

[PATCH v4 0/4] cleanup: Remove NULL check from unconditional guards
 2026-05-21  7:18 UTC  (5+ messages)
` [PATCH v4 1/4] nvdimm: Convert nvdimm_bus guard to class
` [PATCH v4 2/4] genirq: Move NULL check into irqdesc_lock guard unlock expression
` [PATCH v4 3/4] cleanup: Annotate guard constructors with __nonnull()
` [PATCH v4 4/4] cleanup: Remove NULL check from unconditional guards

[RFC PATCH 0/2] mm: swap: allow per-device skipping of zero-filled page check
 2026-05-21  6:57 UTC  (8+ messages)
` [RFC PATCH 1/2] mm: swap: add SWAP_FLAG_SKIP_ZERO_CHECK to skip "

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-21  6:23 UTC  (2+ messages)

[PATCH v5 0/5] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-05-21  5:16 UTC  (5+ messages)
` [PATCH v5 1/5] mm: move mirrored memory overlap checking to the outer loop

[PATCH 6/8] mm/bootmem_info: stop marking mem_section_usage as MIX_SECTION_INFO
 2026-05-21  5:03 UTC  (2+ messages)

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

[syzbot] [mm?] [ext4?] BUG: unable to handle kernel NULL pointer dereference in qlist_free_all (10)
 2026-05-21  3:54 UTC 

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

[PATCH] arm64: mm: call pagetable dtor when freeing hot-removed page tables
 2026-05-21  3:27 UTC 

[PATCH 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-21  3:22 UTC  (11+ messages)
` [PATCH 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH 4/4] memcg: multi objcg charge support

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

[PATCH v4] lib/test_hmm: Check alloc_page_vma() return value and handle OOM
 2026-05-21  2:18 UTC 

[PATCH mm-new] Documentation/admin-guide/mm: Fix typos in transhuge.rst
 2026-05-21  1:00 UTC  (2+ messages)

[PATCH] selftests/mm: close fd on write error
 2026-05-21  0:54 UTC  (2+ messages)

[PATCH] init: do_mounts: use kmalloc() for allocations of temporary buffers
 2026-05-21  0:49 UTC  (2+ messages)

[RFC PATCH 3/5] mm/damon/core: floor effective quota size at minimum region size
 2026-05-21  0:36 UTC  (2+ messages)

[RFC PATCH 0/7] mm/damon: hardware-sampled access reports + AMD IBS Op example
 2026-05-21  0:32 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