linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/5] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-05 23:17 UTC  (2+ messages)
` [PATCH 4/5] mm: Provide page mask in struct follow_pfnmap_args

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-05 23:17 UTC  (17+ messages)

[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
 2025-02-05 23:04 UTC  (7+ messages)

[PATCH] memcg: add hierarchical effective limits for v2
 2025-02-05 22:33 UTC  (2+ messages)

[PATCH v4 4/6] mm/damon: introduce DAMOS filter type hugepage
 2025-02-05 22:05 UTC  (3+ messages)

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-05 22:03 UTC  (10+ messages)
` [PATCH v2 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v2 2/8] fs/buffer: remove batching from async read
` [PATCH v2 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v2 8/8] bdev: use bdev_io_min() for statx block size

[PATCH v4 3/6] mm/damon/sysfs-schemes: add files for setting damos_filter->folio_size
 2025-02-05 21:44 UTC  (3+ messages)

[PATCH v4 2/6] mm/damon/paddr: use damon_get_folio_in_region to obtain folio
 2025-02-05 21:40 UTC  (3+ messages)

[RFC][PATCH 1/2] sched: Extended scheduler time slice
 2025-02-05 21:36 UTC  (10+ messages)

[PATCH 1/1] alloc_tag: work around clang-14 issue with __builtin_object_size()
 2025-02-05 21:28 UTC  (5+ messages)

[PATCH v4 0/5] reduce tasklist_lock hold time on exit and do some pid cleanup
 2025-02-05 20:58 UTC  (12+ messages)
` [PATCH v4 1/5] exit: perform add_device_randomness() without tasklist_lock
` [PATCH v4 2/5] exit: hoist get_pid() in release_task() outside of tasklist_lock
` [PATCH v4 3/5] pid: sprinkle tasklist_lock asserts
` [PATCH v4 4/5] pid: perform free_pid() calls outside of tasklist_lock
` [PATCH v4 5/5] pid: drop irq disablement around pidmap_lock

[PATCH v5 0/5] reduce tasklist_lock hold time on exit and do some pid cleanup
 2025-02-05 20:56 UTC  (8+ messages)
` [PATCH v5 1/5] exit: perform add_device_randomness() without tasklist_lock
` [PATCH v5 2/5] exit: hoist get_pid() in release_task() outside of tasklist_lock
` [PATCH v5 3/5] pid: sprinkle tasklist_lock asserts
` [PATCH v5 4/5] pid: perform free_pid() calls outside of tasklist_lock
` [PATCH v5 5/5] pid: drop irq disablement around pidmap_lock

[PATCH 04/15] kasan: arm64: x86: risc-v: Make special tags arch specific
 2025-02-05 20:20 UTC  (2+ messages)

[PATCH v13 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-05 19:26 UTC  (14+ messages)
` [PATCH v13 2/8] mm: rust: add vm_area_struct methods that require read access

[LSF/MM/BPF TOPIC] buffered IO atomic writes
 2025-02-05 19:22 UTC 

[PATCHv4 00/17] zsmalloc/zram: there be preemption
 2025-02-05 19:06 UTC  (9+ messages)
