messages from 2026-07-03 02:08:39 to 2026-07-03 18:32:56 UTC [more...]
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-07-03 18:32 UTC (4+ messages)
` [RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
2026-07-03 18:29 UTC (6+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas
[PATCH 0/6] mm: preparatory patches for PMD level swap entries
2026-07-03 17:48 UTC (2+ messages)
[PATCH v3 00/11] mm: PMD-level swap entries for anonymous THPs
2026-07-03 17:38 UTC (12+ messages)
` [PATCH v3 01/11] mm: add PMD swap entry detection support
` [PATCH v3 02/11] mm: add PMD swap entry splitting support
` [PATCH v3 03/11] mm: handle PMD swap entries in fork path
` [PATCH v3 04/11] mm: zswap: add range lookup for large-folio swapin
` [PATCH v3 05/11] mm: swap in PMD swap entries as whole THPs during swapoff
` [PATCH v3 06/11] mm: handle PMD swap entries in non-present PMD walkers
` [PATCH v3 07/11] mm: handle PMD swap entries in MADV_WILLNEED
` [PATCH v3 08/11] mm: handle PMD swap entries in UFFDIO_MOVE
` [PATCH v3 09/11] mm: handle PMD swap entry faults on swap-in
` [PATCH v3 10/11] mm: install PMD swap entries on swap-out
` [PATCH v3 11/11] selftests/mm: add PMD swap entry tests
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-07-03 17:25 UTC (4+ messages)
[PATCH 0/2] mm/kmemleak: add min_unref_scans to suppress transient false positives
2026-07-03 17:11 UTC (7+ messages)
` [PATCH 2/2] selftests/mm: test kmemleak's N-consecutive-scan leak confirmation
[PATCH] mm/kmemleak: fix checksum computation for per-cpu objects
2026-07-03 17:09 UTC (3+ messages)
[PATCH 0/3] mm/damon: provide pseudo moving sum probe_hits
2026-07-03 17:06 UTC (4+ messages)
` [PATCH 1/3] mm/damon: add damon_region->last_probe_hits
` [PATCH 2/3] mm/damon/core: introduce damon_probe_hits_mvsum()
` [PATCH 3/3] mm/damon/sysfs-schemes: set probe hits as pseudo moving sums
[PATCH] mm/damon/core: disallow overlapping input ranges for damon_set_regions()
2026-07-03 16:56 UTC
[PATCH v2] Respect mempolicy when calculating surplus huge pages
2026-07-03 16:46 UTC (3+ messages)
[PATCH v8 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-03 16:43 UTC (17+ messages)
` [PATCH v8 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v8 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v8 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v8 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v8 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v8 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v8 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v8 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v8 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v8 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v8 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v8 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v8 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v8 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v8 15/15] Documentation/userfaultfd: document RWP working set tracking
` Addressing Sashiko AI review
[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
2026-07-03 16:37 UTC (2+ messages)
[PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer
2026-07-03 16:20 UTC
[PATCH] mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()
2026-07-03 16:18 UTC
[akpm-mm:mm-new 242/252] radix-tree.c:459:17: error: implicit declaration of function 'kmemleak_transient_leak'
2026-07-03 15:23 UTC (2+ messages)
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-03 15:19 UTC (3+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
2026-07-03 15:12 UTC (36+ messages)
` [PATCH v5 01/18] mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCK
` [PATCH v5 02/18] mm/page_alloc: some renames to clarify alloc_flags scopes
` [PATCH v5 03/18] mm: name some args in a function declaration
` [PATCH v5 04/18] mm: Split out internal page_alloc.h
` [PATCH v5 05/18] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
` [PATCH v5 06/18] mm/page_alloc: relax GFP WARN in nolock allocs
` [PATCH v5 07/18] mm: move some stuff to mm/page_alloc.h
` [PATCH v5 08/18] perf/x86/intel: Use higher-level allocator API
` [PATCH v5 09/18] KVM: VMX: "
` [PATCH v5 10/18] x86/virt: "
` [PATCH v5 11/18] sgi-xp: "
` [PATCH v5 12/18] net/funeth: Switch to "
` [PATCH v5 13/18] mm: Remove __alloc_pages_node()
` [PATCH v5 14/18] mm: Move __alloc_pages() to mm/page_alloc.h
` [PATCH v5 15/18] mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG
` [PATCH v5 16/18] mm: remove the __GFP_NO_OBJ_EXT flag
` [PATCH v5 17/18] mm/page_alloc: drop alloc_flags arg from alloc_flags_cma()
` [PATCH v5 18/18] mm: factor out can_spin_trylock()
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-03 15:09 UTC (6+ messages)
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-07-03 14:54 UTC (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
[PATCH v2 0/5] Keep tail page private zero at free and folio split time
2026-07-03 14:52 UTC (7+ messages)
` [PATCH v2 1/5] mm/percpu-km: clear page->private before free them
` [PATCH v2 2/5] mm/compaction: stop recording free page order in page->private
` [PATCH v2 3/5] mm/huge_memory: add page->private check back in __split_folio_to_order()
` [PATCH v2 4/5] mm/page_alloc: make sure tail_page->private is zero at page free time
` [PATCH v2 5/5] mm/page_alloc: remove set_page_private() in prep_compound_tail()
[PATCH] mm/secretmem: disable under HIGHMEM
2026-07-03 14:48 UTC
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-03 14:38 UTC (9+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
[akpm-mm:mm-nonmm-unstable 43/44] htmldocs: Documentation/accounting/delay-accounting.rst:237: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
2026-07-03 14:14 UTC
[PATCH v5 0/8] mm: optimize zone-device memmap initialization
2026-07-03 14:06 UTC (3+ messages)
` [PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
2026-07-03 14:00 UTC (5+ messages)
[PATCH v2] userfaultfd: prevent registration of special VMAs
2026-07-03 13:54 UTC (2+ messages)
[PATCH] userfaultfd: prevent registration of special VMAs
2026-07-03 13:38 UTC (12+ messages)
[PATCH 0/2] mm: fix PMD level mTHP accounting bugs
2026-07-03 12:57 UTC (6+ messages)
` [PATCH 2/2] mm/migrate: exclude hugetlb folios from MTHP_STAT_NR_ANON accounting
[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
2026-07-03 12:52 UTC
[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
2026-07-03 12:28 UTC (4+ messages)
` [PATCH v8 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v8 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v8 3/3] riscv: store percpu offset into thread_info
[External] Re: [PATCH v7 3/3] riscv: store percpu offset into thread_info
2026-07-03 12:26 UTC
[PATCH v3 07/11] dma-buf: heaps: Add debugfs support
2026-07-03 12:14 UTC (2+ messages)
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-03 11:59 UTC (10+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
[PATCH v4 05/18] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
2026-07-03 11:43 UTC (7+ messages)
` [PATCH v4 15/18] mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG
` [PATCH v4 17/18] mm/page_alloc: drop alloc_flags arg from alloc_flags_cma()
` [PATCH v4 18/18] mm: factor out can_spin_trylock()
[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
2026-07-03 11:41 UTC (7+ messages)
` [PATCH v3 1/6] arm64: make huge_ptep_get handled unaligned addresses
` [PATCH v3 2/6] mm/rmap: use huge_ptep_get() in try_to_unmap_one()
` [PATCH v3 3/6] mm/rmap: use huge_ptep_get() in try_to_migrate_one()
` [PATCH v3 4/6] mm/migrate: use huge_ptep_get() in remove_migration_pte()
` [PATCH v3 5/6] mm/page_vma_mapped: use huge_ptep_get() for hugetlb
` [PATCH v3 6/6] mm/mprotect: "
[PATCH] x86/mm: fix objtool failure with KMSAN enabled
2026-07-03 10:34 UTC (4+ messages)
[PATCH 1/6] mm: add softleaf_to_pmd() and convert existing callers
2026-07-03 10:21 UTC (2+ messages)
[PATCH v2 0/9] treewide, numa_memblks: remove redundant work during NUMA init
2026-07-03 9:43 UTC (11+ messages)
` [PATCH v2 1/9] mm: numa_memblks: set numa_nodes_parsed in numa_add_memblk()
` [PATCH v2 2/9] ACPI: NUMA: remove redundant numa_nodes_parsed node_set()
` [PATCH v2 3/9] of/numa: "
` [PATCH v2 4/9] x86/numa: "
` [PATCH v2 5/9] arch_numa: "
` [PATCH v2 6/9] LoongArch: "
` [PATCH v2 7/9] mm: numa_memblks: remove redundant numa_nodemask_from_meminfo()
` [PATCH v2 8/9] arch_numa: remove redundant node_possible_map assignment
` [PATCH v2 9/9] mm: numa_memblks: use numa_add_reserved_memblk() in numa_cleanup_meminfo()
[PATCH 0/4] drivers/net/ethernet: replace __get_free_pages() with kmalloc()
2026-07-03 9:34 UTC (3+ messages)
` [PATCH 2/4] ice: use kzalloc() to allocate staging buffer for reading from GNSS
` [Intel-wired-lan] "
[PATCH stable] mm/khugepaged: write all dirty file folios when collapsing
2026-07-03 9:20 UTC (12+ messages)
[Hypervisor Live Update] Notes from June 1, 2026
2026-07-03 9:02 UTC (2+ messages)
[PATCH v11 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
2026-07-03 8:51 UTC (6+ messages)
` [PATCH v11 1/4] mm/page_owner: add print_mode filter
[PATCH 0/4] scsi: replace __get_free_pages() with kmalloc()
2026-07-03 8:35 UTC (6+ messages)
` [PATCH 3/4] scsi: ipr: use kmalloc() to allocate IPR dump buffer memory
[PATCH v11 0/3] KSM: performance optimizations for rmap_walk_ksm
2026-07-03 8:26 UTC (4+ messages)
` [PATCH v11 1/3] ksm: add linear_page_index into ksm_rmap_item
` [PATCH v11 2/3] ksm: Optimize rmap_walk_ksm by passing a suitable page index
` [PATCH v11 3/3] ksm: add mremap selftests for ksm_rmap_walk
[PATCH RFC hotfixes 2/2] mm/slab: prevent unbounded recursion in free path with new kmalloc type
2026-07-03 8:20 UTC
[PATCH v2 2/6] mm/rmap: use huge_ptep_get() in try_to_unmap_one()
2026-07-03 7:06 UTC (5+ messages)
` [PATCH v2 6/6] mm/mprotect: use huge_ptep_get() for hugetlb
[syzbot] [mm?] INFO: rcu detected stall in unmap_region
2026-07-03 7:03 UTC
[PATCH v3 1/2] mm: memcg: reset zswap settings in css_reset
2026-07-03 6:38 UTC (2+ messages)
` [PATCH v3 2/2] mm: memcg: reset oom_group "
[PATCH] mm/userfaultfd: clear uffd-wp PTE state when re-registering without WP
2026-07-03 6:24 UTC (2+ messages)
[PATCH v3 00/10] sh: remove NUMA and SPARSEMEM support
2026-07-03 6:16 UTC
[PATCH] docs: ABI: sysfs-kernel-slab: mark cpu_partial attributes deprecated
2026-07-03 5:12 UTC (2+ messages)
[PATCH 0/2] fs: stable_page_flags(): use folio_test_*() helpers
2026-07-03 3:00 UTC
[RFC PATCH 0/4] kho: Support preserving unsplit high-order pages
2026-07-03 2:08 UTC (5+ messages)
` [RFC PATCH 1/4] kho: Introduce infrastructure to track preserved page types
` [RFC PATCH 2/4] kho: Detect "
` [RFC PATCH 3/4] kho: Implement page-aware refcount restoration
` [RFC PATCH 4/4] kho: Introduce kho_split_preserved_pages() helper
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