linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-02-06 23:56 UTC  (7+ messages)
` [PATCH 1/4] Introducing qpw_lock() and per-cpu queue & flush work
` [PATCH 2/4] mm/swap: move bh draining into a separate workqueue
` [PATCH 3/4] swap: apply new queue_percpu_work_on() interface
` [PATCH 4/4] slub: "

[PATCH v4 24/31] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
 2026-02-06 23:34 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
 2026-02-06 23:28 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-06 23:14 UTC  (4+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator

[GIT PULL] slab fix for 6.19-rc8
 2026-02-06 23:09 UTC  (2+ messages)

[GIT PULL] more hotfixes against 6.19-rc8
 2026-02-06 23:09 UTC  (2+ messages)

[PATCH v8 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-06 23:08 UTC  (8+ messages)
` [PATCH v8 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v8 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v8 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v8 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v8 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v8 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH] mm/page_alloc: clear page->private in split_page() for tail pages
 2026-02-06 23:06 UTC  (11+ messages)

[RFC PATCH v1 0/4] Machine Learning (ML) library in Linux kernel
 2026-02-06 22:59 UTC  (6+ messages)
` [RFC PATCH v1 1/4] ml-lib: Introduce Machine Learning (ML) library declarations
` [RFC PATCH v1 2/4] ml-lib: Implement PoC of Machine Learning (ML) library functionality
` [RFC PATCH v1 3/4] ml-lib: Implement simple testing character device driver
` [RFC PATCH v1 4/4] ml-lib: Implement simple user-space testing application

[PATCH v2 0/2] mm: zswap: add per-memcg stat for incompressible pages
 2026-02-06 22:50 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/cgroup: add test for zswap "

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-02-06 22:47 UTC  (3+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim

[PATCH v11 8/8] mm: folio_zero_user: cache neighbouring pages
 2026-02-06 22:38 UTC  (9+ messages)
` [PATCH v2] mm: folio_zero_user: open code range computation in folio_zero_user()
` [PATCH v3] "

[PATCH v2 0/2] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-02-06 22:06 UTC  (5+ messages)
` [PATCH v2 1/2] tools/nolibc: add ftruncate()
` [PATCH v2 2/2] selftests/liveupdate: add end to end test infrastructure and scripts

[PATCH v2 00/11] rust: xarray: add entry API with preloading
 2026-02-06 21:43 UTC  (13+ messages)
` [PATCH v2 01/11] rust: xarray: minor formatting fixes
` [PATCH v2 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v2 03/11] rust: xarray: add `contains_index` method
` [PATCH v2 04/11] rust: xarray: add `XArrayState`
` [PATCH v2 05/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v2 06/11] rust: xarray: simplify `Guard::load`
` [PATCH v2 07/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v2 08/11] rust: xarray: add entry API
` [PATCH v2 09/11] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v2 10/11] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v2 11/11] rust: xarray: add preload API

KASAN vs realloc
 2026-02-06 21:26 UTC  (11+ messages)

[Bug 221055] New: Hibernate image write 10x slower since commit 0ff67f990bd4 ("mm, swap: remove swap slot cache")
 2026-02-06 20:11 UTC 

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-06 20:09 UTC  (9+ messages)
` [RFC PATCH 1/7] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr
` [RFC PATCH 2/7] mm: use rcu_ptr instead of rcu_head
` [RFC PATCH 3/7] mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()
` [RFC PATCH 4/7] mm/slab: free a bit in enum objexts_flags
` [RFC PATCH 5/7] mm/slab: move kfree_rcu_cpu[_work] definitions
` [RFC PATCH 6/7] mm/slab: introduce kfree_rcu_nolock()
` [RFC PATCH 7/7] mm/slab: make kfree_rcu_nolock() work with sheaves

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-06 20:01 UTC  (15+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users to use vma_flags_t
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only

[PATCH] mm: map maximum pages possible in finish_fault
 2026-02-06 19:27 UTC  (3+ messages)
` [syzbot ci] "

[PATCH 0/2] mm/slab: fix lockdep warnings with kmalloc_nolock()
 2026-02-06 19:22 UTC  (8+ messages)
` [PATCH 1/2] mm/slab: skip get_from_any_partial() if !allow_spin
` [PATCH 2/2] mm/slab: use prandom "

ksm: initialize rmap values directly and make them const
 2026-02-06 18:57 UTC  (10+ messages)

[PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
 2026-02-06 18:52 UTC  (4+ messages)
` [PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
  ` [PATCH v9 2/2] mm/vmscan: select the closest perferred node in demote_folio_list()

[PATCH v7 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-06 17:48 UTC  (10+ messages)
` [PATCH v7 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v7 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v7 6/6] x86/vdso: Enable sframe generation in VDSO

[LSF/MM/BPF TOPIC] HugeTLB file preservation across live update
 2026-02-06 17:48 UTC 

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-02-06 17:44 UTC  (4+ messages)
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-02-06 17:42 UTC  (8+ messages)

[PATCH] mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCK
 2026-02-06 17:34 UTC  (4+ messages)

[syzbot] [cgroups?] [mm?] KASAN: wild-memory-access Read in lookup_swap_cgroup_id (2)
 2026-02-06 17:30 UTC  (3+ messages)

[PATCH] mm/memory-failure: reject unsupported non-folio compound page
 2026-02-06 17:04 UTC  (2+ messages)

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-02-06 16:44 UTC  (7+ messages)

[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
 2026-02-06 16:32 UTC  (19+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "

[PATCH v4 0/3] Only free healthy pages in high-order has_hwpoisoned folio
 2026-02-06 16:16 UTC  (2+ messages)

[PATCH v2 0/2] KSM: Optimizations for rmap_walk_ksm
 2026-02-06 16:15 UTC  (7+ messages)
` [PATCH v2 1/2] ksm: Initialize the addr only once in rmap_walk_ksm
` [PATCH v2 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range

[PATCH] mm: make ref_unless functions unless_zero only
 2026-02-06 15:46 UTC  (3+ messages)

[PATCH RFC 00/12] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-02-06 15:09 UTC  (9+ messages)
` [PATCH RFC 03/12] genirq: Implement dynamic migration for Managed IRQs
` [PATCH RFC 08/12] kcompactd: Add housekeeping notifier for dynamic mask update
` [PATCH RFC 09/12] sched/isolation: Separate housekeeping types and add sysfs interface
` [PATCH RFC 10/12] tick/nohz: Implement dynamic nohz_full state update
` [PATCH RFC 11/12] sched/isolation: Implement SMT sibling auto-isolation and safety check
` [PATCH RFC 12/12] sched/isolation: Bridge isolcpus and support runtime tick offload init

[bug report] io_uring: add task fork hook
 2026-02-06 14:28 UTC  (2+ messages)

[PATCH] mm/memory hotplug: Fix zone->contiguous always false when hotplug
 2026-02-06 14:08 UTC  (3+ messages)

[PATCH v9] mm/memory hotplug: Fix zone->contiguous always false when hotplug
 2026-02-06 13:56 UTC  (3+ messages)

[PATCH v3 0/8] drm/amdkfd: Add batch userptr allocation support
 2026-02-06 13:56 UTC  (2+ messages)

[PATCH mm-new v6 0/5] Improve khugepaged scan logic
 2026-02-06 13:52 UTC  (13+ messages)
` [PATCH mm-new v6 2/5] mm: khugepaged: refine scan progress number

[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
 2026-02-06 13:33 UTC  (8+ messages)
` [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config

[RFC PATCH 0/2] mm: improve folio refcount scalability
 2026-02-06 13:16 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: make ref_unless functions unless_zero only

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-02-06 13:08 UTC  (2+ messages)

[PATCH v5 00/13] Remove device private pages from physical address space
 2026-02-06 13:06 UTC  (2+ messages)

[BUG] rcu detected stall in shmem_file_write_iter
 2026-02-06 12:16 UTC  (3+ messages)
    ` 回复: "

[PATCH v3] arm64: mm: fix pass user prot to ioremap_prot in generic_access_phys
 2026-02-06 12:08 UTC  (9+ messages)

[PATCH v4 0/2] SEV-SNP Unaccepted Memory Hotplug
 2026-02-06 12:03 UTC  (9+ messages)
` [PATCH v4 1/2] mm/memory_hotplug: Add support to accept memory during hot-add

[PATCH] slub: let need_slab_obj_exts() return false if SLAB_NO_OBJ_EXT is set
 2026-02-06 11:35 UTC  (7+ messages)

[PATCH v14 00/26] zswap compression batching with optimized iaa_crypto driver
 2026-02-06 10:49 UTC  (5+ messages)
` [PATCH v14 02/26] crypto: iaa - Replace sprintf with sysfs_emit in sysfs show functions
` [PATCH v14 12/26] crypto: iaa - Rearchitect iaa_crypto to have clean interfaces with crypto_acomp

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-06 10:42 UTC  (16+ messages)
` [PATCHv6 11/17] mm/hugetlb: Remove fake head pages
` [PATCHv6 12/17] mm: Drop fake head checks
` [PATCHv6 13/17] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv6 14/17] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv6 15/17] mm: Remove the branch from compound_head()
` [PATCHv6 16/17] hugetlb: Update vmemmap_dedup.rst
` [PATCHv6 17/17] mm/slab: Use compound_head() in page_slab()

[PATCH] mm: Fix memblock_free_late() when using deferred struct page
 2026-02-06 10:33 UTC  (6+ messages)

[linux-next:master] [mm/rmap] bfc2b13b05: stress-ng.daemon.ops_per_sec 14.0% improvement
 2026-02-06 10:03 UTC 

[PATCH v2 0/2] KSM: Optimizations for rmap_walk_ksm
 2026-02-06  9:55 UTC 

[stable-6.6.y] mm: khugepaged refuses to freeze
 2026-02-06  9:00 UTC  (8+ messages)

[linux-next:master] [mm/page_alloc] 6698721815: vm-scalability.throughput 16.9% improvement
 2026-02-06  8:43 UTC 

[PATCH 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-02-06  7:14 UTC  (2+ messages)
` [Reproducer]: "

page:  |  | latest

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