linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[GIT PULL] hotfixes for 6.18-rc3
 2025-10-22 19:45 UTC 

[PATCH v4 0/6] Cache coherency management subsystem
 2025-10-22 19:22 UTC  (8+ messages)
` [PATCH v4 1/6] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v4 2/6] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v4 3/6] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v4 4/6] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE
` [PATCH v4 5/6] MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
` [PATCH v4 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH] slab: perform inc_slabs_node() as part of new_slab()
 2025-10-22 19:20 UTC  (3+ messages)

[PATCH v7 0/8] Fix stale IOTLB entries for kernel address space
 2025-10-22 19:12 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 3/8] mm: Actually mark kernel page table pages
` [PATCH v7 4/8] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v7 5/8] mm: Introduce pure page table freeing function
` [PATCH v7 6/8] x86/mm: Use pagetable_free()
` [PATCH v7 7/8] mm: Introduce deferred freeing for kernel page tables
` [PATCH v7 8/8] iommu/sva: Invalidate stale IOTLB entries for kernel address space

allow file systems to increase the minimum writeback chunk size v2
 2025-10-22 18:38 UTC  (3+ messages)

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-22 18:37 UTC  (16+ 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 v3 0/3] KHO: kfence + KHO memory corruption fix
 2025-10-22 18:24 UTC  (11+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH v3 2/3] liveupdate: kho: Increase metadata bitmap size to PAGE_SIZE

[PATCH] memcg: manually uninline __memcg_memory_event
 2025-10-22 18:10 UTC  (5+ 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  (4+ messages)

[linux-next:master] BUILD REGRESSION aaa9c3550b60d6259d6ea8b1175ade8d1242444e
 2025-10-22 17:32 UTC 

[PATCH] mm/filemap: Implement fast short reads
 2025-10-22 17:28 UTC  (12+ messages)

[RFC PATCH v2 0/3] Add testable code specifications
 2025-10-22 17:13 UTC  (6+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-22 16:51 UTC  (4+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2

[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  (8+ messages)
` [PATCH v3 1/3] mm: handle poisoning of pfn without struct pages
` [PATCH v3 2/3] mm: Change ghes code to allow poison of non-struct pfn

[PATCH v2 0/3] Make KHO Stateless
 2025-10-22 15:51 UTC  (3+ messages)
` [PATCH v2 1/3] kho: Adopt KHO radix tree data structures

[PATCH 6.1.y] selftests/mm: Move default_huge_page_size to vm_util.c
 2025-10-22 15:35 UTC  (11+ messages)

[PATCH v4] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
 2025-10-22 15:30 UTC 

[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)

[v7 00/16] mm: support device-private THP
 2025-10-22 15:26 UTC  (11+ messages)
` [v7 04/16] mm/rmap: extend rmap and migration support device-private entries
` [v7 11/16] mm/migrate_device: add THP splitting during migration

[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
 2025-10-22 15:05 UTC  (13+ messages)

[RFC PATCH v2] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-10-22 14:53 UTC  (3+ messages)

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-10-22 14:43 UTC  (16+ messages)
` [PATCH v11 01/15] fixup! unwind: Implement compat fp unwind
` [PATCH v11 02/15] fixup! unwind_user/x86: Enable frame pointer unwinding on x86
` [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 06/15] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v11 07/15] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v11 08/15] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v11 09/15] unwind_user: Stop when reaching an outermost frame
` [PATCH v11 10/15] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v11 11/15] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v11 12/15] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v11 13/15] unwind_user/sframe: Show file name in debug output
` [PATCH v11 14/15] unwind_user/sframe: Add .sframe validation option
` [PATCH v11 15/15] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[PATCH] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
 2025-10-22 14:39 UTC  (2+ messages)

[PATCH v8] hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()
 2025-10-22 14:34 UTC  (2+ messages)

oom-killer not invoked on systems with multiple memory-tiers
 2025-10-22 13:57 UTC 

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-10-22 13:09 UTC  (4+ messages)

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-22 12:50 UTC  (18+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v2] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
 2025-10-22 11:40 UTC  (5+ messages)

[PATCHv7 0/7] liveupdate: Rework KHO for in-kernel users
 2025-10-22 11:15 UTC  (12+ messages)
