[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
2025-06-13 0:53 UTC (5+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH RFC v1 2/5] KVM: guest_memfd: Only access KVM memory attributes when appropriate
` [PATCH RFC v1 3/5] KVM: guest_memfd: Call arch invalidation hooks when converting to shared
` [PATCH RFC v1 4/5] KVM: guest_memfd: Don't prepare shared folios
[RFC PATCH 0/4] mm/damon: Add DAMOS action to interleave data across nodes
2025-06-12 23:49 UTC (6+ messages)
` [RFC PATCH 1/4] mm/mempolicy: Expose policy_nodemask() in include/linux/mempolicy.h
` [RFC PATCH 2/4] mm/damon/paddr: Add DAMOS_INTERLEAVE action
` [RFC PATCH 3/4] mm/damon: Move damon_pa_migrate_pages to ops-common
` [RFC PATCH 4/4] mm/damon/vaddr: Add vaddr version of DAMOS_INTERLEAVE
[linux-next:master] BUILD REGRESSION 0bb71d301869446810a0b13d3da290bd455d7c78
2025-06-12 22:53 UTC
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-12 22:50 UTC (13+ messages)
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
[PATCH 0/5] add STATIC_PMD_ZERO_PAGE config option
2025-06-12 21:46 UTC (11+ messages)
` [PATCH 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH 2/5] huge_memory: add huge_zero_page_shrinker_(init|exit) function
` [PATCH 3/5] mm: add static PMD zero page
` [PATCH 4/5] mm: add mm_get_static_huge_zero_folio() routine
` [PATCH 5/5] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()
[RFC PATCH 0/2] mm/swap, memcg: Support per-cgroup swap device prioritization
2025-06-12 21:32 UTC (10+ messages)
` [RFC PATCH 1/2] mm/swap, memcg: basic structure and logic for per cgroup swap priority control
` [RFC PATCH 2/2] mm: swap: apply per cgroup swap priority mechansim on swap layer
[PATCH 0/5] Remove zero_user()
2025-06-12 19:36 UTC (7+ messages)
` [PATCH 1/5] bio: Use memzero_page() in bio_truncate()
` [PATCH 2/5] null_blk: Use memzero_page()
` [PATCH 3/5] direct-io: "
` [PATCH 4/5] ceph: Convert ceph_zero_partial_page() to use a folio
` [PATCH 5/5] mm: Remove zero_user()
[PATCH v2 0/3] mm/huge_memory: vmf_insert_folio_*() and vmf_insert_pfn_pud() fixes
2025-06-12 18:02 UTC (34+ messages)
` [PATCH v2 1/3] mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()
` [PATCH v2 2/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()
` [PATCH v2 3/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-12 17:38 UTC (10+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v12 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v12 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v12 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH 0/6] mm: Consolidate lazy MMU mode context
2025-06-12 17:36 UTC (7+ messages)
` [PATCH 1/6] mm: Cleanup apply_to_pte_range() routine
` [PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
` [PATCH 3/6] mm/debug: Detect wrong arch_enter_lazy_mmu_mode() contexts
` [PATCH 4/6] sparc/mm: Do not disable preemption in lazy MMU mode
` [PATCH 5/6] powerpc/64s: "
` [PATCH 6/6] powerpc/64s: Do not re-activate batched TLB flush
[PATCH] mm, x86/mm: Move creating the tlb_flush event back to x86 code
2025-06-12 17:24 UTC (4+ messages)
[syzbot] [bcachefs?] [rcu?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
2025-06-12 17:20 UTC (6+ messages)
[PATCH v1] mm: Remove arch_flush_tlb_batched_pending() arch helper
2025-06-12 17:17 UTC (5+ messages)
[PATCH] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
2025-06-12 16:48 UTC (14+ messages)
[PATCH v8 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-06-12 16:29 UTC (4+ messages)
` [PATCH v8 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH 1/2] selftests: khugepaged: fix the shmem collapse failure
2025-06-12 15:48 UTC (15+ messages)
` [PATCH 2/2] selftests: mm: add shmem collpase as a default test item
[PATCH] alloc_tag: add per-NUMA node stats
2025-06-12 15:37 UTC (3+ messages)
[PATCH v2 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
2025-06-12 14:49 UTC (21+ messages)
` [PATCH v2 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-06-12 14:43 UTC (8+ messages)
[PATCH 0/2] squashfs: Remove page->mapping references
2025-06-12 14:39 UTC (3+ messages)
` [PATCH 1/2] squashfs: Pass the inode to squashfs_readahead_fragment()
` [PATCH 2/2] squashfs: Use folios in squashfs_bio_read_cached()
[PATCH] powerpc/thp: tracing: Hide hugepage events under CONFIG_PPC_BOOK3S_64
2025-06-12 14:12 UTC
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
2025-06-12 14:05 UTC (6+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[RFC PATCH] mm,memory: Define struct vm_fault directly in handle_mm_fault
2025-06-12 14:00 UTC
[PATCH 0/5] Misc rework on hugetlb_fault
2025-06-12 13:47 UTC (6+ messages)
` [PATCH 1/5] mm,hugetlb: Change mechanism to detect a COW on private mapping
` [PATCH 2/5] mm,hugetlb: Document the reason to lock the folio in the faulting path
` [PATCH 3/5] mm,hugetlb: Conver anon_rmap into boolean
` [PATCH 4/5] mm,hugetlb: Drop obsolete comment about non-present pte and second faults
` [PATCH 5/5] mm,hugetlb: Drop unlikelys from hugetlb_fault
[PATCH v3] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-12 12:45 UTC (2+ messages)
[PATCH] mm/slab: fix folio_test_{anon,ksm}() false positive on slabs
2025-06-12 12:44 UTC (6+ messages)
[PATCH] mm/pagewalk: Clean up folio_walk_start() by removing expose_page
2025-06-12 12:38 UTC (3+ messages)
[PATCH 0/5] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
2025-06-12 12:15 UTC (11+ messages)
` [PATCH 1/5] mm/Kconfig: add ARCH_NEEDS_WEAK_PER_CPU option
` [PATCH 2/5] alpha: Modify the definition logic of WEAK_PER_CPU
` [PATCH 3/5] s390: "
` [PATCH 4/5] mm: use MODULE_NEEDS_WEAK_PER_CPU instead of ARCH_NEEDS_WEAK_PER_CPU
` [PATCH 5/5] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag
[PATCH v4 0/2] Optimize mremap() for large folios
2025-06-12 12:13 UTC (5+ messages)
` [PATCH v4 1/2] mm: Call pointers to ptes as ptep
` [PATCH v4 2/2] mm: Optimize mremap() by PTE batching
[RFC PATCH] memcontrol: Wait for draining of remote stocks to avoid OOM when charging
2025-06-12 11:37 UTC (2+ messages)
[PATCH v5 0/5] Readahead tweaks for larger folios
2025-06-12 11:37 UTC (3+ messages)
` [PATCH v5 4/5] mm/readahead: Store folio order in struct file_ra_state
[PATCHv2] wifi: ath11k: mark reset srng lists as uninitialized
2025-06-12 10:23 UTC (3+ messages)
[PATCH] selftests/mm: Add CONFIG_FTRACE to config
2025-06-12 10:04 UTC (4+ messages)
[PATCH] man/man2/memfd_secret.2: Correct the flags
2025-06-12 9:45 UTC
page type is 0, migratetype passed is 2 (nr=256)
2025-06-12 9:05 UTC (6+ messages)
[PATCH 1/5] mm/Kconfig: add ARCH_NEEDS_WEAK_PER_CPU option
2025-06-12 7:54 UTC (3+ messages)
` [PATCH 2/5] alpha: Modify the definition logic of WEAK_PER_CPU
` [PATCH 3/5] s390: "
[PATCH 0/5] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
2025-06-12 7:54 UTC
[PATCH v3 0/4] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
2025-06-12 7:25 UTC (13+ messages)
` [PATCH v3 3/4] fbdev/deferred-io: Support "
locking/local_lock, mm: sparse warnings about shadowed variable
2025-06-12 7:03 UTC (5+ messages)
[linus:master] [mm] c544a952ba: vm-scalability.throughput 33.3% improvement
2025-06-12 6:34 UTC
[PATCH 0/7] iomap: zero range folio batch support
2025-06-12 4:06 UTC (7+ messages)
` [PATCH 3/7] iomap: optional zero range dirty folio processing
[PATCH net-next 0/9] Split netmem from struct page
2025-06-12 1:58 UTC (15+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH] mm/alloc_tag: add the ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable alloc_tag_counters
2025-06-12 1:38 UTC (6+ messages)
[PATCH v3] mm/shmem, swap: fix softlockup with mTHP swapin
2025-06-12 1:15 UTC (4+ messages)
[RFC PATCH] mm: hugetlb: Fix incorrect fallback for subpool
2025-06-12 0:54 UTC (2+ messages)
[PATCH v4] mm: userfaultfd: fix race of userfaultfd_move and swap cache
2025-06-12 0:19 UTC (4+ messages)
[PATCH v3 0/2] x86/mm: Improve alloc handling of phys_*_init()
2025-06-11 22:56 UTC (4+ messages)
` [PATCH v3 1/2] x86/mm: Handle alloc failure in phys_*_init()
list_lru isolate callback question?
2025-06-11 22:34 UTC (8+ messages)
[PATCH v2 0/4] cgroup: nmi safe css_rstat_updated
2025-06-11 22:15 UTC (3+ messages)
` [PATCH v2 3/4] cgroup: remove per-cpu per-subsystem locks
` [PATCH v2 4/4] memcg: cgroup: call css_rstat_updated irrespective of in_nmi()
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