linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/4] kho: add support for preserving vmalloc allocations
 2025-09-25 11:22 UTC  (7+ messages)
` [PATCH v5 3/4] "

[v6 00/15] mm: support device-private THP
 2025-09-25 11:13 UTC  (28+ messages)
` [v6 01/15] mm/zone_device: support large zone device private folios
` [v6 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v6 04/15] mm/huge_memory: implement device-private THP splitting
` [v6 07/15] mm/memory/fault: add THP fault handling for zone device private pages

[BUG REPORT] mm/damon: softlockup when kdamond walk page with cpu hotplug
 2025-09-25 11:11 UTC  (2+ messages)

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-09-25 11:06 UTC  (7+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-25 11:02 UTC  (19+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
  ` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
    ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
    ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
    ` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
    ` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
    ` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
    ` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
    ` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
    ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH] mm: move rmap of mTHP upon CoW reuse
 2025-09-25 10:57 UTC  (8+ messages)

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-25 10:05 UTC  (3+ messages)
` [PATCH v7 mm-new 02/10] mm: thp: add support for "

[PATCH] rust: slab: add basic slab module
 2025-09-25  9:54 UTC  (2+ messages)

[PATCH] mm/page_alloc: fix alignment for alloc_contig_pages_noprof()
 2025-09-25  9:50 UTC  (12+ messages)

[PATCH RFC 0/2] mm: add huge pfnmap support for remap_pfn_range()
 2025-09-25  9:38 UTC  (7+ messages)
` [PATCH RFC 2/2] mm: add PMD-level huge page "

[PATCH 0/2] drivers/base/node: fold node register and unregister functions
 2025-09-25  9:37 UTC  (12+ messages)
` [PATCH 1/2] drivers/base/node: merge register_one_node() and register_node() to a single function
` [PATCH 2/2] drivers/base/node: merge unregister_one_node() and unregister_node() "

[RFC v1 0/4] Make KHO Stateless
 2025-09-25  9:19 UTC  (2+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-09-25  8:52 UTC  (17+ messages)
` [PATCH v8 01/23] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v8 02/23] slab: simplify init_kmem_cache_nodes() error handling
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations

[PATCH v0] mm/page_alloc: Cleanup for __del_page_from_free_list()
 2025-09-25  8:50 UTC 

[PATCH 5.4.y] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-09-25  8:49 UTC 

[PATCH 5.10.y] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-09-25  8:47 UTC 

[PATCH 5.15.y] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-09-25  8:45 UTC 

[PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
 2025-09-25  8:35 UTC  (3+ messages)

[PATCH 6.1.y 0/2] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-09-25  8:23 UTC  (3+ messages)
  ` [PATCH 6.1.y 1/2] mm: migrate_device: use more folio "
  ` [PATCH 6.1.y 2/2] mm/migrate_device: don't add folio to be freed to LRU "

[PATCH 6.6.y 0/2] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-09-25  8:19 UTC  (3+ messages)
  ` [PATCH 6.6.y 1/2] mm: migrate_device: use more folio "
  ` [PATCH 6.6.y 2/2] mm/migrate_device: don't add folio to be freed to LRU "

[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
 2025-09-25  8:15 UTC  (11+ messages)
` [PATCH 01/10] blk-cgroup: use cgroup lock and rcu to protect iterating blkcg blkgs
` [PATCH 02/10] blk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()
` [PATCH 03/10] blk-cgroup: don't nest queu_lock under rcu in bio_associate_blkg()
` [PATCH 04/10] blk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()
` [PATCH 05/10] mm/page_io: don't nest queue_lock under rcu in bio_associate_blkg_from_page()
` [PATCH 06/10] block, bfq: don't grab queue_lock to initialize bfq
` [PATCH 07/10] blk-cgroup: convert to protect blkgs with blkcg_mutex
` [PATCH 08/10] blk-cgroup: remove radix_tree_preload()
` [PATCH 09/10] blk-cgroup: remove preallocate blkg for blkg_create()
` [PATCH 10/10] blk-throttle: fix possible deadlock due to queue_lock in timer

[PATCH -next] mm/ksm: Add missing IS_ERR_OR_NULL check for stable_tree_search()
 2025-09-25  8:02 UTC  (2+ messages)
` [PATCH] ksm: Fix potential NULL pointer dereference

[PATCH] ksm: Fix potential NULL pointer dereference
 2025-09-25  7:50 UTC  (2+ messages)

[PATCH 0/2] optimize the logic for handling dirty file folios during reclaim
 2025-09-25  7:37 UTC  (4+ messages)
` [PATCH 1/2] mm: vmscan: filter out the dirty file folios for node_reclaim()
` [PATCH 2/2] mm: vmscan: simplify the logic for activating dirty file folios

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-25  7:03 UTC  (8+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH v2 0/4] reparent the THP split queue
 2025-09-25  6:29 UTC  (6+ messages)
` [PATCH v2 4/4] mm: thp: reparent the split queue during memcg offline

[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-09-25  6:20 UTC  (11+ messages)

[PATCH] mm/swapfile.c: select the swap device with default priority round robin
 2025-09-25  6:18 UTC  (14+ messages)

[PATCH v7 00/16] mm: folio_zero_user: clear contiguous pages
 2025-09-25  6:08 UTC  (16+ messages)
` [PATCH v7 10/16] mm: define clear_pages(), clear_user_pages()
` [PATCH v7 11/16] mm/highmem: introduce clear_user_highpages()
` [PATCH v7 12/16] arm: mm: define clear_user_highpages()

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-25  5:26 UTC  (7+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges

[PATCH v2] mm/memblock: Correct totalram_pages accounting with KMSAN
 2025-09-25  5:25 UTC  (2+ messages)

[Question] About memory.c: process_huge_page
 2025-09-25  3:38 UTC  (3+ messages)

[syzbot] [bpf?] [net?] possible deadlock in xdp_umem_pin_pages
 2025-09-25  3:11 UTC 

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-25  2:50 UTC  (6+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v5 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-25  2:07 UTC  (11+ messages)
` [PATCH v5 04/23] mm/ksw: add build system support
` [PATCH v5 06/23] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v5 16/23] mm/ksw: add self-debug helpers
  ` [PATCH v5 17/23] mm/ksw: add test module

[PATCH] mm/memory-failure: not select MEMORY_ISOLATION
 2025-09-25  1:38 UTC  (2+ messages)

[RFC PATCH] driver: loop: introduce synchronized read for loop driver
 2025-09-25  1:14 UTC  (7+ messages)

[PATCH v1] mm: convert folio_page() back to a macro
 2025-09-25  1:01 UTC  (5+ messages)

[REGRESSION] workqueue/writeback: Severe CPU hang due to kworker proliferation during I/O flush and cgroup cleanup
 2025-09-25  0:52 UTC  (2+ messages)

[REGRESSION] workqueue/writeback: Severe CPU hang due to kworker proliferation during I/O flush and cgroup cleanup
 2025-09-25  0:29 UTC 

[PATCH RESEND v11 10/13] um: nommu: a work around for MMU dependency to PCI driver
 2025-09-24 23:27 UTC  (2+ messages)

[PATCH v2 0/4] mm/page_alloc: Batch callers of free_pcppages_bulk
 2025-09-24 23:09 UTC  (7+ messages)
` [PATCH v2 1/4] mm/page_alloc/vmstat: Simplify refresh_cpu_vm_stats change detection
` [PATCH v2 2/4] mm/page_alloc: Perform appropriate batching in drain_pages_zone
` [PATCH v2 3/4] mm/page_alloc: Batch page freeing in decay_pcp_high
` [PATCH v2 4/4] mm/page_alloc: Batch page freeing in free_frozen_page_commit

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-09-24 22:42 UTC  (18+ messages)

[Bug 220599] New: KSM performance degradation after Linux 6.16 update
 2025-09-24 22:03 UTC 

[PATCH v4 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-24 21:55 UTC  (5+ messages)
` [PATCH v4 09/15] mm/shmem, swap: remove redundant error handling for replacing folio
` [PATCH v4 14/15] mm, swap: implement dynamic allocation of swap table

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-09-24 21:41 UTC  (4+ messages)

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-24 20:23 UTC  (20+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once

[PATCH V2] mm: swap: check for stable address space before operating on the VMA
 2025-09-24 18:15 UTC  (2+ messages)

[syzbot] [mm?] WARNING in memory_failure
 2025-09-24 17:52 UTC  (7+ messages)

[PATCH 0/3] mm/page_owner: add options 'print_handle' and 'print_stack' for 'show_stacks'
 2025-09-24 17:40 UTC  (4+ messages)
` [PATCH 1/3] mm/page_owner: add option 'print_handle' "
` [PATCH 2/3] mm/page_owner: add option 'print_stack' "
` [PATCH 3/3] mm/page_owner: update Documentation with 'print_handle' and 'print_stack'

[PATCH v6 0/2] rust: zpool: add API for C and Rust
 2025-09-24 17:38 UTC  (9+ messages)
` [PATCH v6 2/2] rust: zpool: add abstraction for zpool drivers
` [syzbot ci] Re: rust: zpool: add API for C and Rust

[PATCHES][RFC] the meat of tree-in-dcache series
 2025-09-24 16:56 UTC  (4+ messages)
` [PATCH 01/39] new helper: simple_remove_by_name()
  ` [PATCH 08/39] configfs, securityfs: kill_litter_super() not needed

[DISCUSSION] Fixing bad pmd due to a race condition between change_prot_numa() and THP migration in pre-6.5 kernels
 2025-09-24 15:52 UTC  (6+ messages)

[PATCH v2 2/4] rseq: Run the mm_cid_compaction from rseq_handle_notify_resume()
 2025-09-24 15:22 UTC  (3+ messages)

[PATCH 00/21] mm: ASI direct map management
 2025-09-24 14:59 UTC  (2+ messages)
` [PATCH 09/21] mm/page_alloc: Invert is_check_pages_enabled() check

page:  |  | latest

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