` [PATCHv4 14/17] zsmalloc: make zspage lock preemptible

[Invitation] bi-weekly guest_memfd upstream call on 2025-02-06
 2025-02-05 19:00 UTC 

[syzbot] [mm?] KCSAN: data-race in mprotect_fixup / try_to_migrate_one
 2025-02-05 18:59 UTC  (14+ messages)

[syzbot] [hardening?] [mm?] BUG: bad usercopy in vfs_readlink
 2025-02-05 18:53 UTC  (15+ messages)

A path forward to cleaning up dying cgroups?
 2025-02-05 18:46 UTC  (6+ messages)

[PATCH v2] mm: slub: call WARN() instead of pr_err on slab_fix
 2025-02-05 18:36 UTC  (3+ messages)

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-02-05 17:42 UTC  (8+ messages)
` [RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages

[PATCH 00/12] Tiny cleanup and improvements about SWAP code
 2025-02-05 17:07 UTC  (14+ messages)
` [PATCH 01/12] mm/swap_state.c: fix the obsolete code comment
` [PATCH 02/12] mm/swap_state.c: optimize the code in clear_shadow_from_swap_cache()
` [PATCH 03/12] mm/swap: remove SWAP_FLAG_PRIO_SHIFT
` [PATCH 04/12] mm/swap: skip scanning cluster range if it's empty cluster
` [PATCH 05/12] mm/swap: rename swap_is_has_cache() to swap_only_has_cache()
` [PATCH 06/12] mm/swapfile.c: update the code comment above swap_count_continued()
` [PATCH 07/12] mm/swapfile.c: optimize code in setup_clusters()
` [PATCH 08/12] mm/swap_state.c: remove the meaningless code comment
` [PATCH 09/12] mm/swapfile.c: remove the unneeded checking
` [PATCH 10/12] mm/swap: rename swap_swapcount() to swap_entry_swapped()
` [PATCH 11/12] mm/swapfile.c: remove the incorrect code comment
` [PATCH 12/12] mm/swapfile.c: open code cluster_alloc_swap()

kismet: WARNING: unmet direct dependencies detected for HUGETLBFS when selected by PPC_8xx
 2025-02-05 16:35 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION ed88b8b82c53d73ca0428e31c2eba3984e32140d
 2025-02-05 16:20 UTC 

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-02-05 16:06 UTC  (2+ messages)
` CXL Boot to Bash - Section 2: The Drivers

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-02-05 16:05 UTC  (5+ messages)
  ` [LSF/MM/BPF TOPIC] Unifying sources of page temperature information - what info is actually wanted?

[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
 2025-02-05 15:09 UTC  (17+ messages)
` [PATCH v1 01/16] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
` [PATCH v1 02/16] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
` [PATCH v1 03/16] arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level
` [PATCH v1 04/16] arm64: hugetlb: Refine tlb maintenance scope
` [PATCH v1 05/16] mm/page_table_check: Batch-check pmds/puds just like ptes
` [PATCH v1 06/16] arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()
` [PATCH v1 07/16] arm64: hugetlb: Use ___set_ptes() and ___ptep_get_and_clear()
` [PATCH v1 08/16] arm64/mm: Hoist barriers out of ___set_ptes() loop
` [PATCH v1 09/16] arm64/mm: Avoid barriers for invalid or userspace mappings
` [PATCH v1 10/16] mm/vmalloc: Warn on improper use of vunmap_range()
` [PATCH v1 11/16] mm/vmalloc: Gracefully unmap huge ptes
` [PATCH v1 12/16] arm64/mm: Support huge pte-mapped pages in vmap
` [PATCH v1 13/16] mm: Don't skip arch_sync_kernel_mappings() in error paths
` [PATCH v1 14/16] mm/vmalloc: Batch arch_sync_kernel_mappings() more efficiently
` [PATCH v1 15/16] mm: Generalize arch_sync_kernel_mappings()
` [PATCH v1 16/16] arm64/mm: Defer barriers when updating kernel mappings

[PATCH v2] mm/slab: simplify SLAB_* flag handling
 2025-02-05 14:57 UTC  (5+ messages)

[syzbot] [rcu?] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
 2025-02-05 14:56 UTC  (2+ messages)

[PATCH v8 00/12] AMD broadcast TLB invalidation
 2025-02-05 14:52 UTC  (8+ messages)
` [PATCH v8 03/12] x86/mm: consolidate full flush threshold decision
` [PATCH v8 10/12] x86/mm: do targeted broadcast flushing from tlbbatch code

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-02-05 14:40 UTC  (18+ messages)
` [PATCH v7 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v7 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface
` [PATCH v7 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v7 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v7 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v7 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v7 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v7 09/17] docs: core-api: document the IOVA-based API
` [PATCH v7 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v7 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v7 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v7 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v7 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v7 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v7 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v7 17/17] vfio/mlx5: Enable the DMA link API

Hang when swapping huge=within_size tmpfs from zram
 2025-02-05 14:39 UTC  (4+ messages)

[RFC][PATCH 1/2] sched: Extended scheduler time slice
 2025-02-05 13:44 UTC  (13+ messages)

[LSF/MM/BPF TOPIC] Page allocation for ASI
 2025-02-05 13:32 UTC  (3+ messages)

[PATCH v2] mm,madvise,hugetlb: check for 0-length range after end address adjustment
 2025-02-05 13:05 UTC  (2+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-05 13:03 UTC  (8+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 23/26] mm: Remove pXX_devmap callers

[syzbot] Monthly mm report (Feb 2025)
 2025-02-05 12:44 UTC 

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-02-05 12:39 UTC  (3+ messages)

[PATCH] selftests/mm: Fix thuge-gen test name uniqueness
 2025-02-05 12:36 UTC  (4+ messages)

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-05 12:06 UTC  (14+ messages)
` [PATCH v7 2/6] selftests/pidfd: add missing system header imcludes to pidfd tests
` [PATCH v7 3/6] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v7 5/6] selftests: pidfd: add tests for PIDFD_SELF_*
` [PATCH v7 6/6] selftests/mm: use PIDFD_SELF in guard pages test

2.5D and 3D TSV行业细分报告
 2025-02-05 10:48 UTC 

[LSF/MM/BPF TOPIC] The future of ZONE_DEVICE pages
 2025-02-05 10:12 UTC  (3+ messages)

[PATCH V2] mm/ptdump: Drop GENERIC_PTDUMP
 2025-02-05 10:01 UTC  (2+ messages)

[PATCH 0/4] slab, rcu: move and consolidate TINY_RCU kvfree_rcu() to SLAB
 2025-02-05  9:54 UTC  (8+ messages)
` [PATCH 2/4] rcu: remove trace_rcu_kvfree_callback
` [PATCH 3/4] rcu, slab: use a regular callback function for kvfree_rcu
` [PATCH 4/4] slab: don't batch kvfree_rcu() with SLUB_TINY

[LSF/MM/BPF TOPIC] HugeTLB generic pagewalk
 2025-02-05  9:33 UTC  (5+ messages)

[PATCH v3 00/13] mm, swap: rework of swap allocator locks
 2025-02-05  9:18 UTC  (7+ messages)
` [PATCH v3 07/13] mm, swap: hold a reference during scan and cleanup flag usage

[linus:master] [mm] 1aa43598c0: stress-ng.urandom.ops_per_sec 148.0% improvement
 2025-02-05  8:05 UTC 

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-02-05  5:58 UTC  (3+ messages)

[PATCH] mm: optimize memblock_add_range() for improved performance
 2025-02-05  5:55 UTC 

[PATCH] mm: optimize memblock_add_range() for improved performance
 2025-02-05  5:48 UTC 

[PATCH v3] Weighted interleave auto-tuning
 2025-02-05  5:34 UTC  (5+ messages)

[PATCH v3 0/4] mm: batched unmap lazyfree large folios during reclamation
 2025-02-05  3:35 UTC  (4+ messages)
` [PATCH v3 3/4] mm: Support batched unmap for "

[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-05  3:15 UTC  (3+ messages)
` [PATCH v7 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()

[PATCH v6 0/7] Buddy allocator like (or non-uniform) folio split
 2025-02-05  3:14 UTC  (6+ messages)
` [PATCH v6 3/7] mm/huge_memory: add buddy allocator like folio_split()
` [PATCH v6 4/7] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v6 5/7] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v6 6/7] mm/truncate: use buddy allocator like folio split for truncate operation
` [PATCH v6 7/7] selftests/mm: add tests for folio_split(), buddy allocator like split

page:  |  | latest

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