linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 11:28:35 to 2025-06-25 05:58:38 UTC [more...]

[PATCH v2 0/3] Optimizations for khugepaged
 2025-06-25  5:58 UTC  (4+ 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/3] use vm_flags_t consistently
 2025-06-25  5:55 UTC  (7+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

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

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

[PATCH 1/2] maple_tree: Fix mt_destroy_walk() on root leaf node
 2025-06-25  5:15 UTC  (3+ messages)
` [PATCH 2/2] maple_tree: assert retrieving new value on a tree containing just a "

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

[RFC PATCH 0/1] mm/debug_vm_pgtable: Use a swp_entry_t input value for swap tests
 2025-06-25  4:28 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH 0/8] update DMA API documentation
 2025-06-25  2:41 UTC  (11+ messages)
` [PATCH 1/8] docs: dma-api: use "DMA API" consistently throughout the document
` [PATCH 2/8] docs: dma-api: replace consistent with coherent
` [PATCH 3/8] docs: dma-api: remove remnants of PCI DMA API
` [PATCH 4/8] docs: dma-api: add a kernel-doc comment for dma_pool_zalloc()
` [PATCH 5/8] docs: dma-api: remove duplicate description of the DMA pool API
` [PATCH 6/8] docs: dma-api: clarify DMA addressing limitations
` [PATCH 7/8] docs: dma-api: update streaming DMA API physical address constraints
` [PATCH 8/8] docs: dma-api: clean up documentation of dma_map_sg()

[PATCH RFC v2] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE accounting
 2025-06-25  2:13 UTC 

[PATCH net-next v6 0/9] Split netmem from struct page
 2025-06-25  1:24 UTC  (10+ messages)
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH 1/2] maple_tree: Fix status setup on restore to active
 2025-06-25  1:22 UTC  (4+ messages)
` [PATCH 2/2] maple_tree: Add testing for restoring maple state "

[PATCH v2 0/2] support large align and nid in Rust allocators
 2025-06-25  1:03 UTC  (4+ messages)
` [PATCH v2 1/2] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v2 2/2] rust: support large align and NUMA ids in allocs

[PATCH v3] lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()
 2025-06-25  0:52 UTC  (21+ messages)
`  "
  ` [PATCH v3] lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()y

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

[PATCH v3] selftests/mm: Fix UFFDIO_API usage with proper two-step feature negotiation
 2025-06-25  0:46 UTC 

[PATCH] mm/selftests: improve UFFD-WP feature detection in KSM test
 2025-06-25  0:34 UTC  (11+ messages)
` [PATCH v2] selftests/mm: Fix UFFDIO_API usage with proper two-step feature negotiation

[linux-next:master] BUILD REGRESSION 2ae2aaafb21454f4781c30734959cf223ab486ef
 2025-06-25  0:08 UTC 

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-24 23:40 UTC  (14+ messages)
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory

[RFC PATCH v2 2/2] mm/damon/paddr: Allow multiple migrate targets
 2025-06-24 22:33 UTC  (4+ messages)

[PATCH 0/5] rust: Add Per-CPU Variable API
 2025-06-24 22:10 UTC  (6+ messages)
` [PATCH 1/5] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH 2/5] rust: rust-analyzer: add lib to dirs searched for crates
` [PATCH 3/5] rust: percpu: add a rust per-CPU variable test
` [PATCH 4/5] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH 5/5] rust: percpu: cache per-CPU pointers in the dynamic case

[PATCH 0/5] powerpc: Implement masked user access
 2025-06-24 21:37 UTC  (13+ messages)
` [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()

[PATCH v7] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
 2025-06-24 21:15 UTC  (2+ messages)

[akpm-mm:mm-new 203/215] memcontrol.c:undefined reference to `user_proactive_reclaim'
 2025-06-24 21:10 UTC  (2+ messages)

How should we RCU-free folios?
 2025-06-24 20:29 UTC  (3+ messages)

[PATCH v5 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-24 19:33 UTC  (8+ messages)
` [PATCH v5 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v5 2/7] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v5 3/7] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v5 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v5 5/7] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v5 6/7] mm/maps: read proc/pid/maps under per-vma lock
` [PATCH v5 7/7] mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks

[RFC v2 05/16] luo: luo_core: integrate with KHO
 2025-06-24 18:31 UTC  (17+ messages)

[PATCH -next v2 0/4] mm: per-node proactive reclaim
 2025-06-24 18:26 UTC  (3+ messages)
` [PATCH 2/4] mm/memcg: make memory.reclaim interface generic

