linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-04-28 17:12 UTC  (26+ 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 11/11] mm/io-mapping: track_pfn() -> "pfnmap tracking"

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

[PATCH v10 00/24] Provide a new two step DMA mapping API
 2025-04-28 16:46 UTC  (26+ 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 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v10 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v10 09/24] docs: core-api: document the IOVA-based API
` [PATCH v10 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v10 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v10 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v10 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v10 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v10 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v10 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v10 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v10 18/24] block: share more code for bio addition helper
` [PATCH v10 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v10 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v10 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v10 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v10 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v10 24/24] nvme-pci: store aborted state in flags variable

[PATCH V2] mm: alloc_tag: change the KASAN_TAG_WIDTH for HW_TAGS
 2025-04-28 16:01 UTC  (2+ messages)

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

[PATCH 0/7] Optimize mprotect for large folios
 2025-04-28 15:54 UTC  (15+ messages)
` [PATCH 1/7] mm: Refactor code in mprotect
` [PATCH 2/7] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH 4/7] arm64: Add batched version of ptep_modify_prot_start
` [PATCH 5/7] arm64: Add batched version of ptep_modify_prot_commit
` [PATCH 6/7] mm: Batch around can_change_pte_writable()
` [PATCH 7/7] mm: Optimize mprotect() through PTE-batching

[PATCH v4 00/12] khugepaged: mTHP support
 2025-04-28 15:45 UTC  (16+ messages)
` [PATCH v4 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
` [PATCH v4 07/12] khugepaged: add "
` [PATCH v4 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v4 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v4 12/12] Documentation: mm: update the admin guide for mTHP collapse

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

[DISCUSSION] Revisiting Slab Movable Objects
 2025-04-28 15:31 UTC  (4+ messages)

[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-28 15:28 UTC  (5+ 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

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-04-28 15:23 UTC  (9+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered

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

[PATCH v6 0/3] nvme/pci: PRP list DMA pool partitioning
 2025-04-28 15:01 UTC  (5+ messages)
` [PATCH v6 1/3] dmapool: add NUMA affinity support
` [PATCH v6 3/3] nvme/pci: make PRP list DMA pools per-NUMA-node

[bug] [stable-6.6.66] [maple_tree] [mmap] mab_mas_cp+0xb0/0x278 invalid maple_state for spanning
 2025-04-28 14:34 UTC 

SNP guest crash in memblock with unaccepted memory
 2025-04-28 14:04 UTC  (2+ messages)

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-28 13:20 UTC  (20+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map

[PATCH 0/3] mm: small cleanups for io-mapping, debug_page_alloc and numa
 2025-04-28 12:24 UTC  (9+ 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] mm/memory: fix mapcount / refcount sanity check for mTHP reuse
 2025-04-28 11:39 UTC  (3+ messages)

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

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

[PATCH rfc 00/12] mm: BPF OOM
 2025-04-28 10:43 UTC  (15+ messages)
` [PATCH rfc 01/12] mm: introduce a bpf hook for OOM handling
` [PATCH rfc 02/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH rfc 03/12] bpf: treat fmodret tracing program's arguments as trusted
` [PATCH rfc 04/12] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH rfc 05/12] mm: introduce bpf kfuncs to deal with memcg pointers
` [PATCH rfc 06/12] mm: introduce bpf_get_root_mem_cgroup() bpf kfunc
` [PATCH rfc 07/12] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH rfc 08/12] bpf: selftests: bpf OOM handler test
` [PATCH rfc 09/12] sched: psi: bpf hook to handle psi events
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc
` [PATCH rfc 11/12] bpf: selftests: introduce open_cgroup_file() helper
` [PATCH rfc 12/12] bpf: selftests: psi handler test

[PATCH] MAINTAINERS: add core mm section
 2025-04-28 10:29 UTC  (2+ messages)

[PATCH] tools/testing/selftests: fix guard region test tmpfs assumption
 2025-04-28 10:23 UTC  (2+ messages)

[PATCH] binfmt_elf: Move brk for static PIE even if ASLR disabled
 2025-04-28 10:14 UTC  (2+ messages)

[PATCH] mm: remove unused macro INIT_PASID
 2025-04-28 10:11 UTC  (2+ messages)

[PATCH v4] mm: pass nid to reserve_bootmem_region()
 2025-04-28  9:53 UTC  (4+ messages)
` [PATCH] mm: memblock: Fix arguments passed to memblock_set_node()

[PATCH mm-new] mm/zblock: avoid failing the build
 2025-04-28  9:27 UTC  (3+ messages)

[PATCH] mm: memblock: Fix arguments passed to memblock_set_node()
 2025-04-28  9:13 UTC  (2+ messages)

[PATCH] mm: hugetlb: Fix incorrect fallback for subpool
 2025-04-28  8:41 UTC  (2+ messages)

[PATCH] selftests/mm: use long for dwRegionSize
 2025-04-28  8:27 UTC  (3+ messages)

[PATCH v4 0/7] mm: Introduce for_each_valid_pfn()
 2025-04-28  8:25 UTC  (16+ messages)
` [PATCH v4 1/7] mm: Introduce for_each_valid_pfn() and use it from reserve_bootmem_region()
` [PATCH v4 7/7] mm/mm_init: Use for_each_valid_pfn() in init_unavailable_range()

[PATCH v4 0/9] SLUB percpu sheaves
 2025-04-28  7:08 UTC  (7+ messages)
` [PATCH v4 1/9] slab: add opt-in caching layer of "
` [PATCH v4 9/9] mm, slub: skip percpu sheaves for remote object freeing

[PATCH mm-new v2] mm/zblock: add debugfs
 2025-04-28  6:49 UTC 

[Hypervisor Live Update] Notes from April 21, 2025
 2025-04-28  6:20 UTC 

[BUG][powerpc] OOPs: Kernel access of bad area during zram swap write - kswapd0 crash
 2025-04-28  5:09 UTC  (2+ messages)

[PATCH v3] mm: pcp: increase pcp->free_count threshold to trigger free_high
 2025-04-28  5:00 UTC  (6+ messages)

[PATCH mm-new] mm/zblock: add debugfs
 2025-04-28  4:48 UTC  (3+ messages)

[PATCH] perf lock contention: Symbolize zone->lock using BTF
 2025-04-28  4:42 UTC  (2+ messages)

Call for Proposals for fossy.us 2025
 2025-04-28  4:07 UTC  (2+ messages)

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-04-28  3:43 UTC  (6+ messages)

[PATCH 0/6] mm, swap: clean up swap cache mapping helper
 2025-04-28  3:14 UTC  (22+ messages)
` [PATCH 1/6] fuse: drop usage of folio_index
` [PATCH 2/6] btrfs: "
` [PATCH 3/6] f2fs: "
` [PATCH 4/6] filemap: do not use folio_contains for swap cache folios
` [PATCH 5/6] mm: move folio_index to mm/swap.h and remove no longer needed helper
` [PATCH 6/6] mm, swap: remove no longer used swap mapping helper

[PATCH v3 0/3] Use kmem_cache for memcg alloc
 2025-04-28  2:20 UTC  (12+ messages)
` [PATCH v3 1/3] mm/memcg: move mem_cgroup_init() ahead of cgroup_init()
` [PATCH v3 2/3] mm/memcg: use kmem_cache when alloc memcg
` [PATCH v3 3/3] mm/memcg: use kmem_cache when alloc memcg pernode info

[RFC PATCH 0/7] Reviving the slab destructor to tackle the percpu allocator scalability problem
 2025-04-28  1:18 UTC  (5+ messages)

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-04-28  1:05 UTC  (11+ messages)

[PATCH v2 0/2] Clean up split_huge_pmd_locked() and remove unnecessary folio pointers
 2025-04-27  6:06 UTC  (5+ messages)
` [PATCH v2 1/2] mm/huge_memory: Adjust try_to_migrate_one() and split_huge_pmd_locked()
` [PATCH v2 2/2] mm/huge_memory: Remove useless folio pointers passing

[PATCH 2/3] lib/tests: Add randstruct KUnit test
 2025-04-27  6:04 UTC  (3+ messages)

[PATCH v7 00/13] nommu UML
 2025-04-27  3:49 UTC  (2+ messages)

[PATCH mm-unstable] samples/damon: trigger build even if only mtier is enabled
 2025-04-26 18:40 UTC 

[PATCH v2] mm: vmalloc: Support more granular vrealloc() sizing
 2025-04-26 10:17 UTC  (2+ messages)

[Invitation] Linux memory hotness and promotion biweekly
 2025-04-26  3:11 UTC 

mm/vmscan.o: warning: objtool: shrink_node+0x1a59: sibling call from callable instruction with modified stack frame
 2025-04-26  2:53 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