linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 22:54:14 to 2025-07-10 02:48:27 UTC [more...]

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-10  2:48 UTC  (4+ messages)
` [RFC v4 0/7] Add and use sprintf_end() "
  ` alx-0049r2 - add seprintf()
  ` [RFC v4 1/7] vsprintf: Add [v]sprintf_end()

[PATCH v4 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-07-10  1:58 UTC  (3+ messages)

[PATCH v5 00/14] mm: folio_zero_user: clearing of page-extents
 2025-07-10  0:59 UTC  (15+ 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 10/14] x86/mm: Simplify clear_page_*
` [PATCH v5 11/14] x86/clear_page: Introduce clear_pages()
` [PATCH v5 12/14] mm: add config option for clearing page-extents
` [PATCH v5 13/14] mm: memory: support "
` [PATCH v5 14/14] x86/clear_pages: Support clearing of page-extents

[linux-next:master] BUILD REGRESSION 835244aba90de290b4b0b1fa92b6734f3ee7b3d9
 2025-07-10  1:39 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-10  1:30 UTC  (18+ messages)

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

[RFC 00/11] THP support for zone device pages
 2025-07-09 23:34 UTC  (17+ messages)
` [RFC 01/11] mm/zone_device: support large zone device private folios
` [RFC 02/11] mm/migrate_device: flags for selecting device private THP pages
` [RFC 03/11] mm/thp: zone_device awareness in THP handling code
` [RFC 05/11] mm/memory/fault: Add support for zone device THP fault handling
` [RFC 07/11] mm/memremap: Add folio_split support

[PATCH] mm: implement "memory.oops_if_bad_pte=1" boot option
 2025-07-09 22:37 UTC  (2+ messages)

