[RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook
2025-05-06 10:01 UTC (5+ messages)
` [RFC PATCH 1/3] mm: introduce new .mmap_proto() f_op callback
[PATCH 0/4] mm: Avoid sharing high VMA flag bits
2025-05-06 10:00 UTC (6+ messages)
` [PATCH 1/4] mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=y
` [PATCH 2/4] mm: remove CONFIG_ARCH_USES_HIGH_VMA_FLAGS
` [PATCH 3/4] mm: use VM_HIGH_ARCH_* macros consistently
` [PATCH 4/4] mm: consolidate VM_HIGH_ARCH_* macros into parametric macros
[RFC PATCH v4 0/5] Readahead tweaks for larger folios
2025-05-06 9:53 UTC (23+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 2/5] mm/readahead: Terminate async readahead on natural boundary
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 4/5] mm/readahead: Store folio order "
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory
[PATCH] mm/zblock: use vmalloc for page allocations
2025-05-06 9:42 UTC (7+ messages)
[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
2025-05-06 9:41 UTC (5+ messages)
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe
[PATCH v4 0/5] cgroup: separate rstat trees
2025-05-06 9:37 UTC (4+ messages)
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem
[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-05-06 9:30 UTC (8+ messages)
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2025-05-06 9:28 UTC (9+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[RFC PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-06 9:25 UTC (5+ messages)
[PATCH v2 0/7] Optimize mprotect for large folios
2025-05-06 9:16 UTC (5+ messages)
` [PATCH v2 6/7] mm: Batch around can_change_pte_writable()
[PATCH 0/3] Optimize mremap() by PTE-batching
2025-05-06 9:16 UTC (8+ messages)
` [PATCH 1/3] mm: Call pointers to ptes as ptep
` [PATCH 2/3] mm: Add generic helper to hint a large folio
` [PATCH 3/3] mm: Optimize mremap() by PTE batching
[PATCH v11 0/9] Provide a new two step DMA mapping API
2025-05-06 8:55 UTC (3+ messages)
[PATCH 0/6] mm: Reentrant kmalloc
2025-05-06 8:55 UTC (10+ messages)
` [PATCH 1/6] mm: Rename try_alloc_pages() to alloc_pages_nolock()
` [PATCH 5/6] mm: Allow GFP_ACCOUNT and GFP_COMP to be used in alloc_pages_nolock()
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH v3 0/6] mm, swap: clean up swap cache mapping helper
2025-05-06 8:49 UTC (3+ messages)
` [PATCH v3 3/6] f2fs: drop usage of folio_index
[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-06 8:47 UTC (5+ messages)
` [PATCH v8 08/13] KVM: guest_memfd: Allow host to map guest_memfd() pages
[PATCH] swapfile: disable swapon for bs > ps devices
2025-05-06 8:46 UTC (7+ messages)
` [PATCH v2] "
WARNING: modpost: vmlinux: section mismatch in reference: set_high_memory+0x8c (section: .text.unlikely) -> zone_movable_pfn (section: .init.data)
2025-05-06 8:38 UTC (3+ messages)
[PATCH v2] mm/vmalloc: fix data race in show_numa_info()
2025-05-06 8:25 UTC
[PATCH] vfio: add dma map/unmap support for noiommu
2025-05-06 8:21 UTC (3+ messages)
[PATCH] mm/codetag: sub in advance when free non-compound high order pages
2025-05-06 7:58 UTC (12+ messages)
` [PATCH v2] mm/codetag: move tag retrieval back upfront in __free_pages()
` "
` [PATCH v3] "
[PATCH 0/5] fork: Page operation cleanups in the fork code
2025-05-06 7:57 UTC (6+ messages)
` [PATCH 1/5] fork: Clean-up ifdef logic around stack allocation
` [PATCH 2/5] fork: Clean-up naming of vm_strack/vm_struct variables in vmap stacks code
` [PATCH 3/5] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [PATCH 4/5] fork: check charging success before zeroing stack
` [PATCH 5/5] fork: zero vmap stack using clear_page() instead of memset()
[syzbot] [mm?] KCSAN: data-race in copy_page_from_iter_atomic / pagecache_isize_extended
2025-05-06 7:52 UTC
[PATCH v3] sched/numa: add statistics of numa balance task migration
2025-05-06 7:03 UTC (12+ messages)
[PATCH v3] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-06 7:01 UTC (4+ messages)
[RFC PATCH 0/9] Intel RAR TLB invalidation
2025-05-06 6:59 UTC (11+ messages)
` [RFC PATCH 1/9] x86/mm: Introduce MSR_IA32_CORE_CAPABILITIES
` [RFC PATCH 2/9] x86/mm: Introduce Remote Action Request MSRs
` [RFC PATCH 3/9] x86/mm: enable BROADCAST_TLB_FLUSH on Intel, too
` [RFC PATCH 4/9] x86/mm: Introduce X86_FEATURE_RAR
` [RFC PATCH 5/9] x86/mm: Change cpa_flush() to call flush_kernel_range() directly
` [RFC PATCH 6/9] x86/apic: Introduce Remote Action Request Operations
` [RFC PATCH 7/9] x86/mm: Introduce Remote Action Request
` [RFC PATCH 8/9] x86/mm: use RAR for kernel TLB flushes
` [RFC PATCH 9/9] x86/mm: userspace & pageout flushing using Intel RAR
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-05-06 6:44 UTC (4+ messages)
` [PATCH RFC 07/28] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
2025-05-06 6:22 UTC
[PATCH] mm/vmalloc: fix data race in show_numa_info()
2025-05-06 5:44 UTC (4+ messages)
[BUG][powerpc] OOPs: Kernel access of bad area during zram swap write - kswapd0 crash
2025-05-06 5:39 UTC (2+ messages)
[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
2025-05-06 5:28 UTC (10+ messages)
[PATCH v2 0/9] support ksm_stat showing at cgroup level
2025-05-06 5:09 UTC (3+ messages)
[PATCH] zsmalloc: don't underflow size calculation in zs_obj_write()
2025-05-06 4:25 UTC (3+ messages)
[PATCH v3 0/6] Support large folios for tmpfs
2025-05-06 3:33 UTC (11+ messages)
` [PATCH v3 3/6] mm: shmem: add large folio support "
` [REGRESSION] "
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-05-06 2:40 UTC (8+ messages)
[PATCH v7 00/18] kexec: introduce Kexec HandOver (KHO)
2025-05-06 2:31 UTC (3+ messages)
` [PATCH v7 17/18] Documentation: add documentation for KHO
[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
2025-05-06 1:23 UTC (3+ messages)
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-05-06 0:57 UTC (3+ messages)
` [PATCH v2 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[PATCH v5 0/5] cgroup: separate rstat trees
2025-05-06 0:52 UTC (3+ messages)
` [PATCH v5 1/5] cgroup: use helper for distingushing css in callbacks
[PATCH v2] mm: Add ARCH_FORCE_PAGE_BLOCK_ORDER to select page block order
2025-05-06 0:28 UTC (3+ messages)
[akpm-mm:mm-new 279/316] mm/zblock.c:126: warning: Excess function parameter 'ops' description in 'zblock_create_pool'
2025-05-05 23:51 UTC
[DISCUSSION] Revisiting Slab Movable Objects
2025-05-05 23:29 UTC (6+ messages)
[PATCH AUTOSEL 6.12 086/486] s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
2025-05-05 22:35 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 278/486] x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()
Suppress pte soft-dirty bit with UFFDIO_COPY?
2025-05-05 22:15 UTC (3+ messages)
[PATCH AUTOSEL 6.14 083/642] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
2025-05-05 22:09 UTC (3+ messages)
` [PATCH AUTOSEL 6.14 109/642] s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
` [PATCH AUTOSEL 6.14 357/642] x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()
[PATCH v4 0/4] Let unmap_hugepage_range() and several related functions to take folio instead of page
2025-05-05 22:03 UTC (7+ messages)
` [PATCH v4 1/4] mm/hugetlb: Pass folio instead of page to unmap_ref_private()
` [PATCH v4 2/4] mm/hugetlb: Refactor unmap_hugepage_range() to take folio instead of page
` [PATCH v4 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() "
` [PATCH v4 4/4] mm/hugetlb: Convert use of struct page to folio in __unmap_hugepage_range()
[PATCH v2 0/3] memcg: decouple memcg and objcg stocks
2025-05-05 20:49 UTC (10+ messages)
` [PATCH v2 3/3] memcg: no irq disable for memcg stock lock
MSG_ZEROCOPY and the O_DIRECT vs fork() race
2025-05-05 20:14 UTC (4+ messages)
` Reorganising how the networking layer handles memory
[PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
2025-05-05 20:07 UTC (2+ messages)
remove block layer bounce buffering v2
2025-05-05 19:23 UTC (15+ messages)
` [PATCH 1/7] scsi: make aha152x depend on !HIGHMEM
` [PATCH 2/7] scsi: make imm "
` [PATCH 3/7] scsi: make ppa "
` [PATCH 4/7] usb-storage: reject probe of device one non-DMA HCDs when using highmem
` [PATCH 5/7] scsi: remove the no_highmem flag in the host
` [PATCH 6/7] block: remove bounce buffering support
[PATCH] docs/mm/damon/design: Fix spelling mistake
2025-05-05 19:14 UTC
[PATCH] mm: Add ARCH_FORCE_PAGE_BLOCK_ORDER to select page block order
2025-05-05 18:58 UTC (4+ messages)
[RFC 2/5] memcontrol: add boot option to enable memsw account on dfl
2025-05-05 18:29 UTC (11+ messages)
` [External] "
[PATCH v8] mm/mempolicy: Weighted Interleave Auto-tuning
2025-05-05 18:23 UTC
[PATCH] mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
2025-05-05 17:53 UTC (5+ messages)
[PATCH v3 0/3] Implement numa node notifier
2025-05-05 17:07 UTC (10+ messages)
` [PATCH v3 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v3 2/3] mm,memory_hotplug: Implement numa node notifier
[PATCH] mm/hugetlb: copy the CMA flag when demoting
2025-05-05 17:02 UTC (2+ messages)
[linus:master] [alloc_tag] 93d5440ece: WARNING:at_include/linux/alloc_tag.h:#__pgalloc_tag_sub
2025-05-05 16:57 UTC (3+ messages)
` "
[PATCH v3 1/3] driver/base: Optimize memory block registration to reduce boot time
2025-05-05 16:40 UTC (19+ messages)
[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
2025-05-05 16:38 UTC (9+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-05-05 16:08 UTC (4+ messages)
[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
2025-05-05 14:35 UTC (3+ messages)
[PATCH v2 next] mm/mempolicy: Fix error code in sysfs_wi_node_add()
2025-05-05 14:32 UTC
[PATCH v6 0/3] nvme/pci: PRP list DMA pool partitioning
2025-05-05 14:21 UTC (5+ messages)
` [PATCH v6 1/3] dmapool: add NUMA affinity support
[PATCH 09/12] tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
2025-05-05 12:11 UTC
[PATCH v8 09/14] cma: export cma_alloc() and cma_release()
2025-05-05 11:38 UTC (3+ messages)
[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
2025-05-05 9:38 UTC (16+ messages)
remove block layer bounce buffering
2025-05-05 8:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox