linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/7] Optimize mprotect for large folios
 2025-04-29  9:27 UTC  (19+ messages)
` [PATCH v2 1/7] mm: Refactor code in mprotect
` [PATCH v2 2/7] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v2 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v2 4/7] arm64: Add batched version of ptep_modify_prot_start
` [PATCH v2 5/7] arm64: Add batched version of ptep_modify_prot_commit
` [PATCH v2 6/7] mm: Batch around can_change_pte_writable()
` [PATCH v2 7/7] mm: Optimize mprotect() through PTE-batching

[RFC Patch 0/5] Make anon_vma operations testable
 2025-04-29  9:06 UTC  (6+ messages)
` [RFC Patch 1/5] mm: move anon_vma manipulation functions to own file
` [RFC Patch 2/5] anon_vma: add skeleton code for userland testing of anon_vma logic
` [RFC Patch 3/5] anon_vma: add test for mergeable anon_vma
` [RFC Patch 4/5] anon_vma: add test for reusable anon_vma
` [RFC Patch 5/5] anon_vma: add test to assert no double-reuse

[PATCH 0/6] mm, swap: clean up swap cache mapping helper
 2025-04-29  8:54 UTC  (8+ messages)
` [PATCH 1/6] fuse: drop usage of folio_index
` [PATCH 4/6] filemap: do not use folio_contains for swap cache folios

drivers/s390/block/dcssblk.c:718:undefined reference to `kill_dax'
 2025-04-29  8:27 UTC 

[PATCH v6 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-04-29  8:06 UTC  (7+ messages)
` [PATCH v6 10/14] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v6 11/14] x86: add KHO support

[Hypervisor Live Update] Notes from April 21, 2025
 2025-04-29  8:00 UTC  (3+ messages)

[RFC PATCH v6.6] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
 2025-04-29  7:48 UTC  (2+ messages)

SNP guest crash in memblock with unaccepted memory
 2025-04-29  7:46 UTC  (6+ messages)

[PATCH v4 0/9] SLUB percpu sheaves
 2025-04-29  7:36 UTC  (5+ messages)
` [PATCH v4 1/9] slab: add opt-in caching layer of "
` [PATCH v4 2/9] slab: add sheaf support for batching kfree_rcu() operations

[PATCH v3 0/7] mm, swap: remove swap slot cache
 2025-04-29  7:31 UTC  (5+ messages)
` [PATCH v3 6/7] "

[PATCH 0/3] mm: small cleanups for io-mapping, debug_page_alloc and numa
 2025-04-29  7:29 UTC  (8+ messages)
` [PATCH 1/3] mm/io-mapping: precompute remap protection flags for clarity
` [PATCH 2/3] mm/debug_page_alloc: improve error message for invalid guardpage minorder
` [PATCH 3/3] mm/numa: remove unnecessary local variable in alloc_node_data()

