messages from 2026-09-08 13:53:46 to 2026-09-09 06:09:13 UTC [more...]
[PATCH v5 00/24] vdso: Reject absolute relocations during build
2026-09-09 6:09 UTC (15+ messages)
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
[PATCH V2 0/2] arm64/mm: Standardize printing for pgtable entries
2026-09-09 4:00 UTC (3+ messages)
` [PATCH V2 1/2] arm64/mm: Move __check_safe_pte_update()
` [PATCH V2 2/2] arm64/mm: Standardize printing for pgtable entries
[PATCH] mm/damon/tests/core-kunit: improve nr_samples_per_aggr test isolation
2026-09-09 3:54 UTC (2+ messages)
[PATCH v3] writeback, memcg: skip foreign dirty tracking for bdev inodes
2026-09-09 3:43 UTC
[PATCH mm-new v2] mm: mglru: clear the reference counter for rejected folios
2026-09-09 3:11 UTC (2+ messages)
[PATCH 1/1] mm/ksm: trylock the mmap lock in the unstable tree walk
2026-09-09 3:02 UTC (2+ messages)
[PATCH] mm/memory: fix hugetlb_zap_begin() call in zap_vma_range_batched()
2026-09-09 3:01 UTC (4+ messages)
[PATCH v5 0/3] mm: khugepaged: fix tracepoint UAF
2026-09-09 2:58 UTC (4+ messages)
` [PATCH v5 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
` [PATCH v5 2/3] mm: khugepaged: fix folio is used after pte_unmap_unlock()
` [PATCH v5 3/3] mm: khugepaged: fix folio is used after folio_put/unlock()
[PATCH v2] mm/memfd: fix hugetlb reservation accounting in error paths
2026-09-09 2:54 UTC (4+ messages)
[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
2026-09-09 2:35 UTC (3+ messages)
[PATCH v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-09-09 2:33 UTC (5+ messages)
[PATCH] mm: page_alloc: add trace_mm_page_alloc to bulk allocation path
2026-09-09 2:20 UTC (4+ messages)
` [PATCH v4] mm: page_alloc: add missing hooks "
[RFC PATCH 0/3] mm/vmscan: adaptive multi-threaded kswapd for NUMA-aware reclaim
2026-09-09 2:16 UTC (5+ messages)
` [RFC PATCH 1/3] vmscan: Support multiple kswapd threads per node
` [RFC PATCH 2/3] mm/vmscan: handle racing max_seq advancement
` [RFC PATCH 3/3] mm/vmscan: make kswapd wakeups NUMA load-aware
[PATCH resend 0/2] mm: vmscan: fix scan overshoot and ineligible folio scanning
2026-09-09 2:11 UTC (2+ messages)
[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
2026-09-09 1:45 UTC (2+ messages)
[PATCH v4 0/4] mm: workingset: fix the shadow node budget under MGLRU
2026-09-09 1:37 UTC (2+ messages)
[PATCH v4] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
2026-09-09 1:31 UTC (2+ messages)
[PATCH RESEND] mm/vmalloc: Use dedicated unbound workqueues for vmap drain
2026-09-09 1:08 UTC (6+ messages)
[PATCH] selftests/damon: ignore test-generated damon_dump_output
2026-09-09 0:45 UTC (2+ messages)
[RFC PATCH] Docs/mm/damon/design: clarify when qt_exceeds increases
2026-09-09 0:38 UTC (2+ messages)
[PATCH] selftests: damon: add script dir to sys.path for PYTHONSAFEPATH compatibility
2026-09-09 0:20 UTC (2+ messages)
Fifth DAMON merge anniversary
2026-09-09 0:14 UTC
[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
2026-09-08 23:55 UTC (5+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v4 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v4 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v4 4/4] selftests/sched_ext: build BPF schedulers "
[PATCH v2 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
2026-09-08 23:45 UTC (6+ messages)
` [PATCH v2 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
[PATCH v2 0/8] Optimize anonymous swapbacked large folio unmapping
2026-09-08 21:48 UTC (3+ messages)
` [PATCH v2 8/8] mm/rmap: batch unmap anonymous swap-backed large folios
[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
2026-09-08 21:36 UTC (7+ messages)
` [PATCH v5 13/19] selftests/mm: cover a shared-source collapse write race
` [PATCH v5 16/19] selftests/mm: add khugepaged race harness
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:22 UTC (41+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()
[PATCH v4 0/2] mm: improve folio refcount scalability
2026-09-08 20:18 UTC (6+ messages)
[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
2026-09-08 19:47 UTC (3+ messages)
` [PATCH v2 1/9] rust: sizes: add SZ_4G constant
[PATCH v3] mm: remove min_free_kbytes adjustment for THP
2026-09-08 19:30 UTC (4+ messages)
[PATCH v4 0/3] mm: zswap: free cold writeback folios promptly
2026-09-08 18:39 UTC (5+ messages)
` [PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v4 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
Path forward for Virtualized Swap?
2026-09-08 18:30 UTC (6+ messages)
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-08 18:20 UTC (31+ messages)
` [PATCH v3 01/14] mm/zsmalloc: replace PG_private with pointer comparison
` [PATCH v3 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker
` [PATCH v3 03/14] xen/grant-table: stop setting PG_private on pages for grant mapping
` [PATCH v3 04/14] fscrypt: stop setting PG_private on bounce page
` [PATCH v3 05/14] mm/hugetlb: use direct assignment instead of folio_change_private()
` [PATCH v3 06/14] f2fs: stop using PG_private
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 08/14] erofs: use folio_attach/detach_private() instead of direct assignment
` [PATCH v3 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v3 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v3 11/14] treewide: remove folio_set/clear_private()
[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
2026-09-08 18:18 UTC (13+ messages)
` [PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
` [PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v2 3/5] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v2 4/5] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
` [PATCH v2 5/5] selftests/proc: add /proc/pid/smaps_rollup tearing tests
[linux-next:master] BUILD REGRESSION 944a035ecca915ae947905dcfb03f2b9dc6d032c
2026-09-08 18:02 UTC
[PATCH v2 0/8] mm: remove page_swap_entry()
2026-09-08 17:55 UTC (11+ messages)
` [PATCH v2 1/8] mm/swap: add folio_swap_entry() and folio_page_swap_entry()
` [PATCH v2 2/8] mm/huge_memory: add a comment to the open-coded swap entry
` [PATCH v2 3/8] mm/rmap: use folio_page_swap_entry() in ttu_anon_swapbacked_folio()
` [PATCH v2 4/8] mm/zswap: use folio_swap_entry() in zswap_store_page()
` [PATCH v2 5/8] mm/swapfile: use folio_page_swap_entry()
` [PATCH v2 6/8] arm64: mte: make mte_save_tags() and mte_restore_tags() static
` [PATCH v2 7/8] arm64: mte: pass the swap entry to mte_save_tags()
` [PATCH v2 8/8] mm/swap: remove page_swap_entry()
[PATCH v2 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
2026-09-08 17:37 UTC (10+ messages)
[PATCH 1/1] mm/zswap: publish the initial pool with list_add_rcu()
2026-09-08 17:11 UTC (3+ messages)
` [PATCH v2] "
[PATCH RFC v3 08/12] kcov: log freeing of SLUB objects and pages
2026-09-08 17:04 UTC
[PATCH] memblock: use for_each_zone() in reset_all_zones_managed_pages()
2026-09-08 16:57 UTC
[RFC PATCH] mm/mglru: dynamically protect readahead fault folios under refault pressure
2026-09-08 16:49 UTC (7+ messages)
[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
2026-09-08 16:30 UTC (7+ messages)
` [PATCH 01/25] mm/fbatch: remove !CONFIG_SMP special case of folio_activate()
` [PATCH 02/25] mm/fbatch: allow folios_put_refs() to skip xa_is_value() entries
` [PATCH 03/25] mm/fbatch: temporarily disable lazyfree and mlock+munlock batching
[PATCH bpf-next v6 0/5] bpf: Add user memory access kfuncs for mm_struct
2026-09-08 16:18 UTC (9+ messages)
` [PATCH bpf-next v6 1/5] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v6 2/5] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v6 3/5] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v6 4/5] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v6 5/5] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm
[PATCH 0/2] mm/hugetlb Try to respect mempolicy when calculating surplus huge pages
2026-09-08 16:17 UTC (2+ messages)
[PATCH v2 00/11] mm: memcontrol: constify the read side of the memcg API
2026-09-08 15:57 UTC (12+ messages)
` [PATCH v2 01/11] mm: memcontrol: take a const folio in folio_memcg() and friends
` [PATCH v2 02/11] mm: memcontrol: constify obj_cgroup_memcg() "
` [PATCH v2 03/11] mm: memcontrol: constify the lruvec helpers
` [PATCH v2 04/11] mm/page_io: take a const folio in bio_associate_blkg_from_folio()
` [PATCH v2 05/11] mm: memcontrol: constify the mem_cgroup accessors
` [PATCH v2 06/11] mm: page_counter: constify page_counter_read() and page_counter_margin()
` [PATCH v2 07/11] mm: memcontrol: constify the reclaim protection helpers
` [PATCH v2 08/11] mm: memcontrol: constify the memcg and lruvec stat readers
` [PATCH v2 09/11] mm: memcontrol: constify the swap accounting helpers
` [PATCH v2 10/11] mm: memcontrol: constify mem_cgroup_swappiness() and mem_cgroup_get_max()
` [PATCH v2 11/11] mm: memcontrol: constify the zswap and socket pressure helpers
[PATCH RFC v9 00/25] pkeys-based page table hardening
2026-09-08 16:04 UTC (6+ messages)
[PATCH v2 0/4] kho: rename "scratch" to "bootmem"
2026-09-08 15:56 UTC (5+ messages)
` [PATCH v2 1/4] memblock: get rid of CONFIG_MEMBLOCK_KHO_SCRATCH
` [PATCH v2 2/4] memblock: rename KHO_SCRATCH to KHO_NOPRSRV
` [PATCH v2 3/4] kho: rename KHO scratch to KHO bootmem
` [PATCH v2 4/4] kho: rename kho_scratch= commandline parameter to kho_bootmem=
[PATCH v4 00/17] mm/huge_memory: clean up and decouple the anon and file split helpers
2026-09-08 15:56 UTC (13+ messages)
` [PATCH v4 04/17] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v4 08/17] mm/huge_memory: move unmap and remap into the split helpers
` [PATCH v4 09/17] mm/huge_memory: rename remap_page() to remap_folio()
` [PATCH v4 10/17] mm/huge_memory: move the racy refcount check into unmap_folio()
` [PATCH v4 11/17] mm/huge_memory: move filemap management into the file split helper
` [PATCH v4 12/17] mm/huge_memory: move anon_vma handling into the anon "
[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
2026-09-08 14:59 UTC (5+ messages)
` [PATCH v6 06/12] of: Export of_node_to_nid()
` [PATCH v6 09/12] dma-buf: heaps: Add support for Tegra VPR
[PATCH v3] mm/damon/core: fix unconditionally skip last region
2026-09-08 14:51 UTC (2+ messages)
[PATCH v4] mm/damon/core: allow esz to be set to zero
2026-09-08 14:50 UTC (2+ messages)
[PATCH v3 0/3] mm/damon: support access monitoring of hugetlb-backed memory
2026-09-08 14:48 UTC (2+ messages)
[PATCH v7 0/3] mm: make persistent huge zero folio read-only
2026-09-08 14:48 UTC (4+ messages)
` [PATCH v7 1/3] "
[RFC PATCH v2] mm/damon/core: reset invalid quota->charge_target_from
2026-09-08 14:42 UTC
[PATCH 0/9] drm/tyr: add VM and BO ioctl support
2026-09-08 14:24 UTC (4+ messages)
` [PATCH 9/9] drm/tyr: add BO-related ioctls
[PATCH 0/3] mm: support splitting mappingless swapcache folios
2026-09-08 14:12 UTC (6+ messages)
[PATCH v1 0/2] mm: split underused anonymous mTHP folios
2026-09-08 14:06 UTC (9+ messages)
` [PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list
[PATCH v3 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-09-08 14:05 UTC (6+ messages)
` [PATCH v3 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
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