Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 11:34:16 to 2026-04-28 23:33:25 UTC [more...]

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-04-28 23:25 UTC  (45+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 02/53] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v5 03/53] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v5 04/53] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v5 05/53] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v5 08/53] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v5 09/53] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v5 11/53] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH RFC v5 12/53] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH RFC v5 13/53] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH RFC v5 14/53] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH RFC v5 15/53] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v5 16/53] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH RFC v5 17/53] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH RFC v5 18/53] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v5 19/53] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v5 20/53] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v5 21/53] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v5 23/53] KVM: x86: Support SW_PROTECTED_VM in applying "
` [PATCH RFC v5 24/53] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH RFC v5 25/53] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH RFC v5 26/53] KVM: x86: Support SNP and TDX applying content modes
` [PATCH RFC v5 27/53] KVM: x86: Bug CoCo VM on page fault before finalizing
` [PATCH RFC v5 28/53] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v5 29/53] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v5 30/53] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v5 32/53] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v5 33/53] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v5 34/53] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v5 35/53] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v5 37/53] KVM: selftests: Test conversion before allocation
` [PATCH RFC v5 38/53] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v5 39/53] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v5 41/53] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v5 42/53] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v5 45/53] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v5 46/53] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v5 47/53] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v5 49/53] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v5 50/53] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v5 51/53] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v5 52/53] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v5 53/53] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
 2026-04-28 22:55 UTC  (9+ messages)

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-28 22:50 UTC  (4+ messages)

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-28 22:37 UTC  (8+ messages)
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-04-28 22:29 UTC 

[PATCH v2] mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()
 2026-04-28 22:12 UTC  (2+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-28 21:37 UTC  (4+ messages)
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-28 21:12 UTC  (12+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-04-28 20:42 UTC  (55+ messages)
` [PATCH v3 01/54] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler
` [PATCH v3 02/54] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v3 03/54] selftests/mm: migration: make nthreads represent number of working threads
` [PATCH v3 04/54] selftests/mm: migration: properly cleanup fork()ed processes
` [PATCH v3 05/54] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES
` [PATCH v3 06/54] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v3 07/54] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v3 08/54] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH v3 09/54] selftests/mm: hugetlb-vmemmap: "
` [PATCH v3 10/54] selftests/mm: hugetlb-madvise: "
` [PATCH v3 11/54] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v3 12/54] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH v3 13/54] selftests/mm: khugepaged: group tests in an array
` [PATCH v3 14/54] selftests/mm: khugepaged: use ksefltest framework
` [PATCH v3 15/54] selftests/mm: ksm_tests: use kselftest framework
` [PATCH v3 16/54] selftests/mm: protection_keys: use descriptive test names in TAP output
` [PATCH v3 17/54] selftests/mm: protection_keys: use kselftest framework
` [PATCH v3 18/54] selftests/mm: uffd-stress: "
` [PATCH v3 19/54] selftests/mm: uffd-unit-tests: "
` [PATCH v3 20/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 21/54] selftests/mm: add atexit() and signal handlers to thp_settings
` [PATCH v3 22/54] selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]
` [PATCH v3 23/54] selftests/mm: move HugeTLB helpers to hugepage_settings
` [PATCH v3 24/54] selftests/mm: hugepage_settings: use unsigned long in detect_hugetlb_page_size
` [PATCH v3 25/54] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH v3 26/54] selftests/mm: hugepage_settings: rename get_free_hugepages()
` [PATCH v3 27/54] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH v3 28/54] selftests/mm: move read_file(), read_num() and write_num() to vm_util
` [PATCH v3 29/54] selftests/mm: vm_util: add helpers to set and restore shm limits
` [PATCH v3 30/54] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH v3 31/54] selftests/mm: cow: add setup of HugeTLB pages
` [PATCH v3 32/54] selftests/mm: gup_longterm: "
` [PATCH v3 33/54] selftests/mm: gup_test: "
` [PATCH v3 34/54] selftests/mm: hmm-tests: "
` [PATCH v3 35/54] selftests/mm: hugepage_dio: "
` [PATCH v3 36/54] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH v3 37/54] selftests/mm: hugetlb-madvise: "
` [PATCH v3 38/54] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v3 39/54] selftests/mm: hugetlb-mmap: "
` [PATCH v3 40/54] selftests/mm: hugetlb-mremap: "
` [PATCH v3 41/54] selftests/mm: hugetlb-shm: "
` [PATCH v3 42/54] selftests/mm: hugetlb-soft-online: "
` [PATCH v3 43/54] selftests/mm: hugetlb-vmemmap: "
` [PATCH v3 44/54] selftests/mm: migration: "
` [PATCH v3 45/54] selftests/mm: pagemap_ioctl: "
` [PATCH v3 46/54] selftests/mm: protection_keys: use library code for HugeTLB setup
` [PATCH v3 47/54] selftests/mm: thuge-gen: add setup of HugeTLB pages
` [PATCH v3 48/54] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH v3 49/54] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH v3 50/54] selftests/mm: uffd-wp-mremap: "
` [PATCH v3 51/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 52/54] selftests/mm: va_high_addr_switch.sh: drop huge pages setup
` [PATCH v3 53/54] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH v3 54/54] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB

