messages from 2026-09-07 16:17:45 to 2026-09-08 06:34:29 UTC [more...]
[PATCH v5 00/24] vdso: Reject absolute relocations during build
2026-09-08 6:33 UTC (9+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 03/24] ARM: elf: "
` [PATCH v5 04/24] arm64: "
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 06/24] riscv: elf: "
` [PATCH v5 07/24] LoongArch: "
` [PATCH v5 09/24] MIPS: ELF: "
[PATCH v4 00/17] mm/huge_memory: clean up and decouple the anon and file split helpers
2026-09-08 6:32 UTC (23+ messages)
` [PATCH v4 01/17] mm/swap: fix off-by-one in swap cache replace sanity check
` [PATCH v4 02/17] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH v4 03/17] mm/huge_memory: invert folio_ref_freeze() check to reduce indentation
` [PATCH v4 04/17] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v4 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
` [PATCH v4 06/17] mm/huge_memory: consolidate irq and locking for folio split
` [PATCH v4 07/17] mm/huge_memory: move EOF trimming into the file split helper
` [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 v4 13/17] mm/huge_memory: move memcg switch into the file "
` [PATCH v4 14/17] mm/huge_memory: drop the unused do_lru argument of "
` [PATCH v4 15/17] mm/huge_memory: clean up after-split folio freeing in __folio_split
` [PATCH v4 16/17] mm/huge_memory: count only swap cache refs in anon folio split
` [PATCH v4 17/17] mm/huge_memory: drop the redundant mapping argument of __split_frozen_folio
[PATCH v4] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
2026-09-08 6:26 UTC
[PATCH v2 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
2026-09-08 6:24 UTC (6+ messages)
[PATCH] mm/huge_memory: add folio_reset_partially_mapped()
2026-09-08 6:06 UTC (4+ messages)
[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-09-08 5:56 UTC (4+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest
[PATCH v2 0/8] Optimize anonymous swapbacked large folio unmapping
2026-09-08 5:38 UTC (6+ messages)
` [PATCH v2 5/8] mm/internal: rename swap offset helpers to softleaf offset
[PATCH] MAINTAINERS: add Baoquan and me as MGLRU reviewers
2026-09-08 5:06 UTC (5+ messages)
[PATCH 0/2] arm64/mm: Standardize printing for pgtable entries
2026-09-08 4:27 UTC (4+ messages)
` [PATCH 1/2] arm64/mm: Move __check_safe_pte_update()
[PATCH v2] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
2026-09-08 4:21 UTC (3+ messages)
[syzbot] [mm?] WARNING in vma_add_pgoff
2026-09-08 4:15 UTC (3+ messages)
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-08 4:11 UTC (16+ 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 v3 12/14] treewide: replace PagePrivate() with page_private()
` [PATCH v3 13/14] treewide: adjust comments on PagePrivate and PG_private
` [PATCH v3 14/14] mm/page-flags: remove PG_private
[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
2026-09-08 4:09 UTC (13+ messages)
` [PATCH v2 01/11] mm/sparse-vmemmap: introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH v2 02/11] mm/sparse-vmemmap: factor out shared vmemmap tail page allocation
` [PATCH v2 03/11] mm/sparse-vmemmap: open-code init_compound_tail()
` [PATCH v2 04/11] mm/sparse-vmemmap: prepare DAX vmemmap population for section orders
` [PATCH v2 05/11] mm/sparse-vmemmap: set section order for device DAX
` [PATCH v2 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH v2 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH v2 08/11] powerpc/mm: switch device DAX to shared tail vmemmap pages
` [PATCH v2 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH v2 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH v2 11/11] Documentation/mm: update DAX vmemmap deduplication docs
[PATCH] mm: mglru: clear the reference counter for rejected folios
2026-09-08 4:01 UTC (5+ messages)
[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
2026-09-08 3:55 UTC (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] f2fs: complete dropbehind write bios in task context
` [PATCH v5 2/2] f2fs: enable buffered RWF_DONTCACHE
[PATCH v4 0/4] mm: workingset: fix the shadow node budget under MGLRU
2026-09-08 3:41 UTC (5+ messages)
` [PATCH v4 1/4] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v4 2/4] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v4 3/4] mm: memcg: skip the RCU lock when the memcg is not dying
` [PATCH v4 4/4] mm: memcg: reparent non-hierarchical lruvec stats on cgroup v2
[PATCH] mm: page_alloc: add trace_mm_page_alloc to bulk allocation path
2026-09-08 3:19 UTC (2+ messages)
` [PATCH v2] mm: page_alloc: add missing hooks "
[PATCH 1/1] liveupdate: kho: calculate per-node scratch sizes before allocation
2026-09-08 3:05 UTC (4+ messages)
[PATCH] selftests/mm: fix ptrace PEEKDATA check in memfd_secret test
2026-09-08 2:51 UTC
[PATCH] mm/rmap: fix missing barrier between anon_vma init and vma->anon_vma publish
2026-09-08 2:48 UTC (9+ messages)
[syzbot] [mm?] WARNING in swap_put_entries_direct
2026-09-08 2:38 UTC (2+ messages)
[PATCH v2 0/2] quota: Verify special quota formats match sb type
2026-09-08 2:32 UTC (4+ messages)
` [PATCH v2 2/2] shmem: Refuse to enable tmpfs format for another filesystem
[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-08 2:27 UTC (10+ messages)
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
[PATCH resend 0/2] mm: vmscan: fix scan overshoot and ineligible folio scanning
2026-09-08 1:49 UTC (2+ messages)
[PATCH 00/12] mm/collapse: separate a collapse from its callers
2026-09-08 1:48 UTC (8+ messages)
` [PATCH 05/12] mm/collapse: state what a collapse may do in the policy
[PATCH v4 0/3] mm: khugepaged: fix tracepoint UAF
2026-09-08 1:35 UTC (4+ messages)
` [PATCH v4 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
[PATCH v2] mm/memfd: fix hugetlb reservation accounting in error paths
2026-09-08 1:35 UTC (3+ messages)
[PATCH v5 0/7] move stock from mem_cgroup to page_counter
2026-09-08 1:23 UTC (9+ messages)
` [PATCH v5 3/7] mm/page_counter: introduce per-page_counter stock
` [PATCH v5 4/7] mm/page_counter: use stock in page_counter_try_charge
` [PATCH v5 5/7] mm/page_counter: introduce an asynchronous drainer
[PATCH 1/1] mm/zswap: publish the initial pool with list_add_rcu()
2026-09-08 1:28 UTC (2+ messages)
` [PATCH v2] "
fs/ocfs2/xattr.c:643:5-8: Unneeded variable: "ret". Return "0" on line 665
2026-09-08 1:23 UTC (3+ messages)
` [PATCH] ocfs2: remove unnecessary ret variable in ocfs2_calc_xattr_init()
[PATCH] mm/memory: fix hugetlb_zap_begin() call in zap_vma_range_batched()
2026-09-08 0:14 UTC (4+ messages)
[PATCH] mm: remove PageWriteback
2026-09-07 22:04 UTC (2+ messages)
[PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock
2026-09-07 21:44 UTC (2+ messages)
[PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
2026-09-07 21:42 UTC (2+ messages)
[PATCH v2 6/8] fs: convert process/thread iterators to for_each_*_rculock
2026-09-07 21:40 UTC (2+ messages)
[PATCH v3] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
2026-09-07 21:25 UTC (2+ messages)
[PATCH v2 4/8] mm/memory-failure: convert process iterator to for_each_process_rculock
2026-09-07 21:24 UTC (2+ messages)
[PATCH v2 1/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-07 21:20 UTC (2+ messages)
[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-09-07 21:00 UTC (4+ messages)
` [PATCH v3 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v3 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v3 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection
[PATCH 00/12] mm: make userland page table freeing RCU-safe
2026-09-07 21:07 UTC (9+ messages)
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH 0/1] liveupdate: Add documentation for file dependencies
2026-09-07 21:01 UTC (4+ messages)
` [PATCH 1/1] liveupdate: luo_file: Add documentation for dependencies
[PATCH] mm/secretmem: Fix the enable parameter description
2026-09-07 20:55 UTC (3+ messages)
[PATCH bpf-next v5 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-07 20:06 UTC (9+ messages)
` [PATCH bpf-next v5 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v5 2/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v5 3/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v5 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v5 5/7] selftests/bpf: Cover trusted-or-null BTF pointer reads
` [PATCH bpf-next v5 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v5 7/7] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm
[PATCH v2] mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
2026-09-07 20:02 UTC (2+ messages)
[PATCH v3 00/18] mm/huge_memory: clean up folio split and lift swapcache split limits
2026-09-07 19:56 UTC (7+ messages)
` [PATCH v3 09/18] mm/huge_memory: move anon_vma and filemap management into split helpers
[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
2026-09-07 19:54 UTC (14+ messages)
` [PATCH 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[RFC PATCH v2 0/7] mm/damon: introduce probe_hits_wsum DAMOS core filter
2026-09-07 19:21 UTC (9+ messages)
` [RFC PATCH v2 1/7] mm/damon/api: introduce DAMOS_FILTER_TYPE_PROBE_HITS_WSUM
` [RFC PATCH v2 2/7] mm/damon/core: extend probe_hits_wsum() for moving sum based calculation
` [RFC PATCH v2 3/7] mm/damon/core: support probe_hits_wsum damos core filter
` [RFC PATCH v2 4/7] mm/damon/sysfs-schemes: rename sysfs_filter->sz_range to range_{min,max}
` [RFC PATCH v2 5/7] mm/damon/sysfs-schemes: support probe_hits_wsum damos core filter
` [RFC PATCH v2 6/7] Docs/mm/damon/design: update for probe_hits_wsum DAMOS "
` [RFC PATCH v2 7/7] Docs/admin-guide/mm/damon/usage: update for probe_hits_wsum DAMOS filter
[PATCH bpf-next v8 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-07 18:51 UTC (3+ messages)
` [PATCH bpf-next v8 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
[PATCH] mm/damon/vaddr: avoid hw-driven pte updates during damon_hugetlb_mkold()
2026-09-07 18:08 UTC (2+ messages)
[PATCH] mm/damon/core: reset invalid quota->charge_target_from
2026-09-07 17:28 UTC (2+ messages)
[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
2026-09-07 17:23 UTC (3+ messages)
` [PATCH v6 1/5] mm: Make per-VMA locks available universally
[PATCH] mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
2026-09-07 17:05 UTC (12+ messages)
[PATCH v9 00/10] arm64: Unmap FF-A lent memory from direct map
2026-09-07 17:03 UTC (6+ messages)
` [PATCH v9 02/10] of: reserved_mem: Introduce "ll-map" property
[PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
2026-09-07 16:49 UTC (2+ messages)
[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
2026-09-07 16:47 UTC (10+ messages)
` [PATCH v2 1/9] rust: sizes: add SZ_4G constant
` [PATCH v2 2/9] rust: mm: add `task_size` helper
` [PATCH v2 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH v2 4/9] drm/tyr: add per-file VM pool
` [PATCH v2 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH v2 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH v2 7/9] drm/tyr: refactor new_dummy_object to use new_object
` [PATCH v2 8/9] drm/tyr: add VM-related ioctls
` [PATCH v2 9/9] drm/tyr: add BO-related ioctls
[PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
2026-09-07 16:44 UTC (2+ messages)
[PATCH] docs: locking: Fix bracket
2026-09-07 16:43 UTC (2+ messages)
[PATCH] selftests/damon: stop kdamond on error exits of no-op commit test
2026-09-07 16:41 UTC (2+ messages)
[PATCH] docs: maple_tree: Replace removed bulk insertion API
2026-09-07 16:35 UTC (2+ messages)
[PATCH v2.1] mm/damon/core: fix false positive in damos_quota_is_full() when esz is zero
2026-09-07 16:33 UTC (2+ messages)
[PATCH 1/1] mm/zswap: enable static key after runtime pool recovery
2026-09-07 16:22 UTC (6+ messages)
[PATCH] mm: zswap: don't fail a large-folio swapin whose range is not in zswap
2026-09-07 16:19 UTC
[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
2026-09-07 16:19 UTC (5+ messages)
` [RFC PATCH 1/2] mm/slub: make the case handling in __slab_free() easier to follow
` [RFC PATCH 2/2] mm/slub: introduce slab parking to reduce list_lock contention
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