[PATCH v2 0/8] Cache coherency management subsystem
 2025-07-09 22:31 UTC  (7+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()

[RFC v2 00/16] Live Update Orchestrator
 2025-07-09 21:27 UTC  (5+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
 2025-07-09 21:13 UTC  (6+ messages)
` [RFC V1 PATCH mm-hotfixes 1/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [RFC V1 PATCH mm-hotfixes 2/3] x86/mm: define p*d_populate_kernel() and top-level page table sync
` [RFC V1 PATCH mm-hotfixes 3/3] x86/mm: convert {pgd,p4d}_populate{,_init} to _kernel variant

[PATCH 0/3] Remove unmap_and_put_page()
 2025-07-09 19:40 UTC  (4+ messages)
` [PATCH 1/3] mm/memory.c: Use folios in __copy_remote_vm_str()
` [PATCH 2/3] mm/memory.c: Use folios in __access_remote_vm()
` [PATCH 3/3] mm: Remove unmap_and_put_page()

[PATCH] alloc_tag: add per-NUMA node stats
 2025-07-09 19:14 UTC  (7+ messages)

[PATCH 0/2] mm/damon: add trace events for auto-tuned monitoring intervals and DAMOS quota
 2025-07-09 18:28 UTC  (4+ messages)
` [PATCH 2/2] mm/damon: add trace event for effective size quota

[PATCH v3] selftests: cachestat: add tests for mmap Refactor and enhance mmap test for cachestat validation
 2025-07-09 18:24 UTC  (2+ messages)

[PATCH 0/4] Followups to controllers' v1 compilation
 2025-07-09 18:22 UTC  (3+ messages)
` [PATCH 4/4] cgroup: Do not report unavailable v1 controllers in /proc/cgroups

[PATCH 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-09 18:13 UTC  (3+ messages)
` [PATCH 09/10] "

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

[PATCH v2 1/2] selftests: cachestat: add tests for mmap
 2025-07-09 17:12 UTC  (3+ messages)

[PATCH] squashfs: Fix incorrect argument to sizeof in kmalloc_array call
 2025-07-09 17:03 UTC  (3+ messages)

[PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives
 2025-07-09 17:00 UTC  (16+ messages)
  ` [PATCHv9 05/16] efi: Disable LASS around set_virtual_address_map() EFI call
  ` [PATCHv9 11/16] x86/traps: Communicate a LASS violation in #GP message
  ` [PATCHv9 12/16] x86/traps: Generalize #GP address decode and hint code
  ` [PATCHv9 13/16] x86/traps: Handle LASS thrown #SS
  ` [PATCHv9 16/16] x86: Re-enable Linear Address Masking
  ` [PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall

[PATCH v2 0/2] fix two calls of unmap_poisoned_folio() for large folio
 2025-07-09 16:27 UTC  (12+ messages)
` [PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range

[PATCH v2 0/5] add static PMD zero page support
 2025-07-09 15:55 UTC  (6+ messages)

[PATCH v3] selftests/mm: add process_madvise() tests
 2025-07-09 14:46 UTC  (4+ messages)

[PATCH v10 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-09 14:34 UTC  (3+ messages)

[syzbot] [mm?] WARNING: lock held when returning to user space in lock_next_vma
 2025-07-09 14:29 UTC  (8+ messages)

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-09 14:21 UTC  (9+ messages)
` [PATCH v2 1/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v2 2/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()
` [PATCH v2 4/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH v2 5/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH v2 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH RFC] RISC-V: Fix a register to store the percpu offset
 2025-07-09 14:20 UTC  (6+ messages)
` [PATCH] RISC-V: store percpu offset in CSR_SCRATCH
  ` [External] "

[PATCH] mm: zswap: add myself back to MAINTAINERS
 2025-07-09 14:18 UTC  (3+ messages)

[PATCH v11 0/4] support large align and nid in Rust allocators
 2025-07-09 14:13 UTC  (11+ messages)
` [PATCH v11 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH v4 00/13] mm/damon/vaddr: Allow interleaving in migrate_{hot,cold} actions
 2025-07-09 14:07 UTC  (16+ messages)
` [PATCH v4 01/13] mm/damon: add struct damos_migrate_dests
` [PATCH v4 02/13] mm/damon/core: add damos->migrate_dests field
` [PATCH v4 03/13] mm/damon/sysfs-schemes: implement DAMOS action destinations directory
` [PATCH v4 04/13] mm/damon/sysfs-schemes: set damos->migrate_dests
` [PATCH v4 05/13] Docs/ABI/damon: document schemes dests directory
` [PATCH v4 06/13] Docs/admin-guide/mm/damon/usage: document "
` [PATCH v4 07/13] mm/damon/core: Commit damos->migrate_dests
` [PATCH v4 08/13] mm/damon: Move migration helpers from paddr to ops-common
` [PATCH v4 09/13] mm/damon/vaddr: Add vaddr versions of migrate_{hot,cold}
` [PATCH v4 10/13] Docs/mm/damon/design: Document vaddr support for migrate_{hot,cold}
` [PATCH v4 11/13] mm/damon/vaddr: Use damos->migrate_dests in migrate_{hot,cold}
` [PATCH v4 12/13] mm/damon: Move folio filtering from paddr to ops-common
` [PATCH v4 13/13] mm/damon/vaddr: Apply filters in migrate_{hot/cold}

[PATCH v2 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-09 13:49 UTC  (9+ messages)
` [PATCH v2 1/8] execmem: drop unused execmem_update_copy()
` [PATCH v2 2/8] execmem: introduce execmem_alloc_rw()
` [PATCH v2 3/8] execmem: rework execmem_cache_free()
` [PATCH v2 4/8] execmem: move execmem_force_rw() and execmem_restore_rox() before use
` [PATCH v2 5/8] execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)
` [PATCH v2 6/8] execmem: drop writable parameter from execmem_fill_trapping_insns()
` [PATCH v2 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH v2 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations

[RFC 0/7] vmallloc and non-blocking GFPs
 2025-07-09 13:45 UTC  (8+ messages)
` [RFC 6/7] mm/vmalloc: Support non-blocking GFP flags in __vmalloc_area_node()

[PATCH v2] mm: fault in complete folios instead of individual pages for tmpfs
 2025-07-09 13:13 UTC  (6+ messages)

[PATCH v2 0/4] mm: introduce snapshot_page()
 2025-07-09 12:51 UTC  (3+ messages)
` BUG: KASAN: stack-out-of-bounds in snapshot_page during gup_test test case

[PATCH] selftests/mm: fix split_huge_page_test for folio_split() tests
 2025-07-09 12:28 UTC  (4+ messages)

[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
 2025-07-09 11:06 UTC  (3+ messages)
` [PATCH v2 1/2] fuse: use default writeback accounting

[PATCH v13 00/20] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-09 10:59 UTC  (21+ messages)
` [PATCH v13 01/20] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v13 02/20] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v13 03/20] KVM: Introduce kvm_arch_supports_gmem()
` [PATCH v13 04/20] KVM: x86: Introduce kvm->arch.supports_gmem
` [PATCH v13 05/20] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v13 06/20] KVM: Fix comments that refer to slots_lock
` [PATCH v13 07/20] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v13 08/20] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v13 09/20] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v13 10/20] KVM: x86/mmu: Generalize private_max_mapping_level x86 op to max_mapping_level
` [PATCH v13 11/20] KVM: x86/mmu: Allow NULL-able fault in kvm_max_private_mapping_level
` [PATCH v13 12/20] KVM: x86/mmu: Consult guest_memfd when computing max_mapping_level
` [PATCH v13 13/20] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v13 14/20] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v13 15/20] KVM: arm64: Refactor user_mem_abort()
` [PATCH v13 16/20] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v13 17/20] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v13 18/20] KVM: Introduce the KVM capability KVM_CAP_GMEM_MMAP
` [PATCH v13 19/20] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v13 20/20] KVM: selftests: guest_memfd mmap() test when mmap is supported

[linus:master] [mm] c544a952ba: netperf.Throughput_Mbps 18.9% regression
 2025-07-09  9:20 UTC  (2+ messages)
` [linus:master] [mm] c544a952ba: netperf.Throughput_Mbps 18.9%

[PATCH] tmpfs: zero post-eof folio range on file extension
 2025-07-09  7:57 UTC  (2+ messages)

[Question] get_vma_policy() isn't compatible with {pin, get}_user_pages_remote
 2025-07-09  4:25 UTC  (5+ messages)

[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-09  3:30 UTC  (2+ messages)

[PATCH] mm: Add Kcompressd for accelerated memory compression
 2025-07-09  3:25 UTC  (4+ messages)

[PATCH] mm/damon/core: Commit damos->target_nid
 2025-07-09  2:47 UTC  (2+ messages)

[PATCH RFC v2] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE accounting
 2025-07-09  1:03 UTC  (8+ messages)

[PATCH] mm/migrate: remove the -EEXIST conversion for move_pages()
 2025-07-09  0:57 UTC  (5+ messages)

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-07-09  0:14 UTC  (6+ messages)
` [PATCH RFC 26/28] mm: memcontrol: introduce memcg_reparent_ops
      ` [External] "

[syzbot] [mm?] stack segment fault in mtree_range_walk
 2025-07-09  0:11 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 58ba80c4740212c29a1cf9b48f588e60a7612209
 2025-07-09  0:06 UTC 


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