[PATCH v2] slab: fix slab accounting imbalance due to defer_deactivate_slab()
2025-10-23 12:01 UTC
[PATCH v4 0/6] mm: hugetlb: allocate frozen gigantic folio
2025-10-23 11:59 UTC (7+ messages)
` [PATCH v4 1/6] mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()
` [PATCH v4 2/6] mm: page_alloc: add __split_page()
` [PATCH v4 3/6] mm: cma: add __cma_release()
` [PATCH v4 4/6] mm: page_alloc: add alloc_contig_frozen_{range,pages}()
` [PATCH v4 5/6] mm: cma: add cma_alloc_frozen{_compound}()
` [PATCH v4 6/6] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()
[PATCH v2 0/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
2025-10-23 11:54 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] mm/filemap: Implement fast short reads
2025-10-23 11:49 UTC (17+ messages)
[PATCH v4 0/6] Cache coherency management subsystem
2025-10-23 11:49 UTC (9+ messages)
` [PATCH v4 3/6] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v4 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-10-23 11:41 UTC (5+ messages)
[RFC, PATCH 0/2] Large folios vs. SIGBUS semantics
2025-10-23 11:38 UTC (5+ messages)
[PATCH v5 0/4] mm: some optimizations for prot numa
2025-10-23 11:37 UTC (5+ messages)
` [PATCH v5 1/4] mm: mprotect: always skip dma pinned folio in prot_numa_skip()
` [PATCH v5 2/4] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
` [PATCH v5 3/4] mm: mprotect: convert to folio_can_map_prot_numa()
` [PATCH v5 4/4] mm: huge_memory: use folio_can_map_prot_numa() for pmd folio
dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
2025-10-23 11:29 UTC
[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
2025-10-23 11:10 UTC (3+ messages)
[PATCH -v3 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-10-23 10:54 UTC (4+ messages)
` [PATCH -v3 1/2] mm: add spurious fault fixing support for huge pmd
` [PATCH -v3 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-23 10:24 UTC (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
[PATCH -v2 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-10-23 10:18 UTC (17+ messages)
` [PATCH -v2 2/2] arm64, tlbflush: don't "
[PATCH v5] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
2025-10-23 10:13 UTC (3+ messages)
[PATCHv2 0/2] Fix SIGBUS semantics with large folios
2025-10-23 9:32 UTC (3+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure
[PATCH] slab: Fix obj_ext is mistakenly considered NULL due to race condition
2025-10-23 9:11 UTC (8+ messages)
fs/proc/base.c:3279:4-39: opportunity for str_yes_no(mm_flags_test ( MMF_VM_MERGE_ANY , mm )) (fwd)
2025-10-23 8:58 UTC
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-10-23 8:44 UTC (21+ messages)
` [PATCH v12 mm-new 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v12 mm-new 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v12 mm-new 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v12 mm-new 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v12 mm-new 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v12 mm-new 10/15] khugepaged: improve tracepoints for mTHP orders
` [PATCH v12 mm-new 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v12 mm-new 14/15] khugepaged: run khugepaged for all orders
` [PATCH v12 mm-new 15/15] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v11 00/15] unwind_deferred: Implement sframe handling
2025-10-23 8:09 UTC (9+ messages)
` [PATCH v11 01/15] fixup! unwind: Implement compat fp unwind
` [PATCH v11 03/15] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v11 04/15] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v11 05/15] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v11 13/15] unwind_user/sframe: Show file name in debug output
make block layer auto-PI deadlock safe
2025-10-23 8:08 UTC (4+ messages)
` [PATCH 1/3] slab, block: generalize bvec_alloc_gfp
` [PATCH 2/3] block: blocking mempool_alloc doesn't fail
` [PATCH 3/3] block: make bio auto-integrity deadlock safe
[RFC mm v4 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-10-23 7:44 UTC (3+ messages)
` [RFC mm v4 1/2] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
` [RFC mm v4 2/2] mm: introduce a new page type for page pool in page type
Possible regression in pin_user_pages_fast() behavior after commit 7ac67301e82f ("ext4: enable large folio for regular file")
2025-10-23 7:34 UTC (5+ messages)
[PATCHv7 0/7] liveupdate: Rework KHO for in-kernel users
2025-10-23 7:32 UTC (10+ messages)
` [PATCHv7 1/7] kho: allow to drive kho from within kernel
` [PATCHv7 4/7] kho: add interfaces to unpreserve folios and page ranges
` [PATCHv7 5/7] kho: don't unpreserve memory during abort
` [PATCHv7 7/7] liveupdate: kho: move kho debugfs directory to liveupdate
[PATCH 01/19] sched/fair: Add infrastructure for cache-aware load balancing
2025-10-23 7:26 UTC
[PATCH 16/19] sched/fair: Exclude processes with many threads from cache-aware scheduling
2025-10-23 7:22 UTC
[PATCH v7 0/8] Fix stale IOTLB entries for kernel address space
2025-10-23 7:10 UTC (14+ messages)
` [PATCH v7 1/8] iommu: Disable SVA when CONFIG_X86 is set
` [PATCH v7 2/8] mm: Add a ptdesc flag to mark kernel page tables
` [PATCH v7 4/8] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v7 7/8] mm: Introduce deferred freeing for kernel page tables
[PATCH v3] mm/shmem: fix THP allocation and fallback loop
2025-10-23 6:59 UTC
[PATCH v2] mm/shmem: fix THP allocation and fallback loop
2025-10-23 6:05 UTC (4+ messages)
[PATCH V2] mm/debug_vm_pgtable: Add [pte|pmd]_mkwrite_novma() tests
2025-10-23 3:32 UTC (8+ messages)
[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
2025-10-23 2:45 UTC (8+ messages)
[PATCH v4] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
2025-10-23 1:48 UTC (4+ messages)
[PATCH 6.1.y v2] Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
2025-10-23 1:47 UTC
[PATCH] mm/kmsan: Fix kmsan kmalloc hook when no stack depots are allocated yet
2025-10-23 1:39 UTC (6+ messages)
[Patch v3 0/4] mm/huge_memory: cleanup __split_unmapped_folio()
2025-10-23 1:32 UTC (13+ messages)
` [Patch v3 2/4] mm/huge_memory: update folio stat after successful split
` [Patch v3 3/4] mm/huge_memory: optimize and simplify folio stat update after split
` [Patch v3 4/4] mm/huge_memory: optimize old_order derivation during folio splitting
[PATCH 0/9] mm/damon: support pin-point targets removal
2025-10-23 1:25 UTC (10+ messages)
` [PATCH 1/9] mm/damon/core: add damon_target->obsolete for pin-point removal
` [PATCH 2/9] mm/damon/sysfs: test commit input against realistic destination
` [PATCH 3/9] mm/damon/sysfs: implement obsolete_target file
` [PATCH 4/9] Docs/admin-guide/mm/damon/usage: document "
` [PATCH 5/9] Docs/ABI/damon: document obsolete_target sysfs file
` [PATCH 6/9] selftests/damon/_damon_sysfs: support obsolete_target file
` [PATCH 7/9] drgn_dump_damon_status: dump damon_target->obsolete
` [PATCH 8/9] sysfs.py: extend assert_ctx_committed() for monitoring targets
` [PATCH 9/9] selftests/damon/sysfs: add obsolete_target test
[GIT PULL] hotfixes for 6.18-rc3
2025-10-23 1:09 UTC (2+ messages)
[PATCH v2 0/3] Make KHO Stateless
2025-10-23 0:51 UTC (4+ messages)
` [PATCH v2 1/3] kho: Adopt KHO radix tree data structures
[PATCH] slab: perform inc_slabs_node() as part of new_slab()
2025-10-22 23:56 UTC (4+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-22 23:30 UTC (6+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v3 0/4] Optimize folio split in memory failure
2025-10-22 20:47 UTC (15+ messages)
` [PATCH v3 1/4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
` [PATCH v3 2/4] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v3 3/4] mm/memory-failure: improve large block size folio handling
` [PATCH v3 4/4] mm/huge_memory: fix kernel-doc comments for folio_split() and related
allow file systems to increase the minimum writeback chunk size v2
2025-10-22 18:38 UTC (3+ messages)
[PATCH] memcg: manually uninline __memcg_memory_event
2025-10-22 18:10 UTC (4+ messages)
[PATCH v2] arm64: mte: Do not warn if the page is already tagged in copy_highpage()
2025-10-22 18:08 UTC (2+ messages)
[PATCH] mm/vmalloc: request large order pages from buddy allocator
2025-10-22 17:50 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION aaa9c3550b60d6259d6ea8b1175ade8d1242444e
2025-10-22 17:32 UTC
[RFC PATCH v2 0/3] Add testable code specifications
2025-10-22 17:13 UTC (6+ messages)
[Bug report][xfstests generic/751] hang on nfs writeback
2025-10-22 16:24 UTC (2+ messages)
[PATCH v3 0/3] mm: Implement ECC handling for pfn with no struct page
2025-10-22 16:00 UTC (3+ messages)
` [PATCH v3 1/3] mm: handle poisoning of pfn without struct pages
[PATCH 6.1.y] selftests/mm: Move default_huge_page_size to vm_util.c
2025-10-22 15:35 UTC (7+ messages)
[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
2025-10-22 15:28 UTC (2+ messages)
[PATCH v1] selftests: cachestat: Fix warning on declaration under label
2025-10-22 15:27 UTC (3+ 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