linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-17 09:17:51 to 2026-09-17 21:56:25 UTC [more...]

[PATCH v6 00/10] kdump: reduce vmcore size and capture time
 2026-09-17 21:56 UTC  (3+ messages)
` [PATCH v6 07/10] of: reserved_mem: add dumpable flag to opt-in vmcore

[PATCH v8 00/10] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-09-17 21:44 UTC  (8+ messages)
` [PATCH v8 03/10] mm/vmalloc: use pte_set_huge()/pte_clear_huge() for PTE-level block mappings

[PATCH v8 12/12] Documentation: PCI: Add documentation for Live Update
 2026-09-17 21:39 UTC  (2+ messages)

[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-17 21:23 UTC  (42+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v3 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v3 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v3 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v3 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v3 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v3 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v3 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v3 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v3 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v3 27/40] mm: remove hugetlb_inline.h
` [PATCH v3 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v3 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v3 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v3 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v3 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v3 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v3 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v3 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v3 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v3 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v3 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v3 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v3 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v6 0/5] mm: Fix MF_DELAYED handling on memory failure
 2026-09-17 20:43 UTC  (6+ messages)
` [PATCH v6 1/5] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v6 2/5] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v6 3/5] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v6 4/5] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v6 5/5] mm: selftests: Add shmem into memory failure test

[PATCH v3 0/3] mm: implement and use vma_has_anon_rmap(), silence KCSAN
 2026-09-17 20:43 UTC  (6+ messages)
` [PATCH v3 1/3] mm/vma: const-ify vma_assert_stabilised() and associated functions
` [PATCH v3 2/3] mm: implement and use vma_has_anon_rmap(), silence KCSAN
` [PATCH v3 3/3] mm: update comments to refer to anon rmap rather than anon_vma

[RFC PATCH 0/3] mm, memcg: isolate deprecated v1 state from struct mem_cgroup
 2026-09-17 20:26 UTC  (2+ messages)

[PATCH v8 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
 2026-09-17 20:19 UTC  (2+ messages)

[PATCH v8 10/12] PCI: liveupdate: Freeze preservation status during shutdown
 2026-09-17 20:17 UTC  (2+ messages)

[PATCH v8 09/12] PCI: liveupdate: Adopt ARI Forwarding Enable on preserved bridges
 2026-09-17 19:47 UTC  (2+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2026-09-16
 2026-09-17 19:30 UTC  (4+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2026-09-17

[PATCH v3 0/4] Fix HugeTLB subpool used_hpages tracking
 2026-09-17 19:29 UTC  (2+ messages)

[PATCH v3 4/4] mm: hugetlb: Avoid re-allocating global reservations on region add failure
 2026-09-17 19:26 UTC  (2+ messages)

[PATCH slab/for-next-fixes] MAINTAINERS: update slab.git URL
 2026-09-17 18:47 UTC  (4+ messages)

[PATCH] docs/mm: describe set_memory() and set_direct_map() APIs
 2026-09-17 18:44 UTC  (2+ messages)

[PATCH V2 00/14] arm64/mm: Enable 128 bit page table entries
 2026-09-17 18:28 UTC  (5+ messages)
` [PATCH V2 06/14] arm64/mm: Enable fixmap with 5 level page table