[PATCH] x86/mm: fix freeing of PMD-sized vmemmap pages
 2026-04-28 20:47 UTC  (4+ messages)

[PATCH v4] selftests/mm: khugepaged: initialize file contents via mmap
 2026-04-28 20:23 UTC  (8+ messages)

[PATCH v3 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-04-28 20:05 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/mm: add tests for process_vm_readv flags

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-04-28 19:51 UTC  (12+ messages)
` [PATCH v4 01/15] arm64: mm: Map the linear alias of text/rodata as tagged
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init
` [PATCH v4 05/15] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v4 06/15] arm64: mm: Drop redundant pgd_t* argument from map_mem()

[PATCH v2] mm/gup: cleanup pgtable entry accessors
 2026-04-28 19:45 UTC  (2+ messages)

[PATCH v4] mm/memory: update stale locking comments for fault handlers
 2026-04-28 19:43 UTC  (2+ messages)

[PATCH 0/3] mm: remove page_mapped()
 2026-04-28 19:38 UTC  (7+ messages)
` [PATCH 2/3] bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-04-28 19:33 UTC  (10+ messages)
` [PATCH 1/7] mm/migrate: rename PAGE_ migration flags to FOLIO_
` [PATCH 2/7] mm/migrate: use migrate_info field instead of private
` [PATCH 3/7] mm/migrate: skip data copy for already-copied folios
` [PATCH 4/7] mm/migrate: add batch-copy path in migrate_pages_batch
` [PATCH 5/7] mm/migrate: add copy offload registration infrastructure
` [PATCH 6/7] drivers/migrate_offload: add DMA batch copy driver (dcbm)
` [PATCH 7/7] mm/migrate: adjust NR_MAX_BATCHED_MIGRATION for testing

[PATCH v3 0/6] selftests/liveupdate: add memfd tests
 2026-04-28 19:31 UTC  (2+ messages)

[PATCH v5 00/21] Virtual Swap Space
 2026-04-28 18:46 UTC  (13+ messages)

[PATCH] mm/page_alloc: add tracepoint for PCP refills
 2026-04-28 18:23 UTC  (3+ messages)
` [PATCH v2] mm/page_alloc: trace PCP refills and PCP zone lock usage

[RFC PATCH 00/19] mm/damon: introduce data attributes monitoring
 2026-04-28 18:17 UTC  (3+ messages)
` [RFC PATCH 16/19] mm/damon: trace probe_hits

[LSF/MM/BPF TOPIC] Using BPF in MM
 2026-04-28 16:35 UTC  (3+ messages)