[PATCH v2 0/5] madvise cleanup
 2025-06-24 18:01 UTC  (5+ messages)
` [PATCH v2 5/5] mm/madvise: eliminate very confusing manipulation of prev VMA

[PATCH v2 0/8] Cache coherency management subsystem
 2025-06-24 17:18 UTC  (11+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v2 3/8] cache: coherency core registration and instance handling
` [PATCH v2 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache
` [PATCH v2 5/8] arm64: Select GENERIC_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v2 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
` [RFC v2 7/8] acpi: PoC of Cache control via ACPI0019 and _DSM
` [PATCH v2 8/8] Hack: Pretend we have PSCI 1.2

[PATCH 0/6] mm: Reentrant kmalloc
 2025-06-24 17:13 UTC  (4+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
    ` SLAB_NO_CMPXCHG was:: "

[PATCH v2 0/4] madvise anon_name cleanups
 2025-06-24 17:03 UTC  (25+ messages)
` [PATCH v2 1/4] mm, madvise: simplify anon_name handling
` [PATCH v2 2/4] mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
` [PATCH v2 3/4] mm, madvise: move madvise_set_anon_name() down the file
` [PATCH v2 4/4] mm, madvise: use standard madvise locking in madvise_set_anon_name()

[PATCH v4 0/4] mm: batched unmap lazyfree large folios during reclamation
 2025-06-24 16:25 UTC  (6+ messages)
` [PATCH v4 3/4] mm: Support batched unmap for "

[PATCH] maple tree: Use goto label to simplify code
 2025-06-24 15:36 UTC  (2+ messages)

[PATCH] Fix do_pages_stat to use compat_uptr_t
 2025-06-24 15:17 UTC 

[PATCH V2] mm/ptdump: Take the memory hotplug lock inside ptdump_walk_pgd()
 2025-06-24 14:59 UTC  (4+ messages)

[PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
 2025-06-24 14:47 UTC  (2+ messages)

[PATCH v3 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-24 14:42 UTC  (6+ messages)
` [PATCH v3 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "

[RFC v2 00/16] Live Update Orchestrator
 2025-06-24 14:27 UTC  (4+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[RFC 0/2] lib/vsprintf: Add support for pte_t
 2025-06-24 14:23 UTC  (10+ messages)
` [RFC 1/2] "

[PATCHv6 07/16] x86/vsyscall: Reorganize the #PF emulation code
 2025-06-24 14:11 UTC  (7+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-24 14:10 UTC  (9+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[PATCH v6] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
 2025-06-24 14:02 UTC  (5+ messages)

[PATCH] ksm_tests: Skip hugepage test when Transparent Hugepages are disabled
 2025-06-24 13:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-24 12:54 UTC  (10+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE

How to handle P2P DMA with only {physaddr,len} in bio_vec?
 2025-06-24 12:39 UTC  (9+ messages)
` AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN
  ` Reorganising how the networking layer handles memory
    ` MSG_ZEROCOPY and the O_DIRECT vs fork() race

[PATCH] mm/vmalloc: allow to set node and align in vrealloc
 2025-06-24 12:30 UTC  (7+ messages)

[PATCH 00/11] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-06-24 12:05 UTC  (11+ messages)

[PATCH] mm: move mask update out of the atomic context
 2025-06-24 12:03 UTC  (9+ messages)

[PATCH 1/2] lib/test_vmalloc.c: Use late_initcall() if built-in for init ordering
 2025-06-24 11:42 UTC  (3+ 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).