linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
 2025-10-08  4:25 UTC  (11+ messages)
` [PATCH v9 mm-new 03/11] mm: thp: add support for "
` [PATCH v9 mm-new 07/11] bpf: mark vma->vm_mm as __safe_trusted_or_null

[PATCH v4 0/2] slab: Introduce kmalloc_obj() and family
 2025-10-08  4:20 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH mm-new v3 1/1] mm/khugepaged: abort collapse scan on non-swap entries
 2025-10-08  3:26 UTC 

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-08  3:18 UTC  (18+ messages)
` [PATCH v4 02/30] kho: make debugfs interface optional
` [PATCH v4 03/30] kho: drop notifiers

[PATCH v4] mm: redefine VM_* flag constants with BIT()
 2025-10-08  2:36 UTC  (4+ messages)
` [PATCH] mm: use enum for vm_flags

[PATCH 0/2] mm/compaction: some fix for the range passed to pageblock_pfn_to_page()
 2025-10-08  2:32 UTC  (3+ messages)

[PATCH v1 00/14] mm: BPF OOM
 2025-10-08  2:15 UTC  (18+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[PATCH v3] mm: readahead: make thp readahead conditional to mmap_miss logic
 2025-10-08  2:07 UTC  (7+ messages)

[PATCH mm-new v2 1/1] mm/khugepaged: abort collapse scan on non-swap entries
 2025-10-08  1:37 UTC  (9+ messages)

[Patch v2] mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()
 2025-10-08  1:20 UTC  (10+ messages)

[PATCH 0/4] mm, swap: misc cleanup and bugfix
 2025-10-08  1:20 UTC  (12+ messages)
` [PATCH 1/4] mm, swap: do not perform synchronous discard during allocation
` [PATCH 2/4] mm, swap: rename helper for setup bad slots
` [PATCH 3/4] mm, swap: cleanup swap entry allocation parameter
` [PATCH 4/4] mm/migrate, swap: drop usage of folio_index

[RFC PATCH 03/11] mm/damon/core: implement DAMOS_QUOTA_NODE_MEMCG_USED_BP
 2025-10-08  0:00 UTC  (2+ messages)

[PATCH 0/4] mm/zswap: misc cleanup of code and documentations
 2025-10-07 23:42 UTC  (9+ messages)
` [PATCH 1/4] mm/zswap: remove unnecessary dlen writes for incompressible pages
` [PATCH 2/4] mm/zswap: fix typos: s/zwap/zswap/
` [PATCH 3/4] mm/zswap: s/red-black tree/xarray/
` [PATCH 4/4] Docs/admin-guide/mm/zswap: "

Optimizing small reads
 2025-10-07 23:30 UTC  (14+ messages)

[PATCH] mm/hugetlb: allow overcommitting gigantic hugepages
 2025-10-07 22:52 UTC  (3+ messages)

[PATCH] Revert "mm, hugetlb: remove hugepages_treat_as_movable sysctl"
 2025-10-07 22:12 UTC  (3+ messages)

[PATCH v4 00/10] __vmalloc()/kvmalloc() and no-block support(v4)
 2025-10-07 21:31 UTC  (13+ messages)
` [PATCH v4 01/10] lib/test_vmalloc: add no_block_alloc_test case
` [PATCH v4 02/10] lib/test_vmalloc: Remove xfail condition check
` [PATCH v4 03/10] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [PATCH v4 04/10] mm/vmalloc: Defer freeing partly initialized vm_struct
` [PATCH v4 05/10] mm/vmalloc: Handle non-blocking GFP in __vmalloc_area_node()
` [PATCH v4 06/10] mm/kasan: Support non-blocking GFP in kasan_populate_vmalloc()
` [PATCH v4 07/10] kmsan: Remove hard-coded GFP_KERNEL flags
` [PATCH v4 08/10] mm: Skip might_alloc() warnings when PF_MEMALLOC is set
` [PATCH v4 09/10] mm/vmalloc: Update __vmalloc_node_range() documentation
` [PATCH v4 10/10] mm: kvmalloc: Add non-blocking support for vmalloc

[syzbot] [fuse?] possible deadlock in __folio_end_writeback
 2025-10-07 21:19 UTC 

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-07 20:43 UTC  (5+ messages)
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation

[PATCH v3 0/4] mm/userfaultfd: modulize memory types
 2025-10-07 20:40 UTC  (22+ messages)
` [PATCH v3 1/4] mm: Introduce vm_uffd_ops API

[PATCH 0/4] Support dynamic (de)configuration of memory
 2025-10-07 20:07 UTC  (10+ messages)
` [PATCH 2/4] s390/sclp: Add support for "
` [PATCH 3/4] s390/sclp: Remove MHP_OFFLINE_INACCESSIBLE

[PATCH v5] memcg: expose socket memory pressure in a cgroup
 2025-10-07 20:01 UTC  (2+ messages)

[PATCH v2] mm: skip folio_activate() for mlocked folios
 2025-10-07 19:53 UTC  (3+ messages)

[PATCH] slub: Don't call lockdep_unregister_key() for immature kmem_cache
 2025-10-07 18:07 UTC  (4+ messages)

[PATCH v4 0/4] reparent the THP split queue
 2025-10-07 17:56 UTC  (5+ messages)
` [PATCH v4 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH v4 4/4] mm: thp: reparent the split queue during memcg offline

[PATCH] mm/page-writeback: Consolidate wb_thresh bumping logic into __wb_calc_thresh
 2025-10-07 16:17 UTC  (2+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2025-10-07 13:58 UTC  (4+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[bug report] bad error return in walk_hugetlb_range()
 2025-10-07 11:41 UTC  (3+ messages)

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-10-07 11:12 UTC  (2+ messages)

[PATCH v1] fsnotify: Pass correct offset to fsnotify_mmap_perm()
 2025-10-07 11:08 UTC  (9+ messages)

[PATCH linux-next v2 0/2] ksm: fix exec/fork inheritance
 2025-10-07 10:29 UTC  (3+ messages)
` [PATCH linux-next v2 1/2] mm/ksm: fix exec/fork inheritance support for prctl
` [PATCH linux-next v2 2/2] selftests: update ksm inheritation tests for prctl fork/exec

[PATCH] mm: Replace READ_ONCE() with standard page table accessors
 2025-10-07  9:53 UTC  (5+ messages)

[PATCH v3 00/10] __vmalloc()/kvmalloc() and no-block support(v3)
 2025-10-07  9:53 UTC  (8+ messages)
` [PATCH v3 09/10] mm/vmalloc: Update __vmalloc_node_range() documentation

[PATCH mm-new v2 0/3] mm/khugepaged: refactor and merge PTE scanning logic
 2025-10-07  8:32 UTC  (8+ messages)
` [PATCH mm-new v2 1/3] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
` [PATCH mm-new v2 2/3] mm/khugepaged: use VM_WARN_ON_FOLIO instead of VM_BUG_ON_FOLIO for non-anon folios
` [PATCH mm-new v2 3/3] mm/khugepaged: merge PTE scanning logic into a new helper

[PATCH v8 00/23] SLUB percpu sheaves
 2025-10-07  8:03 UTC  (3+ messages)

[RFC] mm/migrate: make sure folio_unlock() before folio_wait_writeback()
 2025-10-07  7:53 UTC  (7+ messages)

[linux-next:master 13069/13300] error[E0425]: cannot find value `VM_MERGEABLE` in crate `bindings`
 2025-10-07  7:15 UTC  (9+ messages)

[PATCH v7 00/16] mm: folio_zero_user: clear contiguous pages
 2025-10-07  6:43 UTC  (14+ messages)
` [PATCH v7 12/16] arm: mm: define clear_user_highpages()
` [PATCH v7 13/16] mm: memory: support clearing page ranges

[PATCH 0/2] (no cover subject)
 2025-10-07  4:23 UTC  (6+ messages)
` [PATCH 2/2] mm/numa_emulation: Move the size calculation in split_nodes_interleave() to a separate function

[PATCH v1] mm: Consistently use current->mm in mm_get_unmapped_area()
 2025-10-07  3:51 UTC  (2+ messages)

[PATCH v5 0/7] liveupdate: Rework KHO for in-kernel users
 2025-10-07  3:31 UTC  (8+ messages)
` [PATCH v5 1/7] kho: allow to drive kho from within kernel
` [PATCH v5 2/7] kho: make debugfs interface optional
` [PATCH v5 3/7] kho: drop notifiers
` [PATCH v5 4/7] kho: add interfaces to unpreserve folios and page ranes
` [PATCH v5 5/7] kho: don't unpreserve memory during abort
` [PATCH v5 6/7] liveupdate: kho: move to kernel/liveupdate
` [PATCH v5 7/7] kho: move kho debugfs directory to liveupdate

[PATCH v1 0/3] Make KHO Stateless
 2025-10-06 22:50 UTC  (5+ messages)
` [PATCH v1 1/3] kho: Adopt KHO radix tree data structures

[PATCH 1/2] mm: always call rmap_walk() on locked folios
 2025-10-06 20:50 UTC  (13+ messages)

[PATCH net v2] page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
 2025-10-06 20:34 UTC  (2+ messages)

[PATCH] memcg: introduce kfuncs for fetching memcg stats
 2025-10-06 20:33 UTC  (4+ messages)

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-10-06 20:15 UTC  (6+ messages)

[PATCH v2] mm/vmscan: Remove redundant __GFP_NOWARN
 2025-10-06 19:46 UTC  (2+ messages)

[PATCH v5 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-10-06 19:44 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix svm_bo and vram page refcount
 2025-10-06 18:35 UTC  (4+ messages)

[PATCH v2] mm: readahead: make thp readahead conditional to mmap_miss logic
 2025-10-06 17:44 UTC  (3+ messages)

[PATCH v3 00/10] drm: Reduce page tables overhead with THP
 2025-10-06 16:01 UTC  (3+ messages)
` [PATCH v3 01/10] drm/shmem-helper: Add huge page fault handler

[RFC] [PATCH] mm/page_alloc: pcp->batch tuning
 2025-10-06 14:54 UTC 

page:  |  | latest

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