messages from 2025-07-08 12:47:55 to 2025-07-09 13:49:52 UTC [more...]
[PATCH v2 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
2025-07-09 13:49 UTC (2+ messages)
` [PATCH v2 1/8] execmem: drop unused execmem_update_copy()
[RFC 0/7] vmallloc and non-blocking GFPs
2025-07-09 13:45 UTC (13+ messages)
` [RFC 2/7] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [RFC 6/7] mm/vmalloc: Support non-blocking GFP flags in __vmalloc_area_node()
[PATCH v11 0/4] support large align and nid in Rust allocators
2025-07-09 13:40 UTC (17+ messages)
` [PATCH v11 2/4] mm/slub: allow to set node and align in k[v]realloc
[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
2025-07-09 13:24 UTC (5+ 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 v2] mm: fault in complete folios instead of individual pages for tmpfs
2025-07-09 13:13 UTC (6+ messages)
[PATCH v3] selftests/mm: add process_madvise() tests
2025-07-09 12:51 UTC (4+ messages)
[PATCH v2 0/4] mm: introduce snapshot_page()
2025-07-09 12:51 UTC (6+ messages)
` [PATCH v2 2/4] mm/util: "
` BUG: KASAN: stack-out-of-bounds in snapshot_page during gup_test test case
[PATCH v4 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
2025-07-09 12:36 UTC (2+ messages)
[PATCH] mm: zswap: add myself back to MAINTAINERS
2025-07-09 12:34 UTC
[RFC 00/11] THP support for zone device pages
2025-07-09 12:30 UTC (19+ 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
` [RFC 08/11] mm/thp: add split during migration support
[PATCH] selftests/mm: fix split_huge_page_test for folio_split() tests
2025-07-09 12:28 UTC (4+ messages)
[PATCH RFC] RISC-V: Fix a register to store the percpu offset
2025-07-09 11:42 UTC (5+ messages)
` [PATCH] RISC-V: store percpu offset in CSR_SCRATCH
` [External] "
[PATCH v4 00/13] mm/damon/vaddr: Allow interleaving in migrate_{hot,cold} actions
2025-07-09 11:06 UTC (15+ 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/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
[PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives
2025-07-09 11:00 UTC (14+ messages)
` [PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall
` [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
[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
[syzbot] [mm?] WARNING: lock held when returning to user space in lock_next_vma
2025-07-09 10:26 UTC (7+ messages)
[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-07-09 10:03 UTC (8+ messages)
` [PATCH v6 6/8] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
[PATCH v2 0/5] add static PMD zero page support
2025-07-09 9:59 UTC (5+ messages)
[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] squashfs: Fix incorrect argument to sizeof in kmalloc_array call
2025-07-09 2:54 UTC (2+ messages)
[PATCH] mm/damon/core: Commit damos->target_nid
2025-07-09 2:47 UTC (2+ messages)
[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
2025-07-09 1:53 UTC (7+ 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 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
[PATCH] alloc_tag: add per-NUMA node stats
2025-07-08 23:07 UTC (6+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-08 22:54 UTC (27+ messages)
[v1 resend 00/12] THP support for zone device page migration
2025-07-08 22:43 UTC (3+ messages)
[RFC PATCH v2 0/8] NFSD: support DIO
2025-07-08 21:22 UTC (10+ messages)
` [RFC PATCH v2 1/8] NFSD: Relocate the fh_want_write() and fh_drop_write() helpers
` [RFC PATCH v2 2/8] NFSD: Move the fh_getattr() helper
` [RFC PATCH v2 3/8] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [RFC PATCH v2 4/8] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec
` [RFC PATCH v2 5/8] NFSD: pass nfsd_file to nfsd_iter_read()
` [RFC PATCH v2 6/8] NFSD: add io_cache_read controls to debugfs interface
` [RFC PATCH v2 7/8] NFSD: add io_cache_write "
` [RFC PATCH v2 8/8] NFSD: issue READs using O_DIRECT even if IO is misaligned
[Invitation] bi-weekly guest_memfd upstream call on 2025-07-17
2025-07-08 20:32 UTC
[syzbot] [mm?] WARNING in move_to_new_folio (2)
2025-07-08 18:05 UTC (2+ messages)
[PATCH v2 1/2] selftests: cachestat: add tests for mmap
2025-07-08 17:43 UTC (3+ messages)
[RFC PATCH v3 07/13] mm/damon/core: Commit damos->target_nid/migrate_dests
2025-07-08 17:32 UTC (4+ messages)
[PATCH mm-next] alloc_tag: add total bytes allocation information
2025-07-08 17:23 UTC (9+ messages)
[PATCH 6.15 089/178] drm/vmwgfx: Fix guests running with TDX/SEV
2025-07-08 16:22 UTC
[PATCH] mm/userfaultfd: fix missing PTE unmap for non-migration entries
2025-07-08 16:34 UTC (9+ messages)
[PATCH v8 00/15] khugepaged: mTHP support
2025-07-08 16:23 UTC (5+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*
[RFC v1 0/3] Add and use seprintf() instead of less ergonomic APIs
2025-07-08 16:14 UTC (5+ messages)
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-07-08 15:57 UTC (10+ messages)
[PATCH v3] selftests/mm: Fix UFFDIO_API usage with proper two-step feature negotiation
2025-07-08 15:29 UTC (2+ messages)
[PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
2025-07-08 13:44 UTC (12+ messages)
[PATCH 5.10/5.15] mm/hugetlb: fix assertion splat in hugetlb_split()
2025-07-08 12:48 UTC
[PATCH 6.1] mm/hugetlb: fix assertion splat in hugetlb_split()
2025-07-08 12:47 UTC
[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
2025-07-08 12:47 UTC (9+ messages)
` [PATCH v9 3/6] KVM: arm64: Block cacheable PFNMAP mapping
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).