[PATCH 00/10] sh: remove NUMA and SPARSEMEM support
 2026-04-28 16:34 UTC  (3+ messages)

[PATCH v18 25/42] dept: add documents for dept
 2026-04-28 16:26 UTC  (2+ messages)
` [PATCH] dept: update documentation function names to match implementation

[BUG] Frequent hangs or WARNINGs when using heterogeneous memory with an AMD MI210 GPU
 2026-04-28 16:10 UTC 

mm.git review status at 7.1-rc1
 2026-04-28 15:57 UTC 

[PATCH v9.2] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-28 15:31 UTC  (2+ messages)

[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-28 15:24 UTC  (3+ messages)

DAMON Release News Letter v7.0-rc1..v7.1-rc1
 2026-04-28 15:08 UTC 

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-04-28 15:02 UTC  (2+ messages)

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-28 14:32 UTC  (12+ messages)
` [PATCH v2 13/53] selftests/mm: khugepaged: use ksefltest framework
` [PATCH v2 43/53] selftests/mm: migration: add setup of HugeTLB pages

Large memory allocations at LSF/MM
 2026-04-28 14:28 UTC  (8+ messages)
      ` [Lsf-pc] "

[PATCH v8 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-04-28 14:22 UTC  (3+ messages)

[PATCH v2 2/4] Docs/admin-guide/mm/damon: fix 'parametrs' typo
 2026-04-28 14:21 UTC  (2+ messages)

[PATCH v3 0/4] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-28 14:16 UTC  (4+ messages)
` [PATCH v3 3/4] mm/page_owner: add NUMA node filter with nodelist support

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-04-28 13:55 UTC  (5+ messages)

[RFC] mm/hugetlb: min_hpages unwind corrupts reservation accounting
 2026-04-28 13:55 UTC 

[PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup
 2026-04-28 13:52 UTC 

[PATCH 0/8] mm: introduce zone lock guards
 2026-04-28 13:41 UTC  (11+ messages)
` [PATCH 1/8] mm: use zone lock guard in reserve_highatomic_pageblock()

[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-28 13:20 UTC  (9+ messages)
` [PATCH v2 1/3] mm/page_owner: add filter infrastructure
` [PATCH v2 2/3] mm/page_owner: add print_mode filter

[PATCH v2] kho: skip KHO for crash kernel
 2026-04-28 13:17 UTC  (2+ messages)

[PATCH] mm/memfd_luo: report error when restoring a folio fails mid-loop
 2026-04-28 13:17 UTC  (2+ messages)

[RFC PATCH 04/19] mm/damon/core: commit probes
 2026-04-28 13:13 UTC  (2+ messages)

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-28 13:12 UTC  (6+ messages)
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()

[RFC PATCH 13/19] mm/damon/sysfs: implement filter dir files
 2026-04-28 13:10 UTC  (2+ messages)

[RFC PATCH 02/19] mm/damon/core: embed damon_probe objects in damon_ctx
 2026-04-28 13:09 UTC  (2+ messages)

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-28 13:08 UTC  (5+ messages)
` [PATCH 09/49] mm: panic on memory allocation failure in sparse_init_nid()

[RFC PATCH 14/19] mm/damon/sysfs: setup probes on DAMON core API parameters
 2026-04-28 13:08 UTC  (2+ messages)

[PATCH v2 0/3] mm: Fix memory block leaks and locking
 2026-04-28 12:34 UTC  (5+ messages)
` [PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup

[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
 2026-04-28 12:10 UTC  (5+ messages)
` [RFC PATCH v4 4/6] mm/migrate: add copy offload registration infrastructure

[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
 2026-04-28 12:04 UTC  (11+ messages)

[PATCH] mm/hugetlb: fix subpool accounting after cgroup charge failure
 2026-04-28 11:41 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-28 11:34 UTC  (5+ messages)
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox