linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[linux-next:master 13069/13300] error[E0425]: cannot find value `VM_MERGEABLE` in crate `bindings`
 2025-10-07  7:07 UTC  (8+ messages)

[RFC] mm/migrate: make sure folio_unlock() before folio_wait_writeback()
 2025-10-07  7:04 UTC  (6+ 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 v8 00/23] SLUB percpu sheaves
 2025-10-07  6:34 UTC  (2+ messages)

[PATCH] mm: Replace READ_ONCE() with standard page table accessors
 2025-10-07  6:31 UTC 

[PATCH mm-new v2 0/3] mm/khugepaged: refactor and merge PTE scanning logic
 2025-10-07  6:28 UTC  (7+ 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] slub: Don't call lockdep_unregister_key() for immature kmem_cache
 2025-10-07  5:25 UTC 

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

[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 v2] mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()
 2025-10-07  4:06 UTC  (3+ messages)

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

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

[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 00/14] mm: BPF OOM
 2025-10-07  2:25 UTC  (16+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[PATCH v4 0/2] slab: Introduce kmalloc_obj() and family
 2025-10-07  2:07 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v4 0/4] reparent the THP split queue
 2025-10-06 23:16 UTC  (6+ 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 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 v9 mm-new 00/11] mm, bpf: BPF based THP order selection
 2025-10-06 21:06 UTC  (3+ messages)
` [PATCH v9 mm-new 07/11] bpf: mark vma->vm_mm as __safe_trusted_or_null

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-10-06 20:50 UTC  (14+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios

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

[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 0/4] mm, swap: misc cleanup and bugfix
 2025-10-06 20:07 UTC  (6+ 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

[PATCH v2] mm/vmscan: Remove redundant __GFP_NOWARN
 2025-10-06 19:46 UTC  (4+ 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] mm/hugetlb: allow overcommitting gigantic hugepages
 2025-10-06 18:56 UTC 

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

Optimizing small reads
 2025-10-06 18:14 UTC  (10+ messages)

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-06 18:02 UTC  (19+ messages)
` [PATCH v4 02/30] kho: make debugfs interface optional
` [PATCH v4 03/30] kho: drop notifiers
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test

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

[PATCH v3 00/10] drm: Reduce page tables overhead with THP
 2025-10-06 16:01 UTC  (23+ messages)
` [PATCH v3 01/10] drm/shmem-helper: Add huge page fault handler
` [PATCH v3 02/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v3 03/10] drm/gem: Add huge tmpfs mount point helper
` [PATCH v3 04/10] drm/i915: Use "
` [PATCH v3 05/10] drm/v3d: "
` [PATCH v3 06/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v3 07/10] drm/panthor: Introduce huge tmpfs mount point option
` [PATCH v3 08/10] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v3 09/10] drm/panfrost: Introduce huge tmpfs mount point option
` [PATCH v3 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH v1] fsnotify: Pass correct offset to fsnotify_mmap_perm()
 2025-10-06 15:16 UTC  (8+ messages)

[PATCH mm-new v2 1/1] mm/khugepaged: abort collapse scan on non-swap entries
 2025-10-06 15:02 UTC  (7+ messages)

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

[PATCH v3] hugetlbfs: skip PMD unsharing when shareable lock unavailable
 2025-10-06 14:13 UTC 

[PATCH v3] hugetlbfs: skip PMD unsharing when shareable lock unavailable
 2025-10-06 13:28 UTC  (3+ messages)

[PATCH v2] mm: skip folio_activate() for mlocked folios
 2025-10-06 13:25 UTC 

[PATCH v3 00/10] __vmalloc()/kvmalloc() and no-block support(v3)
 2025-10-06 13:17 UTC  (10+ messages)
` [PATCH v3 08/10] mm: Skip might_alloc() warnings when PF_MEMALLOC is set
` [PATCH v3 09/10] mm/vmalloc: Update __vmalloc_node_range() documentation
` [PATCH v3 10/10] mm: kvmalloc: Add non-blocking support for vmalloc

[PATCH] mm: skip folio_activate() for mlocked folios
 2025-10-06 13:13 UTC  (6+ messages)

[PATCH v3] hugetlbfs: skip PMD unsharing when shareable lock unavailable
 2025-10-06 12:27 UTC  (2+ messages)

[PATCH] mm/dirty: Replace READ_ONCE() with pudp_get()
 2025-10-06 12:12 UTC  (8+ messages)

[syzbot] [fs?] [mm?] WARNING in path_noexec (2)
 2025-10-06 10:47 UTC  (3+ messages)

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-10-06 10:37 UTC  (10+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
 2025-10-06  9:53 UTC  (11+ messages)
` [RFC PATCH v2 3/8] mm: Hot page tracking and promotion
` [RFC PATCH v2 4/8] x86: ibs: In-kernel IBS driver for memory access profiling
` [RFC PATCH v2 8/8] mm: sched: Move hot page promotion from NUMAB=2 to kpromoted

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

[DISCUSSION] Fixing bad pmd due to a race condition between change_prot_numa() and THP migration in pre-6.5 kernels
 2025-10-06  8:18 UTC  (8+ messages)

[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
 2025-10-06  6:48 UTC  (5+ messages)
` [PATCH 08/10] blk-cgroup: remove radix_tree_preload()

[PATCH] mm/vmscan: Remove redundant __GFP_NOWARN
 2025-10-06  1:39 UTC  (3+ messages)

[GIT PULL] additional MM updates for 6.18-rc1
 2025-10-05 19:45 UTC  (2+ messages)

[Hypervisor Live Update] Notes from September 22, 2025
 2025-10-05  4:49 UTC 

[PATCH] mm/khugepaged: use map_anon_folio_pmd() in collapse_huge_page()
 2025-10-05  2:55 UTC  (6+ messages)

[PATCH mm-new 0/2] mm/khugepaged: refactor and merge PTE scanning logic
 2025-10-05  2:44 UTC  (16+ messages)
` [PATCH mm-new 1/2] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
` [PATCH mm-new 2/2] mm/khugepaged: merge PTE scanning logic into a new helper

[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
 2025-10-04 21:47 UTC 

[GIT PULL] mm/mm_init: simplify deferred initialization of struct pages
 2025-10-04 18:20 UTC  (2+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-04 16:39 UTC  (3+ messages)
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb

[PATCH 0/8] drm: Optimize page tables overhead with THP
 2025-10-04  9:39 UTC  (6+ messages)
` [PATCH 6/8] drm/panthor: Introduce huge tmpfs mount point option

[PATCH v2 2/4] mm/page_alloc: Perform appropriate batching in drain_pages_zone
 2025-10-04  9:03 UTC  (3+ messages)

[linus:master] [maple_tree] 9b60811cb3: will-it-scale.per_process_ops 24.7% regression
 2025-10-04  7:17 UTC 

[linus:master] [maple_tree] 59faa4da7c: will-it-scale.per_process_ops 20.4% regression
 2025-10-04  7:06 UTC 

[bug report] bad error return in walk_hugetlb_range()
 2025-10-04  6:22 UTC 

[Patch v2] mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()
 2025-10-04  2:37 UTC  (6+ messages)

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2025-10-01 11:29 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