messages from 2025-07-09 17:24:02 to 2025-07-10 17:54:56 UTC [more...]
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-10 17:54 UTC (20+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-07-10 17:42 UTC (16+ 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
[RFC PATCH v2 0/8] NFSD: support DIO
2025-07-10 17:22 UTC (21+ 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 6/8] NFSD: add io_cache_read controls to debugfs interface
` [RFC PATCH v2 8/8] NFSD: issue READs using O_DIRECT even if IO is misaligned
[PATCH] mm: implement "memory.oops_if_bad_pte=1" boot option
2025-07-10 17:02 UTC (8+ messages)
[PATCH v4] selftests/mm: add process_madvise() tests
2025-07-10 16:57 UTC (4+ messages)
[PATCH RFC] RISC-V: Fix a register to store the percpu offset
2025-07-10 16:40 UTC (10+ messages)
` [PATCH] RISC-V: store percpu offset in CSR_SCRATCH
` [External] "
` [PATCH] RISC-V: store precomputed percpu_offset in the task struct
[PATCH v5 00/14] mm: folio_zero_user: clearing of page-extents
2025-07-10 16:31 UTC (17+ 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
[PATCH v3] selftests/mm: add process_madvise() tests
2025-07-10 16:28 UTC (6+ messages)
[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
2025-07-10 15:52 UTC (11+ messages)
` [RFC v4 0/7] Add and use sprintf_end() "
` alx-0049r2 - add seprintf()
` [RFC v4 1/7] vsprintf: Add [v]sprintf_end()
` [RFC v4 2/7] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
` [RFC v4 3/7] mm: Use sprintf_end() instead of less ergonomic APIs
` [RFC v4 4/7] array_size.h: Add ENDOF()
` [RFC v4 5/7] mm: Fix benign off-by-one bugs
` [RFC v4 6/7] sprintf: Add [V]SPRINTF_END()
` [RFC v4 7/7] mm: Use [V]SPRINTF_END() to avoid specifying the array size
[PATCH v2 00/10] mm/mremap: permit mremap() move of multiple VMAs
2025-07-10 15:50 UTC (11+ messages)
` [PATCH v2 01/10] mm/mremap: perform some simple cleanups
` [PATCH v2 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH v2 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH v2 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH v2 05/10] mm/mremap: use an explicit uffd failure path for mremap
` [PATCH v2 06/10] mm/mremap: check remap conditions earlier
` [PATCH v2 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH v2 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH v2 09/10] mm/mremap: permit mremap() move of multiple VMAs
` [PATCH v2 10/10] tools/testing/selftests: extend mremap_test to test multi-VMA mremap
[PATCH 00/10] mm/mremap: permit mremap() move of multiple VMAs
2025-07-10 15:28 UTC (21+ messages)
` [PATCH 01/10] mm/mremap: perform some simple cleanups
` [PATCH 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH 05/10] mm/mremap: use an explicit uffd failure path for mremap
` [PATCH 06/10] mm/mremap: check remap conditions earlier
` [PATCH 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH 09/10] mm/mremap: permit mremap() move of multiple VMAs
[PATCH v12 0/4] support large align and nid in Rust allocators
2025-07-10 15:19 UTC (20+ 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 "
[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
2025-07-10 15:05 UTC (5+ messages)
` [PATCH v2 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH v3] selftests: cachestat: add tests for mmap Refactor and enhance mmap test for cachestat validation
2025-07-10 14:35 UTC (3+ messages)
[PATCH v14 2/3] sched: Move task_mm_cid_work to mm timer
2025-07-10 14:18 UTC (6+ messages)
[PATCH v2 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
2025-07-10 13:25 UTC (4+ messages)
` [PATCH v2 2/8] execmem: introduce execmem_alloc_rw()
[PATCH v2] kasan: remove kasan_find_vm_area() to prevent possible deadlock
2025-07-10 12:43 UTC (2+ messages)
[PATCH] tmpfs: zero post-eof folio range on file extension
2025-07-10 12:36 UTC (4+ messages)
will-it-scale.per_process_ops -15% regression on v6.16-rc1
2025-07-10 11:51 UTC
[PATCH v1 1/1] fs: Fix use of incorrect flags with splice() on pipe from/to memfd
2025-07-10 11:34 UTC
[PATCH v3] selftests/mm: add process_madvise() tests
2025-07-10 11:29 UTC (2+ messages)
[PATCH v2 2/6] futex: Use RCU-based per-CPU reference counting instead of rcuref_t
2025-07-10 11:00 UTC
[PATCH v2 0/8] Cache coherency management subsystem
2025-07-10 10:59 UTC (18+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-10 10:14 UTC (6+ messages)
` [PATCH v5 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v5 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v5 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v5 4/5] mm/pagemap: add write_begin_get_folio() helper function
` [PATCH v5 5/5] ext4: support uncached buffered I/O
[PATCH v2 1/1] mm/hmm: Move pmd_to_hmm_pfn_flags() to the respective #ifdeffery
2025-07-10 10:11 UTC (2+ messages)
[PATCH v4 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
2025-07-10 8:53 UTC (6+ messages)
` [PATCH v4 1/5] mm: introduce num_pages_contiguous()
` [PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
` [PATCH v4 3/5] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v4 4/5] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v4 5/5] vfio/type1: optimize vfio_unpin_pages_remote()
[PATCH net-next v9 0/8] Split netmem from struct page
2025-07-10 8:47 UTC (10+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 4/8] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v9 5/8] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool
` [PATCH net-next v9 7/8] netdevsim: "
` [PATCH net-next v9 8/8] mt76: "
[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
2025-07-10 8:27 UTC (4+ messages)
` [RFC V1 PATCH mm-hotfixes 2/3] x86/mm: define p*d_populate_kernel() and top-level page table sync
[PATCH] mm: simplify min_brk handling in brk()
2025-07-10 8:24 UTC (3+ messages)
[PATCH v1 1/1] locking/lockdep: Move pmd_to_hmm_pfn_flags() to the respective #ifdeffery
2025-07-10 8:22 UTC
[RFC v2 00/16] Live Update Orchestrator
2025-07-10 7:26 UTC (6+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
[PATCH] readahead: Use folio_nr_pages() instead of shift operation
2025-07-10 6:04 UTC
[PATCH linux next] delaytop: add psi info to show system delay
2025-07-10 5:54 UTC
[PATCH] alloc_tag: add per-NUMA node stats
2025-07-10 5:54 UTC (6+ messages)
[PATCH linux next] docs: update docs after introducing delaytop
2025-07-10 5:51 UTC
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-07-10 5:07 UTC (4+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-10 3:39 UTC (16+ messages)
[PATCH v5 0/8] mm/shmem, swap: bugfix and improvement of mTHP swap in
2025-07-10 3:37 UTC (9+ messages)
` [PATCH v5 1/8] mm/shmem, swap: improve cached mTHP handling and fix potential hung
` [PATCH v5 2/8] mm/shmem, swap: avoid redundant Xarray lookup during swapin
` [PATCH v5 3/8] mm/shmem, swap: tidy up THP swapin checks
` [PATCH v5 4/8] mm/shmem, swap: tidy up swap entry splitting
` [PATCH v5 5/8] mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IO
` [PATCH v5 6/8] mm/shmem, swap: simplify swapin path and result handling
` [PATCH v5 7/8] mm/shmem, swap: rework swap entry and index calculation for large swapin
` [PATCH v5 8/8] mm/shmem, swap: fix major fault counting
[PATCH v2 0/4] mm: introduce snapshot_page()
2025-07-10 3:32 UTC (4+ messages)
` 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-10 1:58 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 835244aba90de290b4b0b1fa92b6734f3ee7b3d9
2025-07-10 1:39 UTC
[RFC 00/11] THP support for zone device pages
2025-07-09 23:34 UTC (7+ messages)
` [RFC 05/11] mm/memory/fault: Add support for zone device THP fault handling
` [RFC 07/11] mm/memremap: Add folio_split support
[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 2/2] mm/damon: add trace event for effective size quota
2025-07-09 18:28 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
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).