linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-15 10:31:58 to 2025-07-16 08:01:42 UTC [more...]

[PATCH v2 0/5] add static PMD zero page support
 2025-07-16  8:01 UTC  (31+ messages)
` [PATCH v2 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH v2 2/5] huge_memory: add huge_zero_page_shrinker_(init|exit) function
` [PATCH v2 3/5] mm: add static PMD zero page
` [PATCH v2 4/5] mm: add largest_zero_folio() routine
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

[linux-next:master] [vmscan] a7694ff11a: kernel-selftests.kvm.access_tracking_perf_test.fail
 2025-07-16  7:54 UTC 

[PATCH] x86/Kconfig: enable ROX cache in execmem when STRICT_KERNEL_RWX is set
 2025-07-16  7:54 UTC 

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-07-16  7:33 UTC  (7+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling

[PATCH v5 0/8] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-07-16  7:14 UTC  (8+ messages)
` [PATCH v5 4/8] mm/shmem, swap: tidy up swap entry splitting
` [PATCH v5 6/8] mm/shmem, swap: simplify swapin path and result handling

[PATCH 0/3] rust: allocator: Vmalloc: Support alignments larger than PAGE_SIZE
 2025-07-16  7:02 UTC  (6+ messages)
` [PATCH 1/3] vmalloc: Add vrealloc_align to support allocation of aligned vmap pages
` [PATCH 3/3] rust: add a sample allocator usage

[PATCH 0/3] drop hugetlb_free_pgd_range()
 2025-07-16  6:36 UTC  (5+ messages)
` [PATCH 1/3] sparc64: remove hugetlb_free_pgd_range()
` [PATCH 2/3] mm: remove call to hugetlb_free_pgd_range()
` [PATCH 3/3] mm: drop hugetlb_free_pgd_range()

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-16  6:21 UTC  (7+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support

[PATCH v14 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-16  6:10 UTC  (19+ messages)
` [PATCH v14 01/21] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v14 02/21] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v14 03/21] KVM: Introduce kvm_arch_supports_gmem()
` [PATCH v14 04/21] KVM: x86: Introduce kvm->arch.supports_gmem
` [PATCH v14 05/21] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v14 06/21] KVM: Fix comments that refer to slots_lock
` [PATCH v14 07/21] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v14 08/21] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v14 09/21] KVM: guest_memfd: Track guest_memfd mmap support in memslot

[v1 resend 00/12] THP support for zone device page migration
 2025-07-16  5:34 UTC  (9+ messages)
` [v1 resend 08/12] mm/thp: add split during migration support

[RFC PATCH 0/4] mm/damon/sysfs: support periodic and automated stats update
 2025-07-16  5:18 UTC  (6+ messages)

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-16  4:51 UTC  (10+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()

[PATCH] memcg: Keep socket_pressure fresh on 32-bit kernel
 2025-07-16  4:29 UTC 

[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-16  3:23 UTC  (3+ messages)

[PATCH v5 00/14] mm: folio_zero_user: clearing of page-extents
 2025-07-16  3:19 UTC  (32+ messages)
` [PATCH v5 01/14] perf bench mem: Remove repetition around time measurement
` [PATCH v5 02/14] perf bench mem: Defer type munging of size to float
` [PATCH v5 03/14] perf bench mem: Move mem op parameters into a structure
` [PATCH v5 04/14] perf bench mem: Pull out init/fini logic
` [PATCH v5 05/14] perf bench mem: Switch from zalloc() to mmap()
` [PATCH v5 06/14] perf bench mem: Allow mapping of hugepages
` [PATCH v5 07/14] perf bench mem: Allow chunking on a memory region
` [PATCH v5 08/14] perf bench mem: Refactor mem_options
` [PATCH v5 09/14] perf bench mem: Add mmap() workloads
` [PATCH v5 12/14] mm: add config option for clearing page-extents
` [PATCH v5 13/14] mm: memory: support "

[PATCH v7 0/7] use per-vma locks for /proc/pid/maps reads
 2025-07-16  3:05 UTC  (8+ messages)
