linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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  (28+ messages)
` [PATCH 1/7] iomap: move pos+len BUG_ON() to after folio lookup
` [PATCH 2/7] filemap: add helper to look up dirty folios in a range
` [PATCH 3/7] iomap: optional zero range dirty folio processing
` [PATCH 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH RFC 7/7] xfs: error tag to force zeroing on debug kernels

[Patch v3 0/3] maple_tree: Fix the replacement of a root leaf node
 2025-06-11  3:55 UTC  (7+ 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] 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 v3] mm/shmem, swap: fix softlockup with mTHP swapin
 2025-06-11  3:33 UTC  (2+ messages)

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

[PATCH] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
 2025-06-11  2:38 UTC  (3+ messages)

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

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

[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)

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

stop passing a writeback_control to swap/shmem writeout v3
 2025-06-10 22:51 UTC  (8+ messages)
` [PATCH 1/6] mm: split out a writeout helper from pageout
` [PATCH 2/6] mm: stop passing a writeback_control structure to shmem_writeout
` [PATCH 3/6] mm: tidy up swap_writeout
` [PATCH 4/6] mm: stop passing a writeback_control structure to __swap_writepage
` [PATCH 5/6] mm: stop passing a writeback_control structure to swap_writeout
` [PATCH 6/6] mm: remove the for_reclaim field from struct writeback_control

[PATCH] kho: initialize tail pages for higher order folios properly
 2025-06-10 22:33 UTC  (9+ messages)

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-06-10 22:25 UTC  (5+ 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 RFC] mm: madvise: use per_vma lock for MADV_FREE
 2025-06-10 18:52 UTC  (3+ messages)

[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] selftests/mm: Check for YAMA ptrace_scope configuraiton before modifying it
 2025-06-10 17:16 UTC  (2+ 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  (18+ messages)

[PATCH v3 0/2] x86/mm: Improve alloc handling of phys_*_init()
 2025-06-10 15:07 UTC  (5+ messages)
` [PATCH v3 1/2] x86/mm: Handle alloc failure in phys_*_init()
` [PATCH v3 2/2] x86/mm: Use GFP_KERNEL for alloc_low_pages() after boot

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

[PATCH 0/4] selftests/mm: Tweaks to the cow test
 2025-06-10 14:13 UTC  (5+ 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] selftests/mm: Skip uprobe vma merge test if uprobes are not enabled
 2025-06-10 13:55 UTC  (2+ messages)

[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

[PATCH v4 0/2] Optimize mremap() for large folios
 2025-06-10 13:18 UTC  (9+ messages)
` [PATCH v4 2/2] mm: Optimize mremap() by PTE batching

[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  (7+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s
` [PATCH v2 3/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd

[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 "

[syzbot] [rcu?] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
 2025-06-10 12:33 UTC  (11+ messages)

[PATCH v2] mm/shmem, swap: fix softlockup with mTHP swapin
 2025-06-10 12:09 UTC  (6+ messages)

[PATCH v1 4/4] selftests/mm: Add test about uprobe pte be orphan during vma merge
 2025-06-10 11:34 UTC  (4+ messages)

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-06-10 11:32 UTC  (4+ messages)
` [PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-10 11:15 UTC  (7+ messages)
` [PATCH net-next 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next 6/9] netmem: remove __netmem_get_pp()

[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
 2025-06-10 10:50 UTC  (4+ messages)

[PATCH v1] mm: Remove arch_flush_tlb_batched_pending() arch helper
 2025-06-10 10:37 UTC  (3+ messages)

[PATCH] lib/test_hmm: reduce stack usage
 2025-06-10 10:31 UTC  (2+ messages)

[PATCH v2 1/2] x86/mm: Handle alloc failure in phys_*_init()
 2025-06-10 10:19 UTC  (3+ messages)

[PATCH v2] mm: add mmap_prepare() compatibility layer for nested file systems
 2025-06-10 10:06 UTC  (3+ messages)

[PATCH v2] mm: fix the inaccurate memory statistics issue for users
 2025-06-10  9:59 UTC  (10+ messages)

[RFC PATCH] mm: Drain PCP during direct reclaim
 2025-06-10  9:18 UTC  (3+ messages)

[RFC] mm: use folio_expected_ref_count() helper for reference counting
 2025-06-10  9:00 UTC  (11+ messages)

WARNING: modpost: vmlinux: section mismatch in reference: mem_alloc_profiling_enabled+0x18 (section: .text.unlikely) -> initcall_level_names (section: .init.data)
 2025-06-10  8:49 UTC 

[PATCH v2] mm/memfd: Clarify error handling labels in memfd_create()
 2025-06-10  8:37 UTC 

[PATCH v2] slab: Decouple slab_debug and no_hash_pointers
 2025-06-10  8:35 UTC  (7+ messages)

[PATCH v6 00/10] Implement numa node notifier
 2025-06-10  8:10 UTC  (16+ messages)
` [PATCH v6 03/10] mm,memory_hotplug: "
` [PATCH v6 04/10] mm,slub: Use node-notifier instead of memory-notifier
` [PATCH v6 05/10] mm,memory-tiers: "
` [PATCH v6 06/10] drivers,cxl: "
` [PATCH v6 07/10] drivers,hmat: "
` [PATCH v6 09/10] mm,mempolicy: "
` [PATCH v6 10/10] mm,memory_hotplug: Drop status_change_nid parameter from memory_notify

[PATCH] binfmt_elf: use check_mul_overflow() for size calc
 2025-06-10  7:59 UTC  (3+ messages)

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-06-10  7:20 UTC  (12+ messages)

[PATCH] selftests/mm: Increase timeout from 180 to 900 seconds
 2025-06-10  5:28 UTC  (3+ messages)

page:  |  | latest

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