Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 19:47:24 to 2026-05-21 09:03:38 UTC [more...]

[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 v6 00/43] guest_memfd: In-place conversion support
 2026-05-21  8:54 UTC  (28+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on 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 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] [RFC] arm64: mmu: use range based TLB flushing when hot unplugging memory
 2026-05-21  8:50 UTC  (2+ 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

[PATCHSET v3 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-21  7:56 UTC  (17+ 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 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  (21+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [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 "

[PATCH v7 00/13] selftests/mm: fix failures and robustness improvements
 2026-05-21  6:47 UTC  (14+ 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: do not install PMD mappings when handling a COW fault
 2026-05-21  6:26 UTC  (2+ messages)

[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 mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-21  5:11 UTC  (8+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

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

[PATCH 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
 2026-05-21  4:52 UTC  (3+ 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 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 0/8] per-memcg-per-node kmem accounting
 2026-05-21  3:46 UTC  (2+ messages)

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

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

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

[PATCH 4/4] mm: use arch store helpers in zone-device template copies
 2026-05-20 22:42 UTC  (3+ messages)

[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-20 22:23 UTC  (38+ messages)
` [PATCH v8 01/37] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH v8 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v8 03/37] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v8 04/37] mm: page_reporting: allow driver to set batch capacity
` [PATCH v8 05/37] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v8 06/37] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v8 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v8 08/37] mm: add alloc_contig_frozen_pages_user "
` [PATCH v8 09/37] mm: hugetlb: thread user_addr through gigantic page allocation
` [PATCH v8 10/37] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v8 11/37] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v8 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v8 13/37] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v8 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v8 15/37] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v8 16/37] mm: alloc_swap_folio: "
` [PATCH v8 17/37] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v8 18/37] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v8 19/37] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v8 20/37] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v8 21/37] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v8 22/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v8 23/37] mm: page_alloc: use aliasing checks instead of user_alloc_needs_zeroing
` [PATCH v8 24/37] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v8 25/37] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v8 26/37] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v8 27/37] virtio_balloon: submit reported pages as individual buffers
` [PATCH v8 28/37] virtio_balloon: disable indirect descriptors
` [PATCH v8 29/37] mm: page_reporting: add flush parameter with page budget
` [PATCH v8 30/37] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v8 31/37] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v8 32/37] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v8 33/37] mm: add free_frozen_pages_zeroed
` [PATCH v8 34/37] mm: page_alloc: skip kernel_init_pages for FPI_ZEROED when safe
` [PATCH v8 35/37] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v8 36/37] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH v8 37/37] mm: balloon: use put_page_zeroed for zeroed balloon pages

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

[PATCH] x86/mm: fix vmemmap leak on memory hot-remove
 2026-05-20 21:59 UTC  (6+ messages)

[PATCH RFC v3 0/4] exec: introduce task_exec_state for exec-time metadata
 2026-05-20 21:48 UTC  (5+ messages)
` [PATCH RFC v3 1/4] sched/coredump: introduce enum task_dumpable
` [PATCH RFC v3 2/4] exec: introduce struct task_exec_state
` [PATCH RFC v3 3/4] ptrace: add ptracer_access_allowed()
` [PATCH RFC v3 4/4] exec_state: relocate dumpable information

[PATCH] MAINTAINERS: Add more files to PAGE CACHE section
 2026-05-20 21:17 UTC 

[PATCH v2 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-05-20 20:56 UTC  (4+ messages)
` [PATCH v2 4/7] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-05-20 20:49 UTC  (12+ messages)
` [PATCH RFC 01/11] mm: add folio_wake_writeback() helper
` [PATCH RFC 02/11] folio_wait: move folio bit-lock and wait implementation to mm/folio_wait.c
` [PATCH RFC 03/11] folio_wait: move folio bit-lock and wait declarations to include/linux/folio_wait.h
` [PATCH RFC 04/11] folio_wait: move folio_wait_writeback() family to mm/folio_wait.c
` [PATCH RFC 05/11] folio_wait: reformat comments and fix alignment
` [PATCH RFC 06/11] folio_wait: rename wait_page_* infrastructure to wait_folio_*
` [PATCH RFC 07/11] folio_wait: convert VM_BUG_ON_FOLIO() to VM_WARN_ON_ONCE_FOLIO()
` [PATCH RFC 08/11] MAINTAINERS: add folio_wait files to MEMORY MANAGEMENT - CORE
` [PATCH RFC 09/11] fs: move dir_pages() from <linux/pagemap.h> to <linux/fs.h>
` [PATCH RFC 10/11] fs: move generic_file_read_iter() to fs/read_write.c
` [PATCH RFC 11/11] fs: move generic_file_write_iter() family "

[PATCH 1/2] gfp_types: Introduce a new GFP_ATOMIC_RT gfp flag
 2026-05-20 20:46 UTC  (2+ messages)
` [PATCH 2/2] irqchip/gic-v3-its: Use GFP_ATOMIC_RT gfp flag in allocate_vpe_l1_table()

[PATCH RFC v2 0/5] ptrace: keep mm metadata accessible past exit_mm()
 2026-05-20 19:47 UTC  (7+ messages)
` [PATCH RFC v2 2/5] exec: introduce struct task_exec_state and relocate dumpable
` [PATCH RFC v2 4/5] exec_state: relocate dumpable information


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