[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-29  7:28 UTC  (20+ messages)
` [PATCH v3 1/4] mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
` [PATCH v3 2/4] mm: abstract initial stack setup to mm subsystem
` [PATCH v3 3/4] mm: move dup_mmap() to mm
` [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm

[PATCH v4 00/12] khugepaged: mTHP support
 2025-04-29  7:16 UTC  (9+ messages)
` [PATCH v4 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
` [PATCH v4 08/12] khugepaged: skip collapsing mTHP to smaller orders

[GIT PULL] memblock: fixes for nid setting in memmap_init_reserved_pages()
 2025-04-29  6:26 UTC 

[PATCH v10 00/24] Provide a new two step DMA mapping API
 2025-04-29  6:18 UTC  (22+ messages)
` [PATCH v10 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v10 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
` [PATCH v10 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v10 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v10 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v10 23/24] nvme-pci: convert to blk_rq_dma_map

[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-04-29  6:15 UTC  (8+ messages)
` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()
` [RFC PATCH 2/3] cgroup: support to enable nmi-safe css_rstat_updated
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe
` [OFFLIST PATCH 1/2] cgroup: use separate rstat trees for each subsystem
  ` [OFFLIST PATCH 2/2] cgroup: use subsystem-specific rstat locks to avoid contention

[PATCH v5 00/12] khugepaged: mTHP support
 2025-04-29  5:10 UTC  (14+ messages)
` [PATCH v5 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v5 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v5 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v5 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v5 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v5 07/12] khugepaged: add "
` [PATCH v5 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v5 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v5 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v5 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH 0/7] Optimize mprotect for large folios
 2025-04-29  4:59 UTC  (11+ messages)
` [PATCH 4/7] arm64: Add batched version of ptep_modify_prot_start
` [PATCH 6/7] mm: Batch around can_change_pte_writable()

[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
 2025-04-29  4:53 UTC  (7+ messages)
` [RFC PATCH 1/4] mm: move hugepage_global_{enabled,always}() to internal.h
` [RFC PATCH 2/4] mm: pass VMA parameter to hugepage_global_{enabled,always}()
` [RFC PATCH 3/4] mm: add BPF hook for THP adjustment
` [RFC PATCH 4/4] selftests/bpf: Add selftest "

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-29  4:06 UTC  (9+ messages)
` [PATCH RFC v3 1/8] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v3 2/8] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v3 3/8] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v3 4/8] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v3 5/8] rseq: add __always_inline for rseq_kernel_fields
` [PATCH RFC v3 6/8] kcov: add __always_inline for canonicalize_ip
` [PATCH RFC v3 7/8] x86/xen: add __init for xen_pgd_walk
` [PATCH RFC v3 8/8] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE

[PATCH rfc 00/12] mm: BPF OOM
 2025-04-29  1:56 UTC  (4+ messages)

[RFC PATCH v6.6] maple_tree: Fix mas_prealloc() reset
 2025-04-29  0:19 UTC  (3+ messages)

[PATCH] kernel-doc: Add initial binfmt docs
 2025-04-28 23:27 UTC  (2+ messages)

[PATCH v2] sched/numa: Add statistics of numa balance task migration and swap
 2025-04-28 23:19 UTC  (3+ messages)

[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
 2025-04-28 23:08 UTC  (10+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration

[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
 2025-04-28 23:01 UTC  (5+ messages)

[PATCH v3 0/4] mm/hugetlb: Let unmap_hugepage_range() and
 2025-04-28 21:33 UTC  (16+ messages)
` [PATCH v3 1/4] mm/hugetlb: Pass folio instead of page to unmap_ref_private()
` [PATCH v3 2/4] mm/hugetlb: Refactor unmap_hugepage_range() to take folio instead of page
` [PATCH v3 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() "
` [PATCH v3 4/4] mm/hugetlb: Convert use of struct page to folio in __unmap_hugepage_range()

[PATCH v2 1/2] driver/base: Optimize memory block registration to reduce boot time
 2025-04-28 21:21 UTC  (4+ messages)
` [PATCH v2 2/2] driver/base: Remove unused functions

[RFC] pin_user_pages_fast failure count increased
 2025-04-28 21:12 UTC  (4+ messages)

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-04-28 20:37 UTC  (47+ messages)
` [PATCH v1 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v1 02/11] mm: convert track_pfn_insert() to pfnmap_sanitize_pgprot()
` [PATCH v1 03/11] x86/mm/pat: introduce pfnmap_track() and pfnmap_untrack()
` [PATCH v1 04/11] mm/memremap: convert to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking "
` [PATCH v1 06/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v1 07/11] mm: remove VM_PAT
` [PATCH v1 08/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v1 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v1 11/11] mm/io-mapping: "

[PATCH v2 0/3] move all VMA allocation, freeing and duplication logic to mm
 2025-04-28 20:29 UTC  (6+ messages)
` [PATCH v2 1/3] mm: abstract initial stack setup to mm subsystem

[PATCH V3] mm: page-flags-layout.h: change the KASAN_TAG_WIDTH for HW_TAGS
 2025-04-28 20:14 UTC 

[PATCH V2] mm: alloc_tag: change the KASAN_TAG_WIDTH for HW_TAGS
 2025-04-28 20:05 UTC  (3+ messages)

[bug] [stable-6.6.66] [maple_tree] [mmap] mab_mas_cp+0xb0/0x278 invalid maple_state for spanning
 2025-04-28 19:26 UTC  (3+ messages)

Report: Performance regression from ib_umem_get on zone device pages
 2025-04-28 19:11 UTC  (5+ messages)

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-04-28 19:02 UTC  (12+ messages)

[PATCH v5 0/4] mm: introduce THP deferred setting
 2025-04-28 18:29 UTC  (5+ messages)
` [PATCH v5 1/4] mm: defer THP insertion to khugepaged
` [PATCH v5 2/4] mm: document (m)THP defer usage
` [PATCH v5 3/4] khugepaged: add defer option to mTHP options
` [PATCH v5 4/4] selftests: mm: add defer to thp setting parser

[PATCH 1/2] selftests/mm: Fix build break when compiling pkey_util.c
 2025-04-28 17:13 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: Fix a build failure on powerpc

[Invitation] Linux MM Alignment Session on shared PTEs across processes (mshare) on Wednesday
 2025-04-28 15:55 UTC 

page:  |  | latest

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