[PATCH v3 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
 2026-09-17 18:15 UTC  (11+ messages)
` [PATCH v3 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH v3 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH v3 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH v3 5/6] mm/execmem: use VM_FLUSH_RESET_PERMS for ROX cache allocations
` [PATCH v3 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"

[PATCH] mm/damon: reject zero sampling interval
 2026-09-17 18:00 UTC  (3+ messages)

[PATCH v6 0/5] mm/page_counter: move stock from mem_cgroup to page_counter
 2026-09-17 17:57 UTC  (2+ messages)

[PATCH v2 0/4] sched/numa: stop VMA scan filters from gating promotion
 2026-09-17 17:49 UTC  (15+ messages)
` [PATCH v2 1/4] mm: support promotion-only NUMA hinting scans
` [PATCH v2 2/4] mm: allow shared folios to be promoted to a fast tier
` [PATCH v2 4/4] sched/numa: do not let VMA PID activity gate promotion

[PATCH v10 0/6] alloc_tag and module codetag section fixes
 2026-09-17 17:25 UTC  (3+ messages)
` [PATCH v10 3/6] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections

[RFC PATCH 0/4] mm: compaction: mTHP-friendly memory compaction
 2026-09-17 17:16 UTC  (3+ messages)
` [RFC PATCH 4/4] mm: adjust free_pages to make __zone_watermark_ok() mTHP-aware

[PATCH RESEND] mm/vmalloc: Use dedicated unbound workqueues for vmap drain
 2026-09-17 17:03 UTC  (3+ messages)

[akpm-mm:mm-new] BUILD REGRESSION 892f5b3b07e5b07f2f29c87750ff94fa58dcab73
 2026-09-17 16:57 UTC  (3+ messages)

[SLUB] nfs_page cmpxchg_double_fail and perf lock perturbation on dual-socket NFS/RDMA
 2026-09-17 16:25 UTC  (5+ messages)

[PATCH 1/1] mm/huge_memory: disallow raw PMD mappings of the huge zero page
 2026-09-17 16:03 UTC  (5+ messages)

[RFC/Discussion] mm/damon: Implementation for paused kdamond
 2026-09-17 15:31 UTC  (2+ messages)

[PATCH v2 1/1] mm/huge_memory: simplify pgtable deposit detection
 2026-09-17 15:29 UTC  (4+ messages)

[PATCH 7.2 085/733] netfs: Fix readahead synchronisation issues by loading all folios upfront
 2026-09-17 15:06 UTC  (2+ messages)
` [PATCH 7.2 086/733] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs

[PATCH 00/10] mm/damon: improve readability, clarity and test coverage
 2026-09-17 14:44 UTC  (15+ messages)
` [PATCH 01/10] mm/damon/api: remove NR_DAMOS_FILTER_TYPES
` [PATCH 02/10] mm/damon/core: use abs_diff() in damon_feed_loop_next_input()
` [PATCH 03/10] mm/damon/core: use mult_frac() "
` [PATCH 04/10] mm/damon/core: set damon_ctx->walk_control_obsolete in damon_new_ctx()
` [PATCH 05/10] mm/damon/core: document damon_call()/damon_start() race hang issue
` [PATCH 06/10] mm/damon/paddr: remove pa parameter from damon_pa_filter_pass()
` [PATCH 07/10] mm/damon/tests/core-kunit: test eligible_mem_bp commitment
` [PATCH 08/10] mm/damon/tests/core-kunit: add probe_hits_wsum damos filter commit test
` [PATCH 09/10] selftests/damon/sysfs_memcg_path_leak: fail only for real DAMON leak
` [PATCH 10/10] Docs/mm/damon/design: clarify bp is basis point

[PATCH v1 0/2] x86/vmware: Share steal-time storage in encrypted guests
 2026-09-17 14:11 UTC  (4+ messages)

[PATCH v3] mm: remove min_free_kbytes adjustment for THP
 2026-09-17 13:49 UTC  (6+ messages)

[PATCH 0/3] kmemleak: fix stale documentation and raise the verbose default
 2026-09-17 13:47 UTC  (4+ messages)
` [PATCH 1/3] Documentation: kmemleak: describe the metadata pool, not the early log
` [PATCH 2/3] Documentation: kmemleak: fix stale statements about scanning
` [PATCH 3/3] mm: kmemleak: raise min_unref_scans to 3 for verbose auto-scan

[PATCH] mm/vmscan: avoid false-positive -Wuninitialized warning, again
 2026-09-17 13:44 UTC  (8+ messages)

[PATCH v3 RESEND 0/4] PM: hibernate: encrypted snapshots under lockdown
 2026-09-17 13:29 UTC  (5+ messages)
` [PATCH v3 RESEND 1/4] PM: hibernate: add seed-wrapped encrypted snapshots
` [PATCH v3 RESEND 2/4] PM: hibernate: confine encrypted snapshot writes
` [PATCH v3 RESEND 3/4] PM: hibernate: permit encrypted snapshot device under lockdown
` [PATCH v3 RESEND 4/4] PM: hibernate: document encrypted snapshot seed ABI

[PATCH v3 0/4] PM: hibernate: encrypted snapshots under lockdown
 2026-09-17 13:26 UTC  (5+ messages)
` [PATCH v3 1/4] PM: hibernate: add seed-wrapped encrypted snapshots
` [PATCH v3 2/4] PM: hibernate: confine encrypted snapshot writes
` [PATCH v3 3/4] PM: hibernate: permit encrypted snapshot device under lockdown
` [PATCH v3 4/4] PM: hibernate: document encrypted snapshot seed ABI

[PATCH v3 00/14] mm, swap: extendable swap devices (xswap)
 2026-09-17 13:17 UTC  (5+ messages)

[PATCH v5 0/9] mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-09-17 13:01 UTC  (6+ messages)
` [PATCH v5 7/9] drivers/base/memory: count inherited poisoned frames into the block

[PATCH v3 0/3] mm/truncate: fix data loss when truncating straddling large folios
 2026-09-17 12:32 UTC  (11+ messages)
` [PATCH v3 1/3] mm/truncate: fix data loss when splitting straddling large folios fails
` [PATCH v3 2/3] mm/truncate: align truncation boundaries to mapping minimum folio order

[PATCH 0/4] file: simplify and harden cleanup handling
 2026-09-17 12:29 UTC  (5+ messages)
` [PATCH 2/4] file: declare the FD_PREPARE() variable with __cleanup() directly
` [PATCH 4/4] file: make struct fd_prepare const and kill its err field

[PATCH v3 00/12] mm/collapse: separate a collapse from its callers
 2026-09-17 12:26 UTC  (3+ messages)

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-17 11:40 UTC  (5+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get

[PATCH 0/2] mm/mempolicy: stop copying state in the interleave paths
 2026-09-17 11:33 UTC  (6+ messages)
` [PATCH 2/2] mm/mempolicy: stop copying the nodemask "

[PATCH 0/9] selftests/mm: improve mremap_test
 2026-09-17 11:19 UTC  (10+ messages)
` [PATCH 1/9] selftests/mm: mremap_test: use kselftest helpers
` [PATCH 2/9] selftests/mm: mremap_test: skip test when userfaultfd is unavailable
` [PATCH 3/9] selftests/mm: mremap_test: fail unexpected mremap successes
` [PATCH 4/9] selftests/mm: mremap_test: correct multiple VMA range size
` [PATCH 5/9] selftests/mm: mremap_test: fail on data corruption
` [PATCH 6/9] selftests/mm: mremap_test: replace random data with deterministic pattern
` [PATCH 7/9] selftests/mm: mremap_test: remove perf tests and timing
` [PATCH 8/9] selftests/mm: mremap_test: remove validation threshold
` [PATCH 9/9] selftests/mm: mremap_test: strengthen multi VMA validation

[PATCH v5 3/9] mm/memory-failure: libstub: install the poisoned-memory EFI table
 2026-09-17 10:53 UTC  (3+ messages)

[PATCH 1/1] liveupdate: kho: calculate per-node scratch sizes before allocation
 2026-09-17 10:30 UTC  (3+ messages)

[RFC PATCH] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
 2026-09-17 10:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/1] mm/memory: constrain generic_access_phys() to page boundary
 2026-09-17 10:22 UTC  (2+ messages)

[PATCH 0/2] mm/hugetlb_cgroup: move the per-node usage along with the folio
 2026-09-17 10:17 UTC  (6+ messages)
` [PATCH 1/2] mm/hugetlb_cgroup: move per-node usage on cross node migration

[PATCH] mm/hugetlb: account for allowed nodes when gathering surplus pages
 2026-09-17 10:04 UTC  (3+ messages)

[PATCH 0/4] mm/ksm: use per-VMA locking for find_mergeable_vma()
 2026-09-17  9:59 UTC  (2+ messages)

[PATCH 0/5 v2] fs: Deferred inode reclaim
 2026-09-17  9:56 UTC  (2+ messages)

[PATCH v2] mm: implement and use vma_anon_tracked(), silence KCSAN
 2026-09-17  9:48 UTC  (5+ messages)

[PATCH 0/2] init, hugetlb: fix early parameter ordering
 2026-09-17  9:45 UTC  (6+ messages)

[PATCH 0/2] memblock: Remove unused exact nid allocation API
 2026-09-17  9:44 UTC  (2+ messages)

[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
 2026-09-17  9:42 UTC  (7+ messages)
` [RFC PATCH 1/2] mm/slub: make the case handling in __slab_free() easier to follow
  ` [RFC PATCH 2/2] mm/slub: introduce slab parking to reduce list_lock contention

[PATCH v2 0/7] coredump & signals: an impossible affair
 2026-09-17  9:17 UTC  (8+ messages)
` [PATCH v2 1/7] fork: refuse new threads while a coredump or an exec is in progress
` [PATCH v2 2/7] coredump: hold RCU while releasing parked threads
` [PATCH v2 3/7] signal: only SIGKILL and the freezers interrupt a coredumping task
` [PATCH v2 4/7] coredump: parse a snapshot of core_pattern
` [PATCH v2 5/7] io-wq: order the exit bit against worker creation task work
` [PATCH v2 6/7] signal: don't retarget shared signals in a dying thread group
` [PATCH v2 7/7] selftests/coredump: test shared signal retargeting during a dump


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