linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-10 17:04:14 to 2025-06-11 17:59:13 UTC [more...]

[PATCH v2] mm: madvise: use per_vma lock for MADV_FREE
 2025-06-11 17:59 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 19a60293b9925080d97f22f122aca3fc46dadaf9
 2025-06-11 17:57 UTC 

locking/local_lock, mm: sparse warnings about shadowed variable
 2025-06-11 17:57 UTC  (2+ messages)

[PATCH] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
 2025-06-11 17:52 UTC  (10+ messages)

[PATCH] mm: percpu: Increase PERCPU_MODULE_RESERVE
 2025-06-11 17:45 UTC  (2+ messages)

[PATCH v4] mm: add zblock allocator
 2025-06-11 17:11 UTC  (7+ messages)

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-06-11 16:35 UTC  (3+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH v2 00/11] Various slab improvements
 2025-06-11 15:59 UTC  (12+ messages)
` [PATCH v2 01/11] doc: Move SLUB documentation to the admin guide
` [PATCH v2 02/11] slab: Rename slab->__page_flags to slab->flags
` [PATCH v2 03/11] slab: Add SL_partial flag
` [PATCH v2 04/11] slab: Add SL_pfmemalloc flag
` [PATCH v2 05/11] slub: Fix a documentation build error for krealloc()
` [PATCH v2 06/11] doc: Add slab internal kernel-doc
` [PATCH v2 07/11] vmcoreinfo: Remove documentation of PG_slab and PG_hugetlb
` [PATCH v2 08/11] proc: Remove mention of PG_slab
` [PATCH v2 09/11] kfence: "
` [PATCH v2 10/11] memcg_slabinfo: Fix use "
` [PATCH v2 11/11] slab: Update MAINTAINERS entry

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

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

[RFC PATCH] mm: hugetlb: Fix incorrect fallback for subpool
 2025-06-11 15:55 UTC  (2+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-11 15:51 UTC  (7+ messages)

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

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

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

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-11 14:30 UTC  (6+ messages)
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

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

[PATCH] binfmt_elf: use check_mul_overflow() for size calc
 2025-06-11 14:17 UTC  (4+ messages)

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

[PATCH] selftests/mm: Add CONFIG_FTRACE to config
 2025-06-11 14:01 UTC  (8+ messages)

[PATCH v4 0/2] Optimize mremap() for large folios
 2025-06-11 14:00 UTC  (8+ messages)
` [PATCH v4 1/2] mm: Call pointers to ptes as ptep
` [PATCH v4 2/2] mm: Optimize mremap() by PTE batching

[PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-06-11 13:56 UTC  (9+ messages)
` [PATCH 2/3] cgroup: make css_rstat_updated nmi safe

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-11 13:33 UTC  (19+ messages)
` [PATCH v12 01/18] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v12 02/18] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v12 03/18] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 05/18] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v12 06/18] KVM: Fix comments that refer to slots_lock
` [PATCH v12 07/18] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v12 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v12 11/18] KVM: x86: Consult guest_memfd when computing max_mapping_level
` [PATCH v12 12/18] KVM: x86: Enable guest_memfd shared memory for non-CoCo VMs
` [PATCH v12 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v12 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v12 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v12 16/18] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v12 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v12 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH] selftests/mm: Check for YAMA ptrace_scope configuraiton before modifying it
 2025-06-11 13:20 UTC  (3+ 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 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 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 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 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 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 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  (12+ 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)


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