` [PATCH v7 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v7 2/7] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v7 3/7] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v7 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v7 5/7] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v7 6/7] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v7 7/7] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-16  2:29 UTC  (7+ messages)
` [PATCH v3 1/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v3 2/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH v3 3/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH v3 4/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH v3 5/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
` [PATCH v3 6/6] slab: Make slub local_trylock_t more precise for LOCKDEP

[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-07-16  1:50 UTC  (25+ messages)
` [PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[linux-next:master] BUILD REGRESSION f2b1f6a9f382564b1d4cf16c45e73ccccb917f1f
 2025-07-16  1:22 UTC 

[PATCH -next v2 0/4] mm: per-node proactive reclaim
 2025-07-16  0:24 UTC  (2+ messages)

[syzbot] [fs?] WARNING: bad unlock balance in query_matching_vma
 2025-07-16  0:08 UTC 

[PATCH v1 0/9] mm: vm_normal_page*() improvements
 2025-07-15 23:31 UTC  (11+ messages)
` [PATCH v1 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v1 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v1 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v1 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v1 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v1 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v1 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v1 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v1 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-07-15 22:55 UTC  (7+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH RFC v1 3/5] KVM: guest_memfd: Call arch invalidation hooks when converting to shared

[PATCH v3 0/4] mm: introduce snapshot_page()
 2025-07-15 22:53 UTC  (2+ messages)

[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
 2025-07-15 22:42 UTC  (2+ messages)

[PATCH] mm/ksm: Fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()
 2025-07-15 22:10 UTC  (2+ messages)

[PATCH v2 0/5] rust: Add Per-CPU Variable API
 2025-07-15 21:34 UTC  (10+ messages)
` [PATCH v2 3/5] rust: percpu: add a rust per-CPU variable test

[PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()
 2025-07-15 21:00 UTC  (13+ messages)

[PATCH mm-new] mm: optimize lru_note_cost() by adding lru_note_cost_unlock_irq() fix
 2025-07-15 20:48 UTC 

[PATCH v2] mm: fault in complete folios instead of individual pages for tmpfs
 2025-07-15 20:03 UTC  (7+ messages)

WARNING: Found insecure W+X mapping in v6.16-rc6 (Bisected)
 2025-07-15 20:02 UTC  (3+ messages)

[PATCH mm-unstable 0/2] mm/damon: kernel-doc comments fixup for damon_callback removal
 2025-07-15 18:52 UTC  (3+ messages)
` [PATCH mm-unstable 1/2] mm/damon: add kernel-doc comment for damon_operations->cleanup_target
` [PATCH mm-unstable 2/2] mm/damon: remove damon_ctx->callback kernel-doc comment

[PATCH v2 net-next 0/2] account for TCP memory pressure signaled by cgroup
 2025-07-15 17:46 UTC  (6+ messages)
` [PATCH v2 net-next 2/2] mm/vmpressure: add tracepoint for socket pressure detection

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-07-15 16:30 UTC  (19+ messages)
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing
` [PATCH v3 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v3 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v3 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-07-15 16:23 UTC  (10+ messages)
` [PATCH 1/2] rust: alloc: specify the minimum alignment of each allocator
` [PATCH 2/2] rust: alloc: take the allocator into account for FOREIGN_ALIGN

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-15 16:12 UTC  (12+ messages)
` [PATCH v13 1/4] :mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v13 1/4] mm/vmalloc: "
` [PATCH v13 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v13 3/4] rust: add support for NUMA ids in allocations
` [PATCH v13 4/4] rust: support large alignments "

[PATCH v2 0/5] mseal cleanups, fixup MAP_PRIVATE file-backed case
 2025-07-15 16:09 UTC  (7+ messages)
` [PATCH v2 1/5] mm/mseal: always define VM_SEALED
` [PATCH v2 2/5] mm/mseal: update madvise() logic
` [PATCH v2 3/5] mm/mseal: small cleanups
` [PATCH v2 4/5] mm/mseal: Simplify and rename VMA gap check
` [PATCH v2 5/5] mm/mseal: rework mseal apply logic

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-15 15:55 UTC  (7+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 02/14] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v9 03/14] khugepaged: generalize hugepage_vma_revalidate for mTHP support

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-15 13:58 UTC  (4+ messages)
` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API

nommu and folios
 2025-07-15 13:54 UTC  (2+ messages)

[PATCH v3 mm-new] fs/proc/page: avoid anon folio checks on typed pages except hugetlb
 2025-07-15 13:36 UTC  (4+ messages)

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-07-15 12:40 UTC  (15+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered

[PATCH v5] selftests/mm: add process_madvise() tests
 2025-07-15 12:12 UTC  (3+ messages)

[RFC PATCH v2 0/8] NFSD: support DIO
 2025-07-15 11:57 UTC  (6+ messages)
` [RFC PATCH v2 6/8] NFSD: add io_cache_read controls to debugfs interface

[PATCH v2 0/3] Optimizations for khugepaged
 2025-07-15 11:13 UTC  (11+ messages)
` [PATCH v2 2/3] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching

[PATCH] selftests/mm: refactor common code and improve test skipping in guard_region
 2025-07-15 11:05 UTC  (2+ messages)


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