linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-02 16:03:34 to 2023-11-05 16:33:38 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:30 UTC  (21+ 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 v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:19 UTC  (32+ messages)
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [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 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 

[PATCH rfc v2 00/10] mm: convert mm counter to take a folio
 2023-11-04 17:20 UTC  (12+ 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() "

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-11-04 13:59 UTC  (20+ messages)

[PATCH v7] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-04 14:03 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 

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2023-11-04  9:34 UTC  (6+ messages)

[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

mm/debug_vm_pgtable.c:860 warning triggered
 2023-11-03 23:12 UTC 

[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

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-11-03 16:59 UTC  (20+ messages)

[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  (22+ 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  (8+ messages)
` [PATCH 1/5] mm: huge_memory: use more folio api in __split_huge_page_tail()
` [PATCH 2/5] mm: task_mmu: use a folio in smaps_account()
` [PATCH 3/5] mm: task_mmu: use a folio in clear_refs_pte_range()
` [PATCH 4/5] fs/proc/page: use a folio in stable_page_flags()
` [PATCH 5/5] page_idle: kill page idle and young wrapper

[RFC PATCH v1] mm: zswap: Store large folios without splitting
 2023-11-03 11:55 UTC  (5+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2023-11-03 11:42 UTC  (6+ messages)
` [PATCH v3 4/4] mm: swap: "

[PATCH v2 0/2] riscv: Fix set_memory_XX() and set_direct_map_XX()
 2023-11-03 10:02 UTC 

[linux-next:master 16110/16252] arch/riscv/kernel/cpufeature.c:560:6: error: conflicting types for 'check_unaligned_access'; have 'void(int)'
 2023-11-03  9:22 UTC 

[linux-next:master 16110/16252] arch/riscv/kernel/smpboot.c:251:32: warning: passing argument 1 of 'check_unaligned_access' makes pointer from integer without a cast
 2023-11-03  8:40 UTC 

[PATCH] mm/memblock.c: using judgment statement can reduce loop and enhance readability
 2023-11-03  8:21 UTC  (7+ messages)

[linux-next:master] [mm/ksm] 5e924ff54d: ltp.ksm01_1.fail
 2023-11-03  8:14 UTC 

[GIT PULL] Non MM updates for 6.8-rc1
 2023-11-03  7:13 UTC  (2+ messages)

[GIT PULL] MM updates for 6.7-rc1
 2023-11-03  7:13 UTC  (2+ messages)

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-11-03  7:00 UTC  (3+ messages)

Subject: [PATCH RFC 0/4] Demotion Profiling Improvements
 2023-11-03  6:14 UTC  (15+ messages)
` [PATCH RFC 1/4] drivers/base/node: Add demotion_nodes sys infterface
` [PATCH RFC 3/4] mm/vmstat: rename pgdemote_* to pgdemote_dst_* and add pgdemote_src_*

[linux-next:master 15652/16110] fs/bcachefs/sb-members.c:422:30: sparse: sparse: incorrect type in assignment (different base types)
 2023-11-03  5:46 UTC 

[PATCH] mm/hugetlb: fix null ptr defer in hugetlb_vma_lock_write
 2023-11-03  4:31 UTC  (11+ messages)

[PATCH v2] mm/vmstat: Move pgdemote_* to per-node stats
 2023-11-03  3:14 UTC 

[linux-next:master 15635/16110] fs/bcachefs/disk_groups.c:534:6: sparse: sparse: symbol 'bch2_target_to_text_sb' was not declared. Should it be static?
 2023-11-03  2:41 UTC 

[PATCH v4 0/1] mm: report per-page metadata information
 2023-11-03  2:23 UTC  (7+ messages)
` [PATCH v4 1/1] "

[PATCH v9 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-03  0:36 UTC  (5+ messages)
` [PATCH v9 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v9 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v9 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-11-03  0:01 UTC  (6+ messages)

[RFC PATCH v2] zswap: memcontrol: implement zswap writeback disabling
 2023-11-02 22:40 UTC  (7+ messages)
` [RFC PATCH v2] zswap: memcontrol: mplement zswap writeback disabling (fix)

[PATCH v4 0/5] userfaultfd move option
 2023-11-02 21:32 UTC  (4+ messages)
` [PATCH v4 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test

kernel/kallsyms.c:436:17: warning: 'strcpy' source argument is the same as destination
 2023-11-02 21:13 UTC 

Sharing page tables across processes (mshare)
 2023-11-02 20:25 UTC  (4+ messages)

[PATCH 08/12] maple_tree: Separate ma_state node from status
 2023-11-02 17:39 UTC  (3+ messages)

mm/memfd.c:271:1: sparse: sparse: Using plain integer as NULL pointer
 2023-11-02 17:16 UTC 


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