linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-14 15:25:48 to 2025-07-15 14:15:24 UTC [more...]

[PATCH v2 0/5] add static PMD zero page support
 2025-07-15 14:15 UTC  (12+ messages)
` [PATCH v2 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h

[PATCH v2 0/5] rust: Add Per-CPU Variable API
 2025-07-15 14:10 UTC  (6+ messages)
` [PATCH v2 3/5] rust: percpu: add a rust per-CPU variable test

[PATCH 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-07-15 14:05 UTC  (4+ messages)
` [PATCH 1/2] rust: alloc: specify the minimum alignment of each allocator
` [PATCH 2/2] rust: alloc: take the allocator into account for FOREIGN_ALIGN

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-15 13:58 UTC  (6+ messages)
` [PATCH v13 1/4] :mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v13 1/4] mm/vmalloc: "
` [PATCH v13 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v13 3/4] rust: add support for NUMA ids in allocations
` [PATCH v13 4/4] rust: support large alignments "

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-15 13:58 UTC  (4+ messages)
` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API

nommu and folios
 2025-07-15 13:54 UTC  (2+ messages)

[PATCH v2 0/5] mseal cleanups, fixup MAP_PRIVATE file-backed case
 2025-07-15 13:37 UTC  (6+ messages)
` [PATCH v2 1/5] mm/mseal: always define VM_SEALED
` [PATCH v2 2/5] mm/mseal: update madvise() logic
` [PATCH v2 3/5] mm/mseal: small cleanups
` [PATCH v2 4/5] mm/mseal: Simplify and rename VMA gap check
` [PATCH v2 5/5] mm/mseal: rework mseal apply logic

[PATCH v3 mm-new] fs/proc/page: avoid anon folio checks on typed pages except hugetlb
 2025-07-15 13:36 UTC  (4+ messages)

[PATCH v1 0/9] mm: vm_normal_page*() improvements
 2025-07-15 13:23 UTC  (10+ messages)
` [PATCH v1 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v1 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v1 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v1 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v1 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v1 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v1 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v1 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v1 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-07-15 13:20 UTC  (5+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH RFC v1 3/5] KVM: guest_memfd: Call arch invalidation hooks when converting to shared

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-07-15 12:40 UTC  (17+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-07-15 12:39 UTC  (18+ messages)
` [PATCH v3 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v3 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing
` [PATCH v3 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v3 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v3 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v3 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH v5] selftests/mm: add process_madvise() tests
 2025-07-15 12:12 UTC  (3+ messages)

[RFC PATCH v2 0/8] NFSD: support DIO
 2025-07-15 11:57 UTC  (11+ messages)
` [RFC PATCH v2 3/8] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [RFC PATCH v2 6/8] NFSD: add io_cache_read controls to debugfs interface

[PATCH v2 0/3] Optimizations for khugepaged
 2025-07-15 11:13 UTC  (11+ messages)
` [PATCH v2 2/3] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching

[PATCH] selftests/mm: refactor common code and improve test skipping in guard_region
 2025-07-15 11:05 UTC  (2+ messages)

[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-07-15 10:51 UTC  (20+ messages)
` [PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[PATCH 0/3] rust: allocator: Vmalloc: Support alignments larger than PAGE_SIZE
 2025-07-15 10:37 UTC  (6+ messages)
` [PATCH 1/3] vmalloc: Add vrealloc_align to support allocation of aligned vmap pages
` [PATCH 2/3] rust: allocator: Vmalloc: Support alignments larger than PAGE_SIZE
` [PATCH 3/3] rust: add a sample allocator usage

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-15 10:37 UTC  (6+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-15 10:23 UTC  (13+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-15 10:01 UTC  (16+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool

[PATCH v14 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-15  9:33 UTC  (22+ messages)
` [PATCH v14 01/21] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v14 02/21] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v14 03/21] KVM: Introduce kvm_arch_supports_gmem()
` [PATCH v14 04/21] KVM: x86: Introduce kvm->arch.supports_gmem
` [PATCH v14 05/21] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v14 06/21] KVM: Fix comments that refer to slots_lock
` [PATCH v14 07/21] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v14 08/21] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v14 09/21] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v14 10/21] KVM: x86/mmu: Generalize private_max_mapping_level x86 op to max_mapping_level
` [PATCH v14 11/21] KVM: x86/mmu: Allow NULL-able fault in kvm_max_private_mapping_level
` [PATCH v14 12/21] KVM: x86/mmu: Consult guest_memfd when computing max_mapping_level
` [PATCH v14 13/21] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v14 14/21] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v14 15/21] KVM: arm64: Refactor user_mem_abort()
` [PATCH v14 16/21] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v14 17/21] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v14 18/21] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v14 19/21] KVM: Introduce the KVM capability KVM_CAP_GMEM_MMAP
` [PATCH v14 20/21] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v14 21/21] KVM: selftests: guest_memfd mmap() test when mmap is supported

[syzbot] [mm?] possible deadlock in lock_next_vma
 2025-07-15  9:33 UTC  (3+ messages)

[PATCH v1 1/1] locking/lockdep: Move pmd_to_hmm_pfn_flags() to the respective #ifdeffery
 2025-07-15  7:54 UTC  (3+ messages)

drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v2)
 2025-07-15  7:34 UTC  (7+ messages)
` [PATCH 02/18] drm/ttm: use gpu mm stats to track gpu memory allocations. (v3)
` [PATCH 03/18] mm/list_lru: export list_lru_add
` [PATCH 13/18] ttm/pool: enable memcg tracking and shrinker. (v2)

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-15  7:08 UTC  (10+ messages)
` [RFC v5 0/7] Add and use sprintf_{end,array}() "
  ` [RFC v5 6/7] sprintf: Add [v]sprintf_array()

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-15  7:03 UTC  (8+ messages)
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH v2 net-next 0/2] account for TCP memory pressure signaled by cgroup
 2025-07-15  7:01 UTC  (4+ messages)
` [PATCH v2 net-next 2/2] mm/vmpressure: add tracepoint for socket pressure detection

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-15  6:56 UTC  (13+ messages)
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()

Possible issue: userspace stalls during memory reclaim and swap
 2025-07-15  4:14 UTC 

[akpm-mm:mm-new 203/214] mm/mremap.c:1829 remap_move() error: uninitialized symbol 'last_end'
 2025-07-15  3:52 UTC  (2+ messages)

[PATCH net-next v10 12/12] libeth: xdp: access ->pp through netmem_desc instead of page
 2025-07-15  1:45 UTC  (3+ messages)

[PATCH v3] cgroup: llist: avoid memory tears for llist_node
 2025-07-15  1:01 UTC  (2+ messages)

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-15  0:39 UTC  (2+ messages)

[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
 2025-07-15  0:31 UTC  (5+ messages)

[PATCH v3 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-15  0:21 UTC  (5+ messages)
` [PATCH v3 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH v3 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations

[PATCH] mm/filemap: Align last_index to folio size
 2025-07-14 22:48 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 0be23810e32e6d0a17df7c0ebad895ba2c210fc4
 2025-07-14 22:03 UTC 

[PATCH v5 00/14] mm: folio_zero_user: clearing of page-extents
 2025-07-14 20:35 UTC  (6+ messages)
` [PATCH v5 12/14] mm: add config option for clearing page-extents

[PATCH] mm: skip lru_note_cost() when scanning only file or anon
 2025-07-14 20:28 UTC  (10+ messages)

[PATCH] mm: consider disabling readahead if there are signs of thrashing
 2025-07-14 20:12 UTC  (3+ messages)

[PATCH v3 0/2] __folio_split() clean up
 2025-07-14 18:54 UTC  (4+ messages)
` [PATCH v3 1/2] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v3 2/2] mm/huge_memory: use folio_expected_ref_count() to calculate ref_count

[syzbot] [mm?] general protection fault in mas_start
 2025-07-14 17:09 UTC 

[PATCH 0/5] mseal cleanups
 2025-07-14 16:01 UTC  (32+ messages)
` [PATCH 1/5] mm/mseal: always define VM_SEALED
` [PATCH 2/5] mm/mseal: move madvise() logic to mm/madvise.c
` [PATCH 3/5] mm/mseal: small cleanups
` [PATCH 4/5] mm/mseal: separate out and simplify VMA gap check
` [PATCH 5/5] mm/mseal: rework mseal apply logic

[PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range
 2025-07-14 15:52 UTC  (17+ messages)

[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
 2025-07-14 15:32 UTC  (7+ messages)
` [RFC V1 PATCH mm-hotfixes 1/3] mm: introduce and use {pgd,p4d}_populate_kernel()

[PATCH v2 0/2] __folio_split() clean up
 2025-07-14 15:33 UTC  (4+ messages)
` [PATCH v2 1/2] mm/huge_memory: move unrelated code out of __split_unmapped_folio()


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