Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-30 07:29:13 to 2026-06-30 15:32:13 UTC [more...]

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-06-30 15:32 UTC  (4+ messages)
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-30 15:30 UTC  (3+ messages)
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c

[PATCH] mm: mempolicy: fix automatic numa balancing for shmem
 2026-06-30 15:29 UTC  (7+ messages)

[PATCH] mm/slub: serve slabobj_ext array from a strictly larger kmalloc cache
 2026-06-30 15:27 UTC  (13+ messages)

[PATCH] mm/damon/vaddr: check address space stability before VMA traversal
 2026-06-30 15:25 UTC 

[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
 2026-06-30 15:24 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-30 15:22 UTC  (16+ messages)
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h

[PATCH v4 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-06-30 15:21 UTC  (4+ messages)
` [PATCH v4 1/3] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v4 2/3] mm/hmm: add hmm_range_fault_unlockable() for mmap lock-drop support
` [PATCH v4 3/3] selftests/mm: add userfaultfd test for HMM unlockable path

[PATCH v2] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
 2026-06-30 15:15 UTC  (9+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-06-30 15:09 UTC  (8+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it

[RESEND PATCH v2] mm/memcontrol: Avoid stuck FLUSHING_CACHED_CHARGE on isolated CPU
 2026-06-30 15:07 UTC  (2+ messages)

[PATCH] mm/page_alloc: free allocated PFNs if the range does not match
 2026-06-30 15:06 UTC  (5+ messages)

[PATCH v3 0/8] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-06-30 15:04 UTC  (9+ messages)
` [PATCH v3 1/8] arm64: mm: remove unreachable invalid range check in kasan_init_shadow()
` [PATCH v3 2/8] LoongArch: remove unreachable invalid range check in kasan_init()
` [PATCH v3 3/8] riscv: remove unreachable invalid range check in create_linear_mapping_page_table()
` [PATCH v3 4/8] riscv: remove unreachable invalid range check in kasan_init()
` [PATCH v3 5/8] ARM: "
` [PATCH v3 6/8] powerpc64/kasan: Remove unreachable invalid range check in kasan_init_phys_region()
` [PATCH v3 7/8] mm: remove unnecessary empty range check in early_calculate_totalpages()
` [PATCH v3 8/8] mm/hugetlb: remove unnecessary empty range check in hugetlb_bootmem_set_nodes()

[PATCH 0/5] RDMA, IB: replace __get_free_pages() with kmalloc()
 2026-06-30 15:01 UTC  (9+ messages)
` [PATCH 1/5] RDMA/umem: ib_umem_get(): use kmalloc() to allocate page array
` [PATCH 2/5] RDMA/mlx5: replace __get_free_page() with kmalloc()
` [PATCH 3/5] IB/mthca: mthca_reg_user_mr(): use kmalloc() to allocate addresses array
` [PATCH 4/5] IB/mthca: allocate mthca_array memory with kzalloc()
` [PATCH 5/5] IB/rdmavt: use kzalloc() to allocate QPN-map pages

[PATCH v2 0/8] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-06-30 14:57 UTC  (4+ messages)
` [PATCH v2 8/8] mm/hugetlb: remove unnecessary empty range check in hugetlb_bootmem_set_nodes()

[PATCH 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
 2026-06-30 14:57 UTC  (13+ messages)
` [PATCH 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [PATCH 02/11] Docs/ABI/damon: document probe files
` [PATCH 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [PATCH 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [PATCH 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [PATCH 06/11] selftests/damon/sysfs.sh: test dests dir
` [PATCH 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [PATCH 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [PATCH 09/11] mm/damon/sysfs: split probe setup function out
` [PATCH 10/11] mm/damon/sysfs: split out filters setup function
` [PATCH 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/

[PATCH] mm/damon/vaddr: remove redundant RCU lock
 2026-06-30 14:50 UTC  (10+ messages)
` [PATCH v2] "

[ANNOUNCEMENT] LPC 2026: System Monitoring and Observability Microconference
 2026-06-30 14:49 UTC  (2+ messages)

[PATCH net-next 0/8] drivers/net: replace __get_free_pages() with kmalloc()
 2026-06-30 14:40 UTC  (11+ messages)
` [PATCH net-next 1/8] b43, b43legacy: debugfs: use kmalloc() to allocate formatting buffers
` [PATCH net-next 2/8] bnx2x: use kzalloc() to allocate mac filtering list
` [PATCH net-next 3/8] ice: use kzalloc() to allocate staging buffer for reading from GNSS
` [PATCH net-next 4/8] libertas: debugfs: use kzalloc() to allocate formatting buffers
` [PATCH net-next 5/8] mwifiex: "
` [PATCH net-next 6/8] sfc/siena: use kmalloc() to allocate logging buffer
` [PATCH net-next 7/8] sfc: "
` [PATCH net-next 8/8] wlcore: allocate aggregation and firmware log buffers with kzalloc()

[PATCH v3 0/2] mm/vmpressure: reduce CPU, memory and code overhead on cgroup v2
 2026-06-30 14:21 UTC  (5+ messages)
` [PATCH v3 1/2] mm/vmpressure: skip tree=true accounting "
` [PATCH v3 2/2] mm/vmpressure: move v1 userspace eventfd code into memcontrol-v1.c

[PATCH v3 00/16] mm: Some cleanups for page allocator APIs
 2026-06-30 13:54 UTC  (17+ messages)
` [PATCH v3 01/16] mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCK
` [PATCH v3 02/16] mm/page_alloc: some renames to clarify alloc_flags scopes
` [PATCH v3 03/16] mm: name some args in a function declaration
` [PATCH v3 04/16] mm: Split out internal page_alloc.h
` [PATCH v3 05/16] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
` [PATCH v3 06/16] mm/page_alloc: relax GFP WARN in nolock allocs
` [PATCH v3 15/16] mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG

[PATCH v4 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-06-30 13:54 UTC  (3+ messages)
` [PATCH v4 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH 4/5] mm/page_vma_mapped: use huge_ptep_get() for hugetlb
 2026-06-30 13:53 UTC  (6+ messages)

[PATCH v2 3/3] mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes()
 2026-06-30 13:47 UTC  (3+ messages)

[RFC V2 0/3] lib/vsprintf: Add support for pgtable entries
 2026-06-30 13:36 UTC  (5+ messages)
` [RFC V2 3/3] mm: Replace pgtable entry prints with new format

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-30 13:29 UTC  (4+ messages)

[PATCH] mm: fix mapping_seek_hole_data() overflow on last page
 2026-06-30 13:27 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-30 13:27 UTC  (11+ messages)

[BUG] shmem: shmem_get_folio_gfp livelock
 2026-06-30 13:15 UTC  (2+ messages)

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-30 12:51 UTC  (14+ messages)

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-30 12:46 UTC  (7+ messages)
` [PATCH v10 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v10 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v10 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v10 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v10 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH v2 2/3] mm: drop pte_clear_not_present_full()
 2026-06-30 12:38 UTC  (2+ messages)

[PATCH v2 1/3] sparc/mm: drop custom pte_clear_not_present_full()
 2026-06-30 12:03 UTC  (2+ messages)

[PATCH v2] mm/shmem: Fix data-race in shmem_fault
 2026-06-30 12:02 UTC  (4+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] mm/hugetlb: avoid unnecessary TLB flush for empty folio list in vmemmap optimize
 2026-06-30 12:00 UTC  (2+ messages)

[PATCH v5] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-06-30 11:50 UTC  (2+ messages)

[akpm-mm:mm-new 59/142] mm/vmalloc.c:3590:23: warning: unused variable 'start'
 2026-06-30 10:57 UTC  (3+ messages)

[PATCH 0/3] ovl: make cachestat() work
 2026-06-30 10:56 UTC  (10+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation

[PATCH] ACPI: NVS: replace __get_free_page() with kmalloc()
 2026-06-30 10:55 UTC 

[PATCH 0/4] scsi: replace __get_free_pages() with kmalloc()
 2026-06-30 10:54 UTC  (5+ messages)
` [PATCH 1/4] scsi: target: file: use kmalloc() to allocate temporary protection buffer
` [PATCH 2/4] scsi: proc: use kmalloc() in proc writers
` [PATCH 3/4] scsi: ipr: use kmalloc() to allocate IPR dump buffer memory
` [PATCH 4/4] scsi: sym53c8xx_2: replace __get_free_pages() with kmalloc()

[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-30 10:51 UTC  (4+ messages)
` [PATCH v5 1/6] mm/zswap: Fix global shrinker when memory cgroup is disabled

[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-06-30 10:45 UTC  (7+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v2 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v2 3/3] selftests/mm: fix ternary operator precedence in ksm_tests

[PATCH] mm: memcg: reset zswap settings in css_reset
 2026-06-30 10:44 UTC  (2+ messages)

[PATCH 0/2] USB: replace __get_free_pages() with kmalloc()
 2026-06-30 10:27 UTC  (3+ messages)
` [PATCH 1/2] usb: host: ohci-dbg: use kmalloc() for print buffer
` [PATCH 2/2] usb: core: devices: use kmalloc() to allocate dump buffer

[PATCH v2] selinux: hooks: use kmalloc() to allocate path buffer
 2026-06-30 10:23 UTC  (2+ messages)

[PATCH] mm/memory: refactor finish_fault
 2026-06-30  9:57 UTC  (3+ messages)

[PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-06-30  9:54 UTC  (5+ messages)
` [PATCH v3 1/4] serial: pch: replace __get_free_page() "
` [PATCH v3 2/4] tty: amiserial: replace get_zeroed_page() with kzalloc()
` [PATCH v3 3/4] tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()
` [PATCH v3 4/4] vc_screen: replace __get_free_pages() "

[PATCH 1/2] selftests/mm: handle EINVAL when configuring gigantic hugepages
 2026-06-30  9:35 UTC  (2+ messages)

[PATCH 0/2] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-06-30  9:34 UTC  (4+ messages)
` [PATCH 2/2] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes

[PATCH] mm/memblock: Remove redundant pageblock_align() in free_unused_memmap()
 2026-06-30  9:23 UTC  (2+ messages)

[PATCH] mm/mm_init: fix incorrect node_spanned_pages
 2026-06-30  9:22 UTC  (2+ messages)

[PATCH RFC v8 00/24] pkeys-based page table hardening
 2026-06-30  9:16 UTC  (16+ messages)
` [PATCH RFC v8 01/24] mm: Introduce kpkeys
` [PATCH RFC v8 02/24] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v8 04/24] arm64: Introduce por_elx_set_pkey_perms() helper
` [PATCH RFC v8 05/24] arm64: Implement asm/kpkeys.h using POE

[PATCH] selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSE
 2026-06-30  8:59 UTC  (2+ messages)

[PATCH v3 0/2] mm/kmemleak: dedupe verbose scan output
 2026-06-30  8:43 UTC  (3+ messages)
` [PATCH v3 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-30  8:28 UTC  (9+ messages)
` [PATCH v2 12/13] x86: Add support for dynamic kernel stacks via FRED

[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
 2026-06-30  8:09 UTC  (2+ messages)

[PATCH] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
 2026-06-30  8:09 UTC  (5+ messages)

[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-06-30  7:51 UTC 

[PATCH v8 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-30  7:32 UTC  (6+ messages)
` [PATCH v8 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v8 2/5] selftests/mm: unify pkey sighandler selftest assertions and tracing
` [PATCH v8 3/5] selftests/mm: use pkey_assert on clone_raw failure in pkey test
` [PATCH v8 4/5] selftests/mm: add missing mmap() return checks in pkey tests
` [PATCH v8 5/5] selftests/mm: add missing pthread_create() "

[PATCH v4 0/6] vdso/datastore: Allow prefaulting by mlockall()
 2026-06-30  7:32 UTC  (7+ messages)
` [PATCH v4 1/6] vdso/datastore: Rename data pages variable
` [PATCH v4 2/6] vdso/datastore: Map pages in terms of the faults pgoff
` [PATCH v4 3/6] vdso/datastore: Map zeroed pages for unavailable data
` [PATCH v4 4/6] vdso/datastore: Explicitly prevent remote access to timens vvar page
` [PATCH v4 5/6] vdso/datastore: Allow prefaulting by mlockall()
` [PATCH v4 6/6] vdso/datastore: Simplify the mapping logic for VDSO_TIME_PAGE_OFFSET

[PATCH v3 0/7] mm/page_owner: misc cleanups
 2026-06-30  7:30 UTC  (3+ messages)
` [PATCH v3 3/7] mm: use enum migrate_reason instead of int for migration reason parameters

[PATCH RFC v6 0/5] Accelerate page migration with batch copying and hardware offload
 2026-06-30  7:28 UTC  (6+ messages)
` [PATCH RFC v6 1/5] mm/migrate: skip data copy for already-copied folios
` [PATCH RFC v6 2/5] mm/migrate: add batch-copy path in migrate_pages_batch
` [PATCH RFC v6 3/5] mm/migrate: add copy offload registration infrastructure
` [PATCH RFC v6 4/5] drivers/migrate_offload: add DMA batch copy driver (dcbm)
` [PATCH RFC v6 5/5] mm/migrate: adjust NR_MAX_BATCHED_MIGRATION for testing


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