linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-14 13:18:01 to 2026-09-14 23:35:27 UTC [more...]

[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-14 23:35 UTC  (3+ messages)
` [PATCH v2 4/9] drm/tyr: add per-file VM pool

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 23:17 UTC  (43+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-09-14 22:32 UTC  (9+ messages)
    ` 答复: [External Mail]Re: "
      `  "

[PATCH 0/2] devres: Provide kmalloc_obj*-style API for devm_kmalloc
 2026-09-14 22:32 UTC  (3+ messages)
` [PATCH 1/2] mm: Move default_gfp() into gfp_types.h
` [PATCH 2/2] devres: Provide kmalloc_obj*-style API for devm_kmalloc

[PATCH 1/4] sched/cache: Keep nr_pref_llc_running in the runnable domain
 2026-09-14 22:25 UTC  (4+ messages)

[PATCH 1/1] proc/task_mmu: remove unnecessary inlines in function definitions
 2026-09-14 21:25 UTC  (7+ messages)

[RESEND v7 00/29] mm: PMD-level swap entries for anonymous THPs
 2026-09-14 21:17 UTC  (3+ messages)
` [RESEND v7 01/29] mm: rename pmd_to_softleaf_folio() to pmd_softleaf_to_folio()

[PATCH] selftests/cgroup: ignore memory.reclaim -EAGAIN for zswap writeback test
 2026-09-14 20:36 UTC 

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-14 20:19 UTC  (8+ messages)
` [PATCH v2 07/26] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()

[akpm-mm:mm-new] BUILD SUCCESS WITH WARNING 383fc05d4650b021f3c17e36a145106dcc61a294
 2026-09-14 19:35 UTC  (2+ messages)

[syzbot] [mm?] [fs?] possible deadlock in page_cache_ra_order
 2026-09-14 19:17 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

[akpm-mm:mm-new 439/459] fs/proc/task_mmu.c:205:13: warning: 'reacquire_rcu' defined but not used
 2026-09-14 19:09 UTC  (3+ messages)

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-09-14 19:01 UTC  (10+ messages)

[PATCH] mm/oom_kill: fix hung tasks queued on mmap_lock behind a long reap
 2026-09-14 18:36 UTC  (3+ messages)

[PATCH 1/1] mm/huge_memory: fix pgtable withdrawal for huge zero PMDs
 2026-09-14 18:19 UTC  (5+ messages)

[PATCH bpf-next v10 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-14 18:17 UTC  (3+ messages)
` [PATCH bpf-next v10 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[linux-next:master] BUILD REGRESSION 68142f986ff04b2b70b31db00f719bf690f64a9a
 2026-09-14 18:12 UTC 

[GIT PULL] memblock: fix for regions display in debugfs and MAINTAINERS update
 2026-09-14 18:07 UTC  (2+ messages)

[GIT PULL] hotfixes for 7.3-rc4
 2026-09-14 18:07 UTC  (2+ messages)

[PATCH v2 00/13] s390/cio: replace page allocator calls with k[mz]alloc()
 2026-09-14 17:59 UTC  (3+ messages)
` [PATCH v2 06/13] s390/cmf: Use kmalloc() for the CMB area

[PATCH v5 0/3] mm: zswap: free cold writeback folios promptly
 2026-09-14 17:38 UTC  (3+ messages)
` [PATCH v5 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH v5 00/17] mm/huge_memory: clean up and decouple the anon and file split helpers
 2026-09-14 17:30 UTC  (22+ messages)
` [PATCH v5 01/17] mm/swap: fix off-by-one in swap cache replace sanity check
` [PATCH v5 02/17] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH v5 03/17] mm/huge_memory: invert folio_ref_freeze() check to reduce indentation
` [PATCH v5 04/17] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v5 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
` [PATCH v5 06/17] mm/huge_memory: consolidate irq and locking for folio split
` [PATCH v5 07/17] mm/huge_memory: move EOF trimming into the file split helper
` [PATCH v5 08/17] mm/huge_memory: move unmap and remap into the split helpers
` [PATCH v5 09/17] mm/huge_memory: rename remap_page() to remap_anon_folio()
` [PATCH v5 10/17] mm/huge_memory: move the racy refcount check into unmap_folio()
` [PATCH v5 11/17] mm/huge_memory: move filemap management into the file split helper
` [PATCH v5 12/17] mm/huge_memory: move anon_vma handling into the anon "
` [PATCH v5 13/17] mm/huge_memory: move memcg switch into the file "
` [PATCH v5 14/17] mm/huge_memory: drop the unused do_lru argument of "
` [PATCH v5 15/17] mm/huge_memory: clean up after-split folio freeing in __folio_split
` [PATCH v5 16/17] mm/huge_memory: count only swap cache refs in anon folio split
` [PATCH v5 17/17] mm/huge_memory: drop the redundant mapping argument of __split_frozen_folio

[PATCH 0/3] mm/vmalloc: minor cleanups
 2026-09-14 17:10 UTC  (7+ messages)
` [PATCH 1/3] mm/vmalloc: group xa_init with vbq field initializations
` [PATCH 2/3] mm/vmalloc: extract vmap_insert_free_area helper
` [PATCH 3/3] mm/vmalloc: extract show_busy_info from vmalloc_info_show

[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-09-14 17:05 UTC  (3+ messages)

[PATCH] khugepaged: hold invalidate_lock across collapse_file() readahead
 2026-09-14 16:58 UTC  (6+ messages)
` [PATCH v2] "

[PATCH RESEND] mm/vmalloc: Use dedicated unbound workqueues for vmap drain
 2026-09-14 16:56 UTC  (3+ messages)

[PATCH] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
 2026-09-14 16:54 UTC  (2+ messages)

Path forward for Virtualized Swap?
 2026-09-14 16:49 UTC  (19+ messages)

[PATCH v3 0/3] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
 2026-09-14 16:46 UTC  (10+ messages)
` [PATCH v3 1/3] kselftest: mm: rename read_pmd_pagesize() to pmd_psize()
` [PATCH v3 2/3] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
` [PATCH v3 3/3] kselftest: mm: introduce size_to_shift() helper

[PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
 2026-09-14 16:45 UTC  (4+ messages)

[PATCH v2 0/4] Fix HugeTLB subpool used_hpages tracking
 2026-09-14 16:30 UTC  (4+ messages)

[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
 2026-09-14 16:25 UTC  (25+ messages)
` [PATCH v4 09/16] erofs: use folio_attach/detach_private() instead of direct assignment
` [PATCH v4 10/16] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v4 12/16] ceph: replace PagePrivate() with page_private()
` [PATCH v4 15/16] treewide: remove PagePrivate() and PG_private from comments and docs
` [PATCH v4 16/16] mm/page-flags: remove PG_private
` [PATCH 1/3] md: Use folio_alloc_buffers()
` [PATCH 2/3] md: Use folio APIs in free_page()
` [f2fs-dev] [PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead

[PATCH v2 1/4] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
 2026-09-14 16:12 UTC  (2+ messages)

[PATCH v2 4/4] mm: hugetlb: Avoid re-allocating global reservations on region add failure
 2026-09-14 16:03 UTC  (2+ messages)

[PATCH v2 2/4] mm: hugetlb: Fix out_put_pages subpool reserve calculation
 2026-09-14 16:00 UTC  (2+ messages)

[RFC PATCH 8/8] mm/damon/core-kunit: test invalid damos filter commits
 2026-09-14 15:57 UTC  (2+ messages)

[PATCH v5] selftests/mm: hugetlb_madv_vs_map: add underflow test
 2026-09-14 15:36 UTC 

[RFC/Discussion] mm/damon: Implementation for paused kdamond
 2026-09-14 15:35 UTC 

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-14 15:30 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 3/4] mm: hugetlb: Fix subpool usage leak on allocation failure
 2026-09-14 15:26 UTC  (2+ messages)

[PATCH v2] mm: implement and use vma_anon_tracked(), silence KCSAN
 2026-09-14 15:21 UTC  (7+ messages)

[RFC PATCH 4/9] mm/damon/core: use damos_quota_is_set() in damos_adjust_quota()
 2026-09-14 15:16 UTC  (3+ messages)

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-09-14 15:07 UTC  (10+ messages)

[PATCH v2 0/2] mm: refactor zonelist constructors and iterators
 2026-09-14 15:04 UTC  (6+ messages)
` [PATCH v2 1/2] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v2 2/2] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()

[PATCH 0/6] mm/damon: misc improvements in tests and documents
 2026-09-14 14:50 UTC  (8+ messages)
` [PATCH 1/6] selftests/damon: stop kdamond on error exits of no-op commit test
` [PATCH 2/6] selftests/damon: ignore test-generated damon_dump_output
` [PATCH 3/6] selftests/damon: add script dir to sys.path for PYTHONSAFEPATH compatibility
` [PATCH 4/6] mm/damon/tests/core-kunit: improve nr_samples_per_aggr test isolation
` [PATCH 5/6] Docs/mm/damon/design: clarify when qt_exceeds increases
` [PATCH 6/6] Docs/mm/damon/design: fix typos in temporal auto-tuning algorithm section

[PATCH 0/4] sched/cache: Fixes for cache aware scheduling
 2026-09-14 14:34 UTC  (5+ messages)
` [PATCH 4/4] sched/cache: Introduce task_struct->sched_cache_grp

[RFC PATCH v2 0/8] mm/damon: introduce hugepage_size probe filter
 2026-09-14 14:44 UTC  (9+ messages)
` [RFC PATCH v2 1/8] mm/damon/api: introduce DAMON_FILTER_TYPE_HUGEPAGE_SIZE
` [RFC PATCH v2 2/8] mm/damon/core: commit hugepage_size type damon filter
` [RFC PATCH v2 3/8] mm/damon/ops-common: support hugepage_size damon filter matching
` [RFC PATCH v2 4/8] mm/damon/sysfs: add min,max files under probe filter directory
` [RFC PATCH v2 5/8] mm/damon/sysfs: support hugepage_size probe filter
` [RFC PATCH v2 6/8] Docs/mm/damon/design: update for "
` [RFC PATCH v2 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size
` [RFC PATCH v2 8/8] Docs/ABI/damon: update for hugepage_size probe filter

[PATCH] mm/damon/core: add short circuit for esz<min_region_sz in damos_adjust_quota()
 2026-09-14 14:42 UTC  (2+ messages)

[RFC PATCH] mm/memory_hotplug: use public nodes for migration targets
 2026-09-14 14:38 UTC  (2+ messages)

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-14 14:27 UTC  (5+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 14:27 UTC  (6+ messages)
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()

[PATCH 0/8] mm/damon: move damos filter range arguments validation to core
 2026-09-14 14:23 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/sysfs-schemes: read sysfs_filter->addr_range only once
` [PATCH 2/8] mm/damon/sysfs-schemes: read sysfs_filter->sz_range "
` [PATCH 3/8] mm/damon/core: return an error from damos_commit_filter_arg()
` [PATCH 4/8] mm/damon/core: disallow max < min damos filter range arguments commit
` [PATCH 5/8] mm/damon/sysfs-schemes: drop centralized filter range arg validations
` [PATCH 6/8] mm/damon/sysfs-schemes: use switch-case in add_scheme_filters()
` [PATCH 7/8] mm/damon/core-kunit: extend damos_commit_filter_for() for wrong input
` [PATCH 8/8] mm/damon/core-kunit: test invalid damos filter commits

[PATCH v6 0/3] kselftest: mm: fix some failure of split_huge_page_test
 2026-09-14 14:16 UTC  (5+ messages)
` [PATCH v6 2/3] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper
` [PATCH v6 3/3] kselftest: mm: remove check_huge_shmem()

[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
 2026-09-14 13:58 UTC  (6+ messages)
` [PATCH 06/12] mm/sparse: rename __highest_present_section_nr to __highest_used_section_nr

[PATCH 0/6] arm64: distinguish HW PTE pointers from SW PTE value pointers
 2026-09-14 13:51 UTC  (7+ messages)
` [PATCH 1/6] arm64: use hw_pte_t for HW PTE pointers
` [PATCH 2/6] arm64: use hw_pte_val for HW PTE atomics
` [PATCH 3/6] arm64: convert between HW PTEs and SW PTE values
` [PATCH 4/6] arm64: use hw_pte_t for fixmap HW PTEs
` [PATCH 5/6] arm64: use HW PTE accessors in early map_range()
` [PATCH 6/6] arm64: enable a distinct type for HW PTEs

[PATCH v3] mm/hugetlb: preserve mremap address delta when skipping page tables
 2026-09-14 13:42 UTC  (2+ messages)

[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
 2026-09-14 13:39 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/slub: make the case handling in __slab_free() easier to follow


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).