linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-30 09:30:48 to 2025-05-31 22:32:02 UTC [more...]

[GIT PULL] non-MM updates for 6.16-rc1
 2025-05-31 22:31 UTC 

[GIT PULL] MM updates for 6.16-rc1
 2025-05-31 21:53 UTC 

[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-31 19:19 UTC  (15+ messages)
` [PATCH v10 01/16] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v10 02/16] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v10 03/16] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v10 04/16] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v10 05/16] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v10 06/16] KVM: Fix comments that refer to slots_lock
` [PATCH v10 07/16] KVM: Fix comment that refers to kvm uapi header path

[PATCH] selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAMON_SYSFS is disabled
 2025-05-31 16:48 UTC  (2+ messages)

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-05-31  7:46 UTC  (2+ messages)
` [PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
 2025-05-31  7:46 UTC  (16+ messages)
` [RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
` [RFC PATCH v1 2/6] mm: Fix pte update and tlb maintenance ordering in migrate_vma_collect_pmd()
` [RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
` [RFC PATCH v1 4/6] mm: Introduce arch_in_lazy_mmu_mode()
` [RFC PATCH v1 5/6] mm: Avoid calling page allocator while in lazy mmu mode
` [RFC PATCH v1 6/6] Revert "arm64/mm: Permit lazy_mmu_mode to be nested"

[RFC v2 00/35] optimize cost of inter-process communication
 2025-05-31  7:16 UTC  (35+ messages)
` [RFC v2 09/35] RPAL: enable address space sharing
` [RFC v2 10/35] RPAL: allow service enable/disable
` [RFC v2 11/35] RPAL: add service request/release
` [RFC v2 12/35] RPAL: enable service disable notification
` [RFC v2 13/35] RPAL: add tlb flushing support
` [RFC v2 14/35] RPAL: enable page fault handling
` [RFC v2 15/35] RPAL: add sender/receiver state
` [RFC v2 16/35] RPAL: add cpu lock interface
` [RFC v2 17/35] RPAL: add a mapping between fsbase and tasks
` [RFC v2 18/35] sched: pick a specified task
` [RFC v2 19/35] RPAL: add lazy switch main logic
` [RFC v2 20/35] RPAL: add rpal_ret_from_lazy_switch
` [RFC v2 21/35] RPAL: add kernel entry handling for lazy switch
` [RFC v2 22/35] RPAL: rebuild receiver state
` [RFC v2 23/35] RPAL: resume cpumask when fork
` [RFC v2 24/35] RPAL: critical section optimization
` [RFC v2 25/35] RPAL: add MPK initialization and interface
` [RFC v2 26/35] RPAL: enable MPK support
` [RFC v2 27/35] RPAL: add epoll support
` [RFC v2 28/35] RPAL: add rpal_uds_fdmap() support
` [RFC v2 29/35] RPAL: fix race condition in pkru update
` [RFC v2 30/35] RPAL: fix pkru setup when fork
` [RFC v2 31/35] RPAL: add receiver waker
` [RFC v2 32/35] RPAL: fix unknown nmi on AMD CPU
` [RFC v2 33/35] RPAL: enable time slice correction
` [RFC v2 34/35] RPAL: enable fast epoll wait
` [RFC v2 35/35] samples/rpal: add RPAL samples

[PATCH] mm: userfaultfd: fix race of userfaultfd_move and swap cache
 2025-05-31  7:11 UTC  (16+ messages)

[PATCH v5] tools/mm: Add script to display page state for a given PID and VADDR
 2025-05-31  0:45 UTC  (5+ messages)

[PATCH 0/1] alloc_tag: add per-numa node stats
 2025-05-31  0:05 UTC  (4+ messages)

[RFC Patch 0/5] Make anon_vma operations testable
 2025-05-30 23:23 UTC  (13+ messages)

[BUG?] vfio/pci: VA alignment sensitivity of VFIO_IOMMU_MAP_DMA which target MMIO
 2025-05-30 23:05 UTC  (4+ messages)

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-05-30 23:00 UTC  (4+ messages)

[RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap
 2025-05-30 22:48 UTC  (13+ messages)

[PATCH v2 00/20] Add support for shared PTEs across processes
 2025-05-30 22:47 UTC  (9+ messages)
` [PATCH v2 08/20] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH v2 12/20] mm/mshare: prepare for page table sharing support

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-05-30 22:00 UTC  (6+ messages)

[PATCH 0/3] Enable huge-vmalloc permission change
 2025-05-30 21:33 UTC  (17+ messages)
` [PATCH 1/3] mm: Allow pagewalk without locks
` [PATCH 2/3] arm64: pageattr: Use walk_page_range_novma() to change memory permissions
` [PATCH 3/3] mm/pagewalk: Add pre/post_pte_table callback for lazy MMU on arm64

[PATCH v6 0/6] Make MIGRATE_ISOLATE a standalone bit
 2025-05-30 20:55 UTC  (27+ messages)
` [PATCH v6 1/6] mm/page_alloc: pageblock flags functions clean up
` [PATCH v6 2/6] mm/page_isolation: make page isolation a standalone bit
` [PATCH v6 3/6] mm/page_alloc: add support for initializing pageblock as isolated
` [PATCH v6 4/6] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v6 5/6] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v6 6/6] mm/page_isolation: remove migratetype parameter from more functions

[PATCH] gup: optimize longterm pin_user_pages() for large folio
 2025-05-30 20:37 UTC  (9+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-30 20:32 UTC  (16+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios

[PATCH v4] tools/mm: Add script to display page state for a given PID and VADDR
 2025-05-30 20:18 UTC  (2+ messages)

[PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
 2025-05-30 19:40 UTC  (2+ messages)

[PATCH 05/28] mm, swap: sanitize swap cache lookup convention
 2025-05-30 19:24 UTC  (13+ messages)

[PATCH 0/2] frozen pages for large kmalloc
 2025-05-30 19:05 UTC  (8+ messages)
` [PATCH 1/2] mm, slab: use "
` [PATCH 2/2] mm, slab: support NUMA policy "

[PATCH v1 0/4] Fix uprobe pte be overwritten when expanding vma
 2025-05-30 18:51 UTC  (10+ messages)
` [PATCH v1 1/4] mm: "
` [PATCH v1 2/4] mm: Expose abnormal new_pte during move_ptes
` [PATCH v1 3/4] selftests/mm: Extract read_sysfs and write_sysfs into vm_util
` [PATCH v1 4/4] selftests/mm: Add test about uprobe pte be orphan during vma merge

[linux-next:master] BUILD SUCCESS 3a83b350b5be4b4f6bd895eecf9a92080200ee5d
 2025-05-30 18:47 UTC 

[RFC v3 00/18] Split netmem from struct page
 2025-05-30 17:50 UTC  (7+ messages)
` [RFC v3 01/18] netmem: introduce struct netmem_desc mirroring "

[RFC PATCH v2 00/18] Virtual Swap Space
 2025-05-30 16:54 UTC  (4+ messages)

[PATCH v2 0/1] mm/memory_hotplug: introduce and use PG_offline_skippable
 2025-05-30 16:54 UTC  (3+ messages)
` [PATCH v2 1/1] mm/memory_hotplug: PG_offline_skippable for offlining memory blocks with PageOffline pages

[PATCH v2] mm: vmscan: apply proportional reclaim pressure for memcg when MGLRU is enabled
 2025-05-30 16:23 UTC 

Device mem changes vs pinning/zerocopy changes
 2025-05-30 16:22 UTC  (3+ messages)

xarray regression: XArray: Add extra debugging check to xas_lock and friends
 2025-05-30 15:58 UTC  (2+ messages)

[RFC PATCH] memcontrol: Wait for draining of remote stocks to avoid OOM when charging
 2025-05-30 15:18 UTC 

[PATCH v3 0/4] Optimizing disk file & dmabuf copies via copy_file_range
 2025-05-30 14:24 UTC  (7+ messages)
` [PATCH v3 1/4] fs: allow cross-FS copy_file_range for memory-backed files
` [PATCH v3 2/4] dmabuf: Implement copy_file_range for dmabuf
` [PATCH v3 3/4] udmabuf: Implement udmabuf rw_file callback
` [PATCH v3 4/4] dmabuf:system_heap Implement system_heap exporter's "

[DISCUSSION] proposed mctl() API
 2025-05-30 13:10 UTC  (6+ messages)

[RFC DEPT v16] Question for dept
 2025-05-30 11:27 UTC 

[PATCH 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-05-30 10:45 UTC  (9+ messages)

[RFC PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-05-30 10:23 UTC  (3+ messages)

[PATCH] mm: fix COW mapping handing in generic_access_phys
 2025-05-30 10:04 UTC  (12+ messages)

[PATCH] mm: Strictly check vmstat_text array size
 2025-05-30  9:50 UTC 

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-05-30  9:42 UTC  (7+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk


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