messages from 2026-08-25 19:14:19 to 2026-08-26 12:25:16 UTC [more...]
[PATCH v2 0/2] kselftest: mm: fix some failure of split_huge_page_test
2026-08-26 12:24 UTC (3+ messages)
` [PATCH v2 1/2] kselftest: mm: prevent random failure of huge page split for khugepaged
` [PATCH v2 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper
[PATCH v6 0/3] mm: make persistent huge zero folio read-only
2026-08-26 12:19 UTC (12+ messages)
` [PATCH v6 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [PATCH v6 3/3] x86/mm: "
[PATCH v3 0/5] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
2026-08-26 12:03 UTC (6+ messages)
` [PATCH v3 1/5] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v3 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v3 3/5] mm/memory-failure: efi: record hardware-poisoned frames into the poisoned-memory table
` [PATCH v3 4/5] mm/memory-failure: add a helper to poison a frame at boot
` [PATCH v3 5/5] mm/memory-failure: efi: replay the poisioned page in the next kernel
[PATCH] MAINTAINERS: remove myself as THP co-maintainer
2026-08-26 12:04 UTC (5+ messages)
[PATCH v7 0/4] s390/mm: Batch PTE updates in lazy MMU mode
2026-08-26 12:00 UTC (4+ messages)
` [PATCH v7 2/4] "
[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
2026-08-26 11:41 UTC
[PATCH v3 0/3] mm: khugepaged: fix tracepoint UAF
2026-08-26 11:04 UTC (28+ messages)
` [PATCH v3 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
` [PATCH v3 2/3] mm: khugepaged: fix folio is used after pte_unmap_unlock()
` [PATCH v3 3/3] mm: khugepaged: fix folio is used after folio_put/unlock()
[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
2026-08-26 10:48 UTC (3+ messages)
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
[PATCH 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-08-26 10:29 UTC (8+ messages)
` [PATCH 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
[syzbot] [mm?] WARNING in ep_write_iter
2026-08-26 10:26 UTC (7+ messages)
[RFC PATCH] mm/damon: fix damos quota walk-position tracking
2026-08-26 10:24 UTC (2+ messages)
[PATCH 0/6] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
2026-08-26 9:34 UTC (17+ messages)
` [PATCH 1/6] mm/mglru: batch update lrugen->nr_pages in inc_min_seq()
` [PATCH 2/6] mm/mglru: batch update lrugen->protected "
` [PATCH 3/6] mm/mglru: enhance cold/hot inversion handling "
` [PATCH 4/6] mm/mglru: exclude folios promoted by aging from protected "
` [PATCH 5/6] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail
` [PATCH 6/6] mm/mglru: batch move folios to the second-oldest gen's LRU
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-08-26 9:29 UTC (4+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
[PATCH] mm/slab: reject unsupported kmalloc sizes
2026-08-26 9:28 UTC (2+ messages)
[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
2026-08-26 9:25 UTC (18+ messages)
` [PATCH v3 01/17] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v3 02/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v3 03/17] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 04/17] arm64: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 06/17] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header
` [PATCH v3 08/17] crash: Extract crash_get_memory_ranges() helper
` [PATCH v3 09/17] crash: Fix TOCTOU race in crash memory range collection
` [PATCH v3 10/17] elf: Introduce elf64_phdr_size() helper
` [PATCH v3 11/17] crash: Introduce crash_extra_elfcorehdr_size() helper
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 13/17] crash: Improve elfcorehdr segment identification
` [PATCH v3 14/17] x86/crash: Simplify crash_load_segments() using crash_extra_elfcorehdr_size()
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
` [PATCH v3 16/17] arm64: kexec_file: Simplify load_other_segments()
` [PATCH v3 17/17] arm64: crash: Add crash hotplug support
[PATCH v2 00/13] Make SBR work for CXL Downstream Ports
2026-08-26 9:21 UTC (8+ messages)
` [PATCH v2 09/13] PCI/CXL: Disable and re-enable CXL regions
` [PATCH v2 10/13] PCI/CXL: Clear ACS SV across an SBR of a CXL DPort
` [PATCH v2 11/13] PCI/DPC: Unbind regions for DPC recovery
[PATCH v11 00/46] guest_memfd: In-place conversion support
2026-08-26 9:18 UTC (47+ messages)
` [PATCH v11 01/46] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v11 02/46] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v11 03/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v11 04/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v11 05/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v11 06/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v11 07/46] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v11 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v11 09/46] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v11 10/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v11 11/46] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v11 12/46] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v11 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v11 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v11 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v11 17/46] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v11 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v11 19/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v11 20/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v11 21/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v11 22/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v11 23/46] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v11 24/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v11 25/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v11 26/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v11 27/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v11 28/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v11 29/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v11 30/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v11 31/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v11 32/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v11 33/46] KVM: selftests: Test conversion before allocation
` [PATCH v11 34/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v11 35/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v11 36/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v11 37/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v11 38/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v11 39/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v11 40/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v11 41/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v11 42/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v11 43/46] KVM: selftests: Support guest_memfd attributes in private_mem_conversions_test
` [PATCH v11 44/46] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v11 45/46] KVM: selftests: Test in-place conversions in private_mem_conversions_test
` [PATCH v11 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-26 9:18 UTC (18+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
[PATCH v7 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-08-26 9:06 UTC (7+ messages)
` [PATCH v7 2/2] "
[PATCH] mm/vmalloc: fix vmap_purge_lock livelock under memory pressure
2026-08-26 9:04 UTC (7+ messages)
[PATCH v2] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
2026-08-26 8:35 UTC (2+ messages)
[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
2026-08-26 8:32 UTC (6+ messages)
` [PATCH v5 2/2] "
[RFC PATCH v3 0/8] batch lookups in follow_page_mask()
2026-08-26 8:27 UTC (6+ messages)
[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
2026-08-26 8:04 UTC (12+ messages)
Removing ->dirty_folio
2026-08-26 8:01 UTC (21+ messages)
[PATCH v2] mm/secretmem: properly account locked pages
2026-08-26 7:57 UTC (3+ messages)
[PATCH] mm: workingset: judge cross-memcg refaults by generation age
2026-08-26 7:51 UTC
[PATCH 0/7] Remove aops->launder_folio
2026-08-25 15:50 UTC (2+ messages)
[PATCH] mm/gup: add NULL check for unlocked parameter in fixup_user_fault()
2026-08-26 7:49 UTC (2+ messages)
[PATCH] maple_tree: Annotate lockless pivot reads for KCSAN
2026-08-26 7:44 UTC
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-08-26 7:38 UTC (11+ messages)
[PATCH] selftests/mm: fix line buffer leak in mremap_test is_range_mapped()
2026-08-26 7:37 UTC (2+ messages)
[PATCH] mm/hugetlb: fix missing migratable flag on same-node hugetlb migration
2026-08-26 7:23 UTC (4+ messages)
[PATCH 1/1] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
2026-08-26 7:12 UTC (3+ messages)
[PATCH] selftests/exec: Fix check-exec-tests.sh with O=
2026-08-26 6:42 UTC
[PATCH] mm/gup: add NULL check for unlocked parameter in fixup_user_fault()
2026-08-26 6:29 UTC
[PATCH] mm/memcg: fix NULL nodeinfo[] dereference on late-onlined nodes
2026-08-26 6:30 UTC (2+ messages)
[PATCH mm-stable] mm/khugepaged: avoid unnecessary checking for swap entries when collapsing a mTHP
2026-08-26 4:43 UTC (2+ messages)
[PATCH] mm/huge_memory: transfer the pmd dirty bit to the folio on zap
2026-08-26 4:42 UTC (9+ messages)
[PATCH v5 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
2026-08-26 3:24 UTC (5+ messages)
` [PATCH v5 10/17] mm/hugetlb: switch HugeTLB to section-based vmemmap optimization
[PATCH v2 1/1] mm/slab_common: reject zero object_size before calculate_alignment
2026-08-26 2:58 UTC (2+ messages)
[PATCH v2] docs: cgroup: document empty-write behavior of memory limit knobs
2026-08-26 2:17 UTC
[PATCH v3 00/18] mm/huge_memory: clean up folio split and lift swapcache split limits
2026-08-26 2:06 UTC (13+ messages)
` [PATCH v3 04/18] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v3 11/18] mm/huge_memory: allow splitting mappingless swap cache folios
` [PATCH v3 12/18] mm/huge_memory: add kerneldoc for the split helpers
` [PATCH v3 13/18] mm/huge_memory: drop the unused do_lru argument of the file split helper
` [PATCH v3 16/18] mm/huge_memory: clarify supported split orders in comment
` [PATCH v3 18/18] mm/huge_memory: drop the redundant mapping argument of __split_frozen_folio
[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
2026-08-26 1:24 UTC (5+ messages)
` [PATCH v8 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v8 3/3] riscv: store percpu offset into thread_info
[akpm-mm:mm-new] BUILD SUCCESS 1a46b1e97bde62afa7d925bb0dcd9f9748a1d7c3
2026-08-26 1:14 UTC
[PATCH] mm/memcontrol: remove unused memcg parameter in calculate_high_delay()
2026-08-26 0:26 UTC (2+ messages)
[PATCH v3] selftests/mm: remove the local PKEY_UNRESTRICTED fallback
2026-08-26 0:23 UTC (2+ messages)
[PATCH 0/3] mm/mglru: clean up isolate_folios and scan_folios for readability and clarity
2026-08-25 21:44 UTC (9+ messages)
` [PATCH 2/3] mm/mglru: improve scan_folios() exhaustion detection
[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
2026-08-25 21:27 UTC (4+ messages)
[PATCH v2 0/5] x86/mm/pat: CPA fixes
2026-08-25 20:05 UTC (4+ messages)
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-08-25 20:01 UTC (8+ messages)
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations
[PATCH v2 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-08-25 19:30 UTC (3+ messages)
` [PATCH v2 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox