linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/2] Optimize mremap() for large folios
 2025-06-11 13:29 UTC  (7+ messages)
` [PATCH v4 1/2] mm: Call pointers to ptes as ptep
` [PATCH v4 2/2] mm: Optimize mremap() by PTE batching

[PATCH] selftests/mm: Check for YAMA ptrace_scope configuraiton before modifying it
 2025-06-11 13:20 UTC  (3+ messages)

[PATCH] kho: initialize tail pages for higher order folios properly
 2025-06-11 13:14 UTC  (11+ messages)

[PATCH v1] mm/gup: Revert "mm: gup: fix infinite loop within __get_longterm_locked"
 2025-06-11 13:13 UTC 

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-06-11 12:56 UTC  (8+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor

[PATCH] selftests/mm: Skip uprobe vma merge test if uprobes are not enabled
 2025-06-11 12:52 UTC  (4+ messages)

[PATCH] selftests/mm: Add CONFIG_FTRACE to config
 2025-06-11 12:51 UTC  (7+ messages)

[PATCH v2 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-11 12:34 UTC  (14+ messages)
` [PATCH v2 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "
` [PATCH v2 2/2] mm: shmem: disallow hugepages if the system-wide shmem "

[PATCH 0/4] selftests/mm: Tweaks to the cow test
 2025-06-11 12:14 UTC  (10+ messages)
` [PATCH 1/4] kselftest/mm: Clarify errors for pipe()
` [PATCH 2/4] selftests/mm: Convert some cow error reports to ksft_perror()
` [PATCH 3/4] selftests/mm: Don't compare return values to in cow
` [PATCH 4/4] selftests/mm: Add messages about test errors to the cow tests

[PATCH v2 0/3] mm/huge_memory: vmf_insert_folio_*() and vmf_insert_pfn_pud() fixes
 2025-06-11 12:06 UTC  (4+ messages)
` [PATCH v2 1/3] mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()
` [PATCH v2 2/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()
` [PATCH v2 3/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()

[PATCH v1] mm/gup: remove (VM_)BUG_ONs
 2025-06-11 12:06 UTC  (15+ messages)

[PATCH v2] mm: madvise: use per_vma lock for MADV_FREE
 2025-06-11 10:47 UTC 

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-11 10:24 UTC  (9+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock

[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
 2025-06-11 10:23 UTC  (7+ messages)
` [PATCH v11 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v11 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v11 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v11 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v11 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v11 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH RFC] mm: madvise: use per_vma lock for MADV_FREE
 2025-06-11 10:07 UTC  (6+ messages)

[PATCH v2] selftests/mm: Use generic read_sysfs in thuge-gen test
 2025-06-11 10:01 UTC 

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-06-11  9:57 UTC  (3+ messages)
` [PATCH v5 3/5] mm/readahead: Make space in struct file_ra_state

[PATCH] selftests/mm: Use generic read_sysfs in thuge-gen test
 2025-06-11  9:55 UTC  (5+ messages)

[PATCH] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
 2025-06-11  9:24 UTC  (7+ messages)

[PATCH 0/7] Some random fixes and cleanups to shmem
 2025-06-11  9:11 UTC  (12+ messages)
` [PATCH 1/7] mm: shmem: correctly pass alloced parameter to shmem_recalc_inode() to avoid WARN_ON()
` [PATCH 2/7] mm: shmem: avoid setting error on splited entries in shmem_set_folio_swapin_error()

[PATCH] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
 2025-06-11  8:58 UTC  (7+ messages)

[PATCH v3 0/2] x86/mm: Improve alloc handling of phys_*_init()
 2025-06-11  8:39 UTC  (6+ messages)
` [PATCH v3 1/2] x86/mm: Handle alloc failure in phys_*_init()

[PATCH 0/4] Some randome fixes and cleanups to swapfile
 2025-06-11  8:27 UTC  (9+ messages)
` [PATCH 2/4] mm: swap: correctly use maxpages in swapon syscall to avoid potensial deadloop
` [PATCH 3/4] mm: swap: fix potensial buffer overflow in setup_clusters()

[Invitation] bi-weekly guest_memfd upstream call on 2025-06-12
 2025-06-11  8:01 UTC 

[RFC PATCH] mm: Drain PCP during direct reclaim
 2025-06-11  7:55 UTC  (2+ messages)

[PATCH V2] mm: use folio_expected_ref_count() helper for reference counting
 2025-06-11  7:39 UTC  (2+ messages)

[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-11  6:29 UTC  (4+ messages)
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages

[PATCH v3] mm/shmem, swap: fix softlockup with mTHP swapin
 2025-06-11  6:19 UTC  (3+ messages)

[Patch v3 0/3] maple_tree: Fix the replacement of a root leaf node
 2025-06-11  6:15 UTC  (8+ messages)
` [Patch v3 1/3] maple_tree: Fix mt_destroy_walk() on "
` [Patch v3 2/3] maple_tree: restart walk on correct status
` [Patch v3 3/3] maple_tree: assert retrieving new value on a tree containing just a leaf node

[PATCH] mm/alloc_tag: add the ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable alloc_tag_counters
 2025-06-11  5:26 UTC  (4+ messages)

[PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-06-11  5:23 UTC  (10+ messages)
` [PATCH 2/3] cgroup: make css_rstat_updated nmi safe

[PATCH v4] mm: userfaultfd: fix race of userfaultfd_move and swap cache
 2025-06-11  5:16 UTC  (3+ messages)

[PATCH v3 0/3] mm/memfd: Reserve hugetlb folios before allocation
 2025-06-11  5:05 UTC  (6+ messages)
` [PATCH v3 1/3] mm/hugetlb: Make hugetlb_reserve_pages() return nr of entries updated

[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-06-11  4:34 UTC  (2+ messages)

[PATCH v2 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-11  4:01 UTC  (17+ messages)
` [PATCH v2 1/2] mm: Allow lockless kernel pagetable walking
` [PATCH v2 2/2] arm64: pageattr: Use walk_page_range_novma() to change memory permissions

[PATCH 0/7] iomap: zero range folio batch support
 2025-06-11  3:56 UTC  (16+ messages)
` [PATCH 3/7] iomap: optional zero range dirty folio processing
` [PATCH RFC 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH] alloc_tag: add per-NUMA node stats
 2025-06-11  3:47 UTC  (5+ messages)

list_lru isolate callback question?
 2025-06-11  3:36 UTC  (10+ messages)

[PATCH v14 00/11] Support page table check on PowerPC
 2025-06-11  3:16 UTC  (3+ messages)

[PATCH] mm/memory-tier: Fix abstract distance calculation overflow
 2025-06-11  2:34 UTC  (4+ messages)
` [PATCH v2] "

[linux-next:master 865/1237] ERROR: modpost: "_shared_alloc_tag" [kernel/trace/synth_event_gen_test.ko] undefined!
 2025-06-11  0:02 UTC 

[PATCH] mm: slub: Wrap krealloc() __GFP_ZERO semantics diagram in literal code block
 2025-06-10 23:51 UTC  (4+ messages)

stop passing a writeback_control to swap/shmem writeout v3
 2025-06-10 22:51 UTC  (3+ messages)
` [PATCH 4/6] mm: stop passing a writeback_control structure to __swap_writepage

[PATCH] hugetlbfs:inode: initialize 'error' variable at definition to reduce code redundancy
 2025-06-10 18:51 UTC  (2+ messages)

[PATCH] mm/vma: reset VMA iterator on commit_merge() OOM failure
 2025-06-10 18:40 UTC  (2+ messages)

[GIT PULL] Additional MM updates for 6.16-rc1
 2025-06-10 17:32 UTC  (7+ messages)

[PATCH RFC 00/11] mm: ASI integration for the page allocator
 2025-06-10 17:04 UTC  (2+ messages)

[DISCUSSION] proposed mctl() API
 2025-06-10 17:02 UTC  (11+ messages)

[PATCH] alloc_tag: remove empty module tag section
 2025-06-10 16:22 UTC 

[RFC PATCH 0/3] Clean up locking in hugetlb faulting code
 2025-06-10 15:57 UTC  (10+ messages)
` [RFC PATCH 1/3] mm, hugetlb: Clean up locking in hugetlb_fault and hugetlb_wp

[PATCH 0/1] alloc_tag: add per-numa node stats
 2025-06-10 15:56 UTC  (11+ messages)

[RFC] mm: khugepaged: use largest enabled hugepage order for min_free_kbytes
 2025-06-10 15:16 UTC  (13+ messages)

[linus:master] [mm] 6bef4c2f97: stress-ng.mlockmany.ops_per_sec 5.2% improvement
 2025-06-10 14:38 UTC 

[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
 2025-06-10 13:37 UTC  (11+ messages)

[PATCH 00/10] Various slab improvements
 2025-06-10 13:23 UTC  (5+ messages)
` [PATCH 08/10] kfence: Remove mention of PG_slab

[RFC][PATCH] tracepoints: Add verifier that makes sure all defined tracepoints are used
 2025-06-10 13:18 UTC  (3+ messages)

[PATCH] mm/slab: fix folio_test_{anon,ksm}() false positive on slabs
 2025-06-10 13:17 UTC  (7+ messages)

[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
 2025-06-10 13:17 UTC  (4+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s

[PATCH v8 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-06-10 12:37 UTC  (3+ messages)
` [PATCH v8 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v8 2/2] ras: mem: Add memory "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox