linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-03 12:17:05 to 2023-11-06 16:13:06 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-06 16:13 UTC  (58+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH 00/10] mm: convert mm counter to take a folio
 2023-11-06 15:49 UTC  (11+ messages)
` [PATCH 01/10] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry()
` [PATCH 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH 04/10] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH 05/10] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH 06/10] mm: memory: use a folio in zap_pte_range()
` [PATCH 07/10] mm: memory: use a folio in do_set_pmd()
` [PATCH 08/10] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH 09/10] mm: convert mm_counter() to take a folio
` [PATCH 10/10] mm: convert mm_counter_file() "

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (20+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared

[PATCH 08/12] maple_tree: Separate ma_state node from status
 2023-11-06 15:45 UTC  (3+ messages)
` [PATCH] maple_tree: Fix comments about MAS_*
` [PATCH] maple_tree: Update forking to separate maple state and node

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-11-06 15:30 UTC  (23+ messages)
                                ` [PATCH] swiotlb-xen: provide the "max_mapping_size" method
                                    `  "

[PATCH rfc v2 00/10] mm: convert mm counter to take a folio
 2023-11-06 15:08 UTC  (15+ messages)
` [PATCH v2 01/10] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH v2 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry()
` [PATCH v2 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH v2 04/10] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH v2 05/10] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH v2 06/10] mm: memory: use a folio in zap_pte_range()
` [PATCH v2 07/10] mm: memory: use a folio in do_set_pmd()
` [PATCH v2 08/10] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH v2 09/10] mm: convert mm_counter() to take a folio
` [PATCH v2 10/10] mm: convert mm_counter_file() "

[PATCH] mm/damon/sysfs: eliminate potential uninitialized variable warning
 2023-11-06 14:41 UTC  (2+ messages)

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2023-11-06 10:12 UTC  (7+ messages)

mm/debug_vm_pgtable.c:860 warning triggered
 2023-11-06  9:06 UTC  (5+ messages)

[PATCH] mm:hugetlb_cgroup: Fix the wrong format specifier
 2023-11-06  8:27 UTC 

[PATCH v8] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-06  7:44 UTC  (2+ messages)

[PATCH v7] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-06  6:43 UTC  (3+ messages)

[PATCH -V3 3/9] mm, pcp: reduce lock contention for draining high-order pages
 2023-11-06  6:38 UTC  (3+ messages)

[PATCH v2 0/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
 2023-11-06  6:15 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] udmabuf: Pin the pages using pin_user_pages_fd() API (v2)
` [PATCH v2 3/3] selftests/dma-buf/udmabuf: Add tests to verify data after page migration

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-11-06  5:08 UTC  (22+ messages)

Subject: [PATCH RFC 0/4] Demotion Profiling Improvements
 2023-11-06  5:02 UTC  (9+ messages)
` [PATCH RFC 3/4] mm/vmstat: rename pgdemote_* to pgdemote_dst_* and add pgdemote_src_*

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2023-11-05 12:55 UTC  (5+ messages)
` [PATCH V2 1/3] mm: page_alloc: unreserve highatomic page blocks before oom
` [PATCH V2 2/3] mm: page_alloc: correct high atomic reserve calculations
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH] mm/page_owner: record and dump free_pid and free_tgid
 2023-11-05  7:19 UTC 

[linux-next:master] BUILD REGRESSION e27090b1413ff236ca1aec26d6b022149115de2c
 2023-11-04 11:38 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 3985620ae80d3c4b95988e034f350e6c11aee27b
 2023-11-04 11:30 UTC 

[linux-next:master 16102/16110] /bin/bash: line 1: 54552 Segmentation fault LLVM_OBJCOPY="loongarch64-linux-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/cxl/core/cxl_core.ko
 2023-11-04  7:55 UTC 

[PATCH v1 10/12] dyndbg: add processing of T(race) flag argument
 2023-11-04  4:33 UTC  (2+ messages)

[PATCH rfc 00/18] mm: convert to use folio mm counter
 2023-11-04  3:58 UTC  (22+ messages)
` [PATCH 01/18] mm: add mm_counter_folio() and mm_counter_file_folio()
` [PATCH 02/18] uprobes: use mm_counter_file_folio()
` [PATCH 03/18] mm: userfaultfd: use mm_counter_folio()
` [PATCH 04/18] mm: rmap: use mm_counter_[file]_folio()
` [PATCH 05/18] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH 06/18] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH 07/18] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH 08/18] mm: khugepaged: use mm_counter_file_folio() in collapse_pte_mapped_thp()
` [PATCH 09/18] mm: memory: use a folio in do_set_pmd()
` [PATCH 10/18] mm: memory: use mm_counter_file_folio() in copy_present_pte()
` [PATCH 11/18] mm: memory: use mm_counter_file_folio() in wp_page_copy()
` [PATCH 12/18] mm: memory: use mm_counter_file_folio() in set_pte_range()
` [PATCH 13/18] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH 14/18] mm: remove mm_counter_file()
` [PATCH 15/18] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH 16/18] mm: use a folio in zap_pte_range()
` [PATCH 17/18] s390: pgtable: use mm_counter_folio() in ptep_zap_swap_entry()
` [PATCH 18/18] mm: remove mm_counter()

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-11-03 23:12 UTC  (5+ messages)
` [RFC PATCH 00/11] "
    ` [RFC PATCH 01/11] XArray: add cmpxchg order test

[PATCH v3 00/19] stackdepot: allow evicting stack traces
 2023-11-03 21:37 UTC  (3+ messages)

[PATCH RFC] kasan: use stack_depot_put for Generic mode
 2023-11-03 21:27 UTC 

[PATCH v1 08/12] dyndbg: move flags field to a new structure
 2023-11-03 20:57 UTC 

[PATCH 1/1] lib/stackdepot: print disabled message only if truly disabled
 2023-11-03 20:37 UTC  (2+ messages)

[RFC PATCH v3] zswap: memcontrol: implement zswap writeback disabling
 2023-11-03 19:24 UTC  (3+ messages)

[PATCH v8 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-03 19:09 UTC  (6+ messages)
` [PATCH v8 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v8 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks

[PATCH 1/2] selftests: mm: skip whole test instead of failure
 2023-11-03 18:23 UTC  (2+ messages)
` [PATCH 2/2] selftests: mm: fix some build warnings

[PATCH 1/2] selftests/mm: restore number of hugepages
 2023-11-03 17:34 UTC  (2+ messages)
` [PATCH 2/2] selftests/mm: Add hugetlb_fault_after_madv to .gitignore

[PATCH v2] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
 2023-11-03 15:30 UTC  (2+ messages)

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-03 15:18 UTC  (19+ messages)
` [PATCH v5 1/1] "

[PATCH] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
 2023-11-03 15:15 UTC  (3+ messages)

[PATCH v2 0/2] New selftest for mm
 2023-11-03 14:47 UTC  (6+ messages)
` [PATCH v2 2/2] selftests/mm: Add a new test for madv and hugetlb

[PATCH v3 11/11] selftests: error out if kernel header files are not yet built
 2023-11-03 13:08 UTC  (6+ messages)

[PATCH 0/5] mm: remove page idle and young wrapper
 2023-11-03 13:07 UTC  (4+ messages)
` [PATCH 4/5] fs/proc/page: use a folio in stable_page_flags()


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