linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-25 04:34:07 to 2025-06-25 13:46:51 UTC [more...]

[RFC v2 05/16] luo: luo_core: integrate with KHO
 2025-06-25 13:46 UTC  (11+ messages)

[PATCH v2 0/3] Optimizations for khugepaged
 2025-06-25 13:28 UTC  (11+ messages)
` [PATCH 1/3] khugepaged: Optimize __collapse_huge_page_copy_succeeded() by PTE batching
` [PATCH v2 2/3] khugepaged: Optimize collapse_pte_mapped_thp() for large folios "
` [PATCH v2 3/3] khugepaged: Reduce race probability between migration and khugepaged

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-06-25 13:19 UTC  (9+ messages)
` [PATCH 1/8] dma-debug: refactor to use physical addresses for page mapping
` [PATCH 2/8] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH 3/8] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH 4/8] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
` [PATCH 7/8] dma-mapping: export new dma_*map_phys() interface
` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API

[PATCH v3 0/2] support large align and nid in Rust allocators
 2025-06-25 13:12 UTC  (5+ messages)
` [PATCH v3 1/2] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v3 2/2] rust: support align and NUMA id in allocations

[PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
 2025-06-25 13:07 UTC  (11+ messages)

[PATCH v4 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
 2025-06-25 13:02 UTC  (25+ messages)

[PATCH] Fix do_pages_stat to use compat_uptr_t
 2025-06-25 12:58 UTC  (2+ messages)

[PATCH] x86/percpu: correct spelling of becomes
 2025-06-25 12:56 UTC  (2+ messages)

[PATCH] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
 2025-06-25 12:55 UTC 

[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
 2025-06-25 12:52 UTC  (19+ messages)

[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-25 12:50 UTC  (17+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
` [PATCH 3/9] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH 4/9] kasan/xtensa: "
` [PATCH 5/9] kasan/loongarch: "
` [PATCH 6/9] kasan/um: "
` [PATCH 7/9] kasan/x86: "
` [PATCH 8/9] kasan/s390: "
` [PATCH 9/9] kasan/powerpc: "

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

[PATCH v2] sched/numa: Introduce per cgroup numa balance control
 2025-06-25 12:19 UTC  (2+ messages)

[PATCH 1/2] mm: add gpu active/reclaim per-node stat counters (v2)
 2025-06-25 11:55 UTC  (4+ messages)

[PATCH 0/6] mm: Reentrant kmalloc
 2025-06-25 11:38 UTC  (5+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
    ` SLAB_NO_CMPXCHG was:: "

[Invitation] bi-weekly guest_memfd upstream call on 2025-06-26
 2025-06-25 11:20 UTC 

[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-25 11:20 UTC  (14+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions
` [PATCH v3 2/2] arm64: pageattr: Enable huge-vmalloc permission change

[PATCH v4 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-25 11:09 UTC  (32+ messages)
` [PATCH v4 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-25 10:46 UTC  (11+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE

[PATCH 0/5] Remove zero_user()
 2025-06-25 10:41 UTC  (9+ messages)
` [PATCH 1/5] bio: Use memzero_page() in bio_truncate()
` [PATCH 2/5] null_blk: Use memzero_page()
` [PATCH 3/5] direct-io: "
` [PATCH 5/5] mm: Remove zero_user()

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-06-25 10:14 UTC  (33+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 06/14] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 09/14] mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
` [PATCH RFC 10/14] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH RFC 11/14] mm: remove "horrible special case to handle copy-on-write behaviour"
` [PATCH RFC 13/14] mm: introduce and use vm_normal_page_pud()
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v2 0/5] Misc rework on hugetlb faulting path
 2025-06-25 10:13 UTC  (11+ messages)
` [PATCH v2 1/5] mm,hugetlb: Change mechanism to detect a COW on private mapping
` [PATCH v2 2/5] mm,hugetlb: Sort out folio locking in the faulting path
` [PATCH v2 3/5] mm,hugetlb: Rename anon_rmap to new_anon_folio and make it boolean

[PATCH] MAINTAINERS: add myself as THP co-maintainer
 2025-06-25 10:07 UTC  (5+ messages)

[RFC v2 00/16] Live Update Orchestrator
 2025-06-25  9:36 UTC  (5+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH v2 0/8] Cache coherency management subsystem
 2025-06-25  9:31 UTC  (4+ messages)

[PATCH] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-25  9:18 UTC  (16+ messages)

[PATCH 0/5] powerpc: Implement masked user access
 2025-06-25  8:30 UTC  (6+ messages)

[RESEND PATCH v13 2/3] sched: Move task_mm_cid_work to mm work_struct
 2025-06-25  8:01 UTC  (2+ messages)

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-25  8:00 UTC  (9+ messages)

[PATCH] maple tree: Use goto label to simplify code
 2025-06-25  7:56 UTC  (2+ messages)

[PATCH v2 0/5] madvise cleanup
 2025-06-25  7:43 UTC  (3+ messages)
` [PATCH v2 1/5] mm/madvise: remove the visitor pattern and thread anon_vma state

[PATCH RFC v2] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE accounting
 2025-06-25  7:39 UTC  (3+ messages)

[PATCH v15 00/13] Support page table check on PowerPC
 2025-06-25  6:37 UTC  (14+ messages)
` [PATCH v15 01/13] arm64/mm: Add addr parameter to __set_{ptes_anysz,ptes,pmds,puds}()
` [PATCH v15 02/13] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
` [PATCH v15 03/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set()
` [PATCH v15 04/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set()
` [PATCH v15 05/13] mm/page_table_check: Provide addr parameter to [__]page_table_check_ptes_set()
` [PATCH v15 06/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v15 07/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v15 08/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v15 09/13] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v15 10/13] powerpc: mm: Add pud_pfn() stub
` [PATCH v15 11/13] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v15 12/13] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v15 13/13] powerpc: mm: Support page table check

[PATCH 0/3] use vm_flags_t consistently
 2025-06-25  6:47 UTC  (10+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

[PATCH 0/8] update DMA API documentation
 2025-06-25  6:41 UTC  (4+ messages)
` [PATCH 5/8] docs: dma-api: remove duplicate description of the DMA pool API

[PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
 2025-06-25  6:33 UTC  (2+ messages)

[PATCH v2 2/2] rust: support large align and NUMA ids in allocs
 2025-06-25  6:28 UTC  (2+ messages)

[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-06-25  6:26 UTC  (6+ messages)

[PATCH 1/2] maple_tree: Fix mt_destroy_walk() on root leaf node
 2025-06-25  5:15 UTC  (2+ messages)

[PATCH v2] selftests: cachestat: Refactor test to remove duplication
 2025-06-25  4:58 UTC  (2+ messages)

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-06-25  4:33 UTC  (8+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v7 2/7] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next v7 3/7] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next v7 4/7] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next v7 5/7] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next v7 6/7] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH net-next v7 7/7] netmem: introduce a netmem API, virt_to_head_netmem()


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