` [PATCHv7 1/7] kho: allow to drive kho from within kernel
` [PATCHv7 2/7] kho: make debugfs interface optional
` [PATCHv7 3/7] kho: drop notifiers
` [PATCHv7 4/7] kho: add interfaces to unpreserve folios and page ranges
` [PATCHv7 5/7] kho: don't unpreserve memory during abort
` [PATCHv7 6/7] liveupdate: kho: move to kernel/liveupdate
` [PATCHv7 7/7] liveupdate: kho: move kho debugfs directory to liveupdate

[PATCH v2] mm/shmem: fix THP allocation and fallback loop
 2025-10-22 10:57 UTC 

[PATCH -v2 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-10-22 10:52 UTC  (14+ messages)
` [PATCH -v2 2/2] arm64, tlbflush: don't "

[PATCH] arm64: mte: Do not warn if the page is already tagged in copy_highpage()
 2025-10-22 10:00 UTC  (5+ messages)

[PATCH] mm/kmsan: Fix kmsan kmalloc hook when no stack depots are allocated yet
 2025-10-22  9:43 UTC  (5+ messages)

[PATCH v1 00/23] mm: balloon infrastructure cleanups
 2025-10-22  8:43 UTC  (16+ messages)
` [PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
` [PATCH v1 04/23] mm/balloon_compaction: centralize basic page migration handling
` [PATCH v1 06/23] vmw_balloon: stop using the balloon_dev_info lock
` [PATCH v1 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
` [PATCH v1 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()

Possible regression in pin_user_pages_fast() behavior after commit 7ac67301e82f ("ext4: enable large folio for regular file")
 2025-10-22  8:30 UTC  (2+ messages)

[PATCH v5 06/12] drm/i915: Use huge tmpfs mountpoint helpers
 2025-10-22  8:28 UTC  (5+ messages)

[PATCH V2] mm/debug_vm_pgtable: Add [pte|pmd]_mkwrite_novma() tests
 2025-10-22  8:11 UTC  (4+ messages)

[PATCH] mm/shmem: fix THP allocation size check and fallback
 2025-10-22  7:47 UTC  (4+ messages)

[PATCH] mm/page_alloc: Consider PCP pages as part of pfmemalloc_reserve
 2025-10-22  7:41 UTC  (3+ messages)
` [PATCH] mm/page_alloc: Consider PCP pages as part of

[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
 2025-10-22  7:01 UTC  (2+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-10-22  6:47 UTC  (6+ messages)

[PATCH v2 0/3] Do not change split folio target order
 2025-10-22  6:39 UTC  (5+ messages)
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling

O_DIRECT vs BLK_FEAT_STABLE_WRITES, was Re: [PATCH] btrfs: never trust the bio from direct IO
 2025-10-22  6:24 UTC  (9+ messages)

[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
 2025-10-22  5:18 UTC  (3+ messages)
` [PATCH v12 23/23] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
 2025-10-22  5:06 UTC  (9+ messages)

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-10-22  4:39 UTC  (3+ messages)

[PATCH mm-new v2] mm/khugepaged: Factor out common logic in [scan,alloc]_sleep_millisecs_store()
 2025-10-22  4:06 UTC  (3+ messages)

[RFC PATCH 1/2] ARM: mm: support memory-failure
 2025-10-22  3:58 UTC  (2+ messages)

[PATCH] mm/vmstat: Fix indentation in fold_diff function
 2025-10-22  3:56 UTC  (2+ messages)

[PATCH v3 0/4] Optimize folio split in memory failure
 2025-10-22  3:35 UTC  (5+ 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

[syzbot] [mm?] INFO: rcu detected stall in shmem_file_write_iter (3)
 2025-10-22  3:00 UTC 

[PATCH] mm: Remove reference to destructor in comment in calculate_sizes()
 2025-10-22  1:45 UTC  (2+ messages)

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-22  1:36 UTC  (4+ messages)
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset

[PATCH v4 0/4] mm: some optimizations for prot numa
 2025-10-22  1:33 UTC  (7+ messages)
` [PATCH v4 4/4] mm: huge_memory: use folio_needs_prot_numa() for pmd folio

[PATCH v1 0/3] Make KHO Stateless
 2025-10-22  0:59 UTC  (6+ messages)
` [PATCH v1 1/3] kho: Adopt KHO radix tree data structures

[PATCH v4 3/4] mm: mprotect: convert to folio_needs_prot_numa()
 2025-10-22  0:51 UTC  (12+ messages)

[PATCH] mm/damon/sysfs: Remove misleading todo comment in nid_show()
 2025-10-22  0:46 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox