messages from 2025-06-26 15:32:48 to 2025-06-27 17:03:41 UTC [more...]
[PATCH v2 0/8] update DMA API documentation
2025-06-27 17:03 UTC (10+ messages)
` [PATCH v2 1/8] docs: dma-api: use "DMA API" consistently throughout the document
` [PATCH v2 2/8] docs: dma-api: replace consistent with coherent
` [PATCH v2 3/8] docs: dma-api: remove remnants of PCI DMA API
` [PATCH v2 4/8] docs: dma-api: add a kernel-doc comment for dma_pool_zalloc()
` [PATCH v2 5/8] docs: dma-api: remove duplicate description of the DMA pool API
` [PATCH v2 6/8] docs: dma-api: clarify DMA addressing limitations
` [PATCH v2 7/8] docs: dma-api: update streaming DMA physical address constraints
` [PATCH v2 8/8] docs: dma-api: clean up documentation of dma_map_sg()
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-27 17:03 UTC (8+ messages)
` [PATCH v3 1/4] drm/i915: Use kernel_write() in shmem object create
` [PATCH v3 2/4] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v3 4/4] ext4: support uncached buffered I/O
[PATCH v1 0/4] mm: folio_pte_batch() improvements
2025-06-27 17:02 UTC (18+ messages)
` [PATCH v1 1/4] mm: convert FPB_IGNORE_* into FPB_HONOR_*
` [PATCH v1 2/4] mm: smaller folio_pte_batch() improvements
` [PATCH v1 3/4] mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_ext()
` [PATCH v1 4/4] mm: remove boolean output parameters from folio_pte_batch_ext()
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-27 17:02 UTC (7+ messages)
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
[PATCH 0/4] mm/userfaultfd: modulize memory types
2025-06-27 16:59 UTC (6+ messages)
[PATCH v2] selftests: cachestat: Refactor test to remove duplication
2025-06-27 16:41 UTC (3+ messages)
[Question] About the elf program header size
2025-06-27 16:35 UTC (2+ messages)
[PATCH RESEND] samples/damon/mtier: add parameters for node0 memory usage
2025-06-27 16:33 UTC
[PATCH mm-unstable] mm/damon/sysfs-schemes: make damos_sysfs_action_names static
2025-06-27 16:28 UTC
[PATCH] mm: vmscan: Page scanning depends on swappiness and refault
2025-06-27 16:26 UTC
[PATCH 0/2] mm/mempolicy: Cleanup and optimization for weighted interleave
2025-06-27 16:13 UTC (9+ messages)
` [PATCH 1/2] mm/mempolicy: Simplify weighted interleave bulk alloc calculations
` [PATCH 2/2] mm/mempolicy: Skip extra call to __alloc_pages_bulk in weighted interleave
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
2025-06-27 16:09 UTC (6+ messages)
[PATCH] mm: Deduplicate mm_get_unmapped_area()
2025-06-27 16:07 UTC
[PATCH] mm/hugetlb: Remove prepare_hugepage_range()
2025-06-27 16:07 UTC
[PATCH] mm: vmscan: Page scanning depends on swappiness and refault
2025-06-27 15:55 UTC
[PATCH v2 1/1] mm/rmap: fix potential out-of-bounds page table access during batched unmap
2025-06-27 15:49 UTC (8+ messages)
[PATCH v2 0/4] mm/userfaultfd: modulize memory types
2025-06-27 15:46 UTC (5+ messages)
` [PATCH v2 1/4] mm: Introduce vm_uffd_ops API
` [PATCH v2 2/4] mm/shmem: Support "
` [PATCH v2 3/4] mm/hugetlb: "
` [PATCH v2 4/4] mm: Apply vm_uffd_ops API to core mm
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-27 15:37 UTC (8+ messages)
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
[PATCH] mm: limit THP alignment – performance gain observed in AI inference workloads
2025-06-27 15:30 UTC (3+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-27 15:17 UTC (12+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-27 15:01 UTC (5+ messages)
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
[PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits
2025-06-27 13:57 UTC (12+ messages)
[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
2025-06-27 13:49 UTC (4+ messages)
` [PATCH v9 3/6] KVM: arm64: Block cacheable PFNMAP mapping
[PATCH 0/8] update DMA API documentation
2025-06-27 13:02 UTC (13+ messages)
` [PATCH 7/8] docs: dma-api: update streaming DMA API physical address constraints
[PATCH v2 0/2] fix two calls of unmap_poisoned_folio() for large folio
2025-06-27 12:57 UTC (3+ messages)
` [PATCH v2 1/2] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
` [PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range
[PATCH v5 0/4] support large align and nid in Rust allocators
2025-06-27 12:01 UTC (10+ messages)
` [PATCH v5 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v5 3/4] rust: add support for NUMA ids in allocations
` [PATCH v5 4/4] rust: support large alignments "
[PATCH] tmpfs: zero post-eof folio range on file extension
2025-06-27 11:54 UTC (6+ messages)
[PATCH 1/3] mm/damon: do not allow creating zero size region
2025-06-27 11:29 UTC (2+ messages)
[PATCHv7 13/16] x86/traps: Handle LASS thrown #SS
2025-06-27 10:31 UTC (6+ messages)
` [PATCHv7 01/16] x86/cpu: Enumerate the LASS feature bits
` [PATCHv7 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
[PATCH v3 0/5] Misc rework on hugetlb faulting path
2025-06-27 10:29 UTC (6+ messages)
` [PATCH v3 1/5] mm,hugetlb: Change mechanism to detect a COW on private mapping
` [PATCH v3 2/5] mm,hugetlb: Sort out folio locking in the faulting path
` [PATCH v3 3/5] mm,hugetlb: Rename anon_rmap to new_anon_folio and make it boolean
` [PATCH v3 4/5] mm,hugetlb: Drop obsolete comment about non-present pte and second faults
` [PATCH v3 5/5] mm,hugetlb: Drop unlikelys from hugetlb_fault
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-06-27 9:02 UTC (9+ messages)
[linux-next:master 5320/5590] mm/damon/sysfs-schemes.c:1622:32: sparse: sparse: symbol 'damos_sysfs_action_names' was not declared. Should it be static?
2025-06-27 8:41 UTC
[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-27 8:27 UTC (2+ messages)
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-06-27 8:27 UTC (6+ messages)
` [PATCH v4 12/15] "
OOM kill of privileged processes when exhausting a single NUMA node
2025-06-27 8:17 UTC (5+ messages)
kernel/resource.c:1838:43: warning: implicit conversion from 'unsigned long long' to 'resource_size_t' (aka 'unsigned int') changes value from 68719476735 to 4294967295
2025-06-27 8:05 UTC
[PATCH v3 0/7] mm/shmem, swap: bugfix and improvement of mTHP swap in
2025-06-27 6:20 UTC (8+ messages)
` [PATCH v3 1/7] mm/shmem, swap: improve cached mTHP handling and fix potential hung
` [PATCH v3 2/7] mm/shmem, swap: avoid redundant Xarray lookup during swapin
` [PATCH v3 3/7] mm/shmem, swap: tidy up THP swapin checks
` [PATCH v3 4/7] mm/shmem, swap: clean up swap entry splitting
` [PATCH v3 5/7] mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IO
` [PATCH v3 6/7] mm/shmem, swap: fix major fault counting
` [PATCH v3 7/7] mm/shmem, swap: avoid false positive swap cache lookup
[PATCH 1/1] mm/rmap: make folio unmap batching safe and support partial batches
2025-06-27 6:14 UTC (3+ messages)
[PATCH v3 0/5] Optimize mprotect() for large folios
2025-06-27 4:55 UTC (6+ messages)
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching
[PATCH net-next v7 0/7] Split netmem from struct page
2025-06-27 3:54 UTC (8+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v7 7/7] netmem: introduce a netmem API, virt_to_head_netmem()
[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-27 2:40 UTC (5+ messages)
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
[PATCH] llist: add [READ|WRITE]_ONCE tags for llist_node
2025-06-27 0:15 UTC (3+ messages)
[PATCH 0/5] powerpc: Implement masked user access
2025-06-26 22:01 UTC (10+ messages)
[PATCH v4 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
2025-06-26 21:52 UTC (4+ messages)
[PATCH 0/3] mm: introduce snapshot_page()
2025-06-26 21:42 UTC (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] proc: kpagecount: use snapshot_page()
` [PATCH 3/3] fs: stable_page_flags(): "
[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
2025-06-26 21:08 UTC (7+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions
[linux-next:master] BUILD REGRESSION ecb259c4f70dd5c83907809f45bf4dc6869961d7
2025-06-26 21:06 UTC
[PATCH v4 0/4] support large align and nid in Rust allocators
2025-06-26 20:53 UTC (7+ messages)
` [PATCH v4 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v4 3/4] rust: support large alignments in allocations
[PATCH v2] mm/hugetlb: Don't crash when allocating a folio if there are no resv
2025-06-26 20:35 UTC (2+ messages)
[PATCH 1/2] maple tree: Clean up mtree_range_walk()
2025-06-26 20:04 UTC (4+ messages)
` [PATCH 2/2] maple tree: Add and fix some comments
[PATCH 0/6] mm: Reentrant kmalloc
2025-06-26 20:03 UTC (6+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
` SLAB_NO_CMPXCHG was:: "
[PATCH V2] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-26 19:46 UTC (6+ messages)
[PATCH] Fix do_pages_stat to use compat_uptr_t
2025-06-26 19:21 UTC (8+ messages)
[RFC PATCH v2 0/2] mm/damon/paddr: Allow interleaving in migrate_{hot,cold} actions
2025-06-26 19:13 UTC (5+ messages)
[PATCH 0/5] rust: Add Per-CPU Variable API
2025-06-26 18:55 UTC (6+ messages)
` [PATCH 4/5] rust: percpu: Add pin-hole optimizations for numerics
[PATCH] selftests/mm: Reduce uffd-unit-test poison test to minimum
2025-06-26 18:28 UTC (3+ messages)
[RFC v2 00/16] Live Update Orchestrator
2025-06-26 16:24 UTC (8+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-06-26 15:31 UTC (7+ messages)
` [PATCH v2 06/11] kasan/um: call kasan_init_generic in kasan_init
` [PATCH v2 07/11] kasan/x86: "
` [PATCH v2 08/11] kasan/s390: "
` [PATCH v2 09/11] kasan/powerpc: "
` [PATCH v2 10/11] kasan/riscv: "
` [PATCH v2 11/11] kasan: replace kasan_arch_is_ready with kasan_enabled
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).