[PATCH v8 00/24] Provide a new two step DMA mapping API
2025-04-18 6:47 UTC (24+ messages)
` [PATCH v8 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v8 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v8 03/24] iommu: generalize the batched sync after map interface
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v8 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v8 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v8 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v8 09/24] docs: core-api: document the IOVA-based API
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v8 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v8 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v8 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v8 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v8 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v8 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v8 18/24] block: share more code for bio addition helper
` [PATCH v8 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling
[PATCH] mm, slab: clean up slab->obj_exts always
2025-04-18 6:14 UTC
[PATCH 1/3] mm/hugetlb: Refactor unmap_ref_private() to take folio instead of page
2025-04-18 4:27 UTC (11+ messages)
` [PATCH 2/3] mm/hugetlb: Refactor unmap_hugepage_range() "
` [PATCH 3/3] mm/hugetlb: Refactor __unmap_hugepage_range() "
[PATCH 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
2025-04-18 3:13 UTC (2+ messages)
` [PATCH v2 2/2] vmscan,cgroup: apply mems_effective to reclaim
[PATCH] mm: hugetlb: Fix incorrect fallback for subpool
2025-04-18 3:03 UTC (2+ messages)
[PATCH] mm/contig_alloc: fix alloc_contig_range when __GFP_COMP and order < MAX_ORDER
2025-04-18 2:59 UTC (2+ messages)
xarray regression: XArray: Add extra debugging check to xas_lock and friends
2025-04-18 2:56 UTC
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-04-18 2:38 UTC (22+ messages)
` [PATCH RFC 01/28] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH RFC 02/28] mm: memcontrol: use folio_memcg_charged() to avoid potential rcu lock holding
` [PATCH RFC 03/28] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH RFC 04/28] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH RFC 05/28] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH RFC 06/28] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH RFC 21/28] mm: zswap: prevent lruvec release in zswap_folio_swapin()
[PATCH v2 0/7] fs/buffer: split pagecache lookups into atomic or blocking
2025-04-18 1:59 UTC (8+ messages)
` [PATCH 1/7] fs/buffer: split locking for pagecache lookups
` [PATCH 2/7] fs/buffer: introduce sleeping flavors "
` [PATCH 3/7] fs/buffer: use sleeping version of __find_get_block()
` [PATCH 4/7] fs/ocfs2: "
` [PATCH 5/7] fs/jbd2: "
` [PATCH 6/7] fs/ext4: use sleeping version of sb_find_get_block()
` [PATCH 7/7] mm/migrate: fix sleep in atomic for large folios and buffer heads
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-04-18 1:20 UTC (10+ messages)
[PATCH] khugepaged: Refactor trace_mm_collapse_huge_page_isolate() to take folio instead of page
2025-04-18 1:08 UTC (2+ messages)
[PATCH v4 0/4] mm: introduce THP deferred setting
2025-04-18 1:02 UTC (8+ messages)
` [PATCH v4 1/4] mm: defer THP insertion to khugepaged
` [PATCH v4 2/4] mm: document (m)THP defer usage
` [PATCH v4 3/4] khugepaged: add defer option to mTHP options
` [PATCH v4 4/4] selftests: mm: add defer to thp setting parser
[RFC PATCH] mm: don't promote exclusive file folios of dying processes
2025-04-18 0:16 UTC (15+ messages)
[linux-next:master 3890/4528] drivers/acpi/numa/srat.c:467:13: error: implicit declaration of function 'numa_add_reserved_memblk'
2025-04-17 23:36 UTC (2+ messages)
[PATCH v9 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
2025-04-17 23:31 UTC (9+ messages)
` [PATCH v9 1/3] mm/mempolicy: Fix memory leaks in weighted interleave sysfs
` [PATCH v9 2/3] mm/mempolicy: Prepare weighted interleave sysfs for memory hotplug
` [PATCH v9 3/3] mm/mempolicy: Support memory hotplug in weighted interleave
ERROR: modpost: "_restfpr_20" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
2025-04-17 23:24 UTC
[PATCH v1] fs/dax: fix folio splitting issue by resetting old folio order + _nr_pages
2025-04-17 22:59 UTC (5+ messages)
[PATCH mm] maccess: fix strncpy_from_user_nofault empty string handling
2025-04-17 22:10 UTC (6+ messages)
[PATCH 1/1] mm/rmap: add CONFIG_MM_ID guard for folio_test_large_maybe_mapped_shared()
2025-04-17 22:02 UTC (6+ messages)
[PATCH v4 0/5] cgroup: separate rstat trees
2025-04-17 20:10 UTC (7+ messages)
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem
[PATCH] alloc_tag: introduce Kconfig option for default compressed profiling
2025-04-17 18:38 UTC (12+ messages)
[PATCH v2] [PATCH RESEND] mm/selftest: Replace static BASE_PMD_ADDR with dynamic address allocation
2025-04-17 18:18 UTC (3+ messages)
` [PATCH v2] mm/selftest: Fix race condition in userfaultfd "
[PATCH] MAINTAINERS: add reverse mapping section
2025-04-17 18:16 UTC (9+ messages)
[PATCH] MAINTAINERS: Add Pedro as reviewer to the MEMORY MAPPING section
2025-04-17 17:18 UTC (2+ messages)
[GIT PULL] slab fix for 6.15-rc2
2025-04-17 17:06 UTC (2+ messages)
[6.15-rc2 regression] iomap: null pointer in a bio completion
2025-04-17 16:59 UTC
[PATCH 0/5] mm/vmalloc.c: code cleanup and improvements
2025-04-17 16:18 UTC (9+ messages)
` [PATCH 3/5] mm/vmalloc.c: optimize code in decay_va_pool_node() a little bit
` [PATCH 5/5] mm/vmalloc.c: return explicit error value in alloc_vmap_area()
[PATCH 1/4] lib/test_vmalloc.c: Replace RWSEM to SRCU for setup
2025-04-17 16:12 UTC (4+ messages)
` [PATCH 2/4] lib/test_vmalloc.c: Allow built-in execution
` [PATCH 3/4] MAINTAINERS: Add test_vmalloc.c to VMALLOC section
` [PATCH 4/4] vmalloc: Align nr_vmalloc_pages and vmap_lazy_nr
[PATCH v4] mm: add zblock allocator
2025-04-17 14:16 UTC (3+ messages)
[PATCH v2] slab: Decouple slab_debug and no_hash_pointers
2025-04-17 14:15 UTC (3+ messages)
[PATCH v3 0/4] mm/folio_zero_user: add multi-page clearing
2025-04-17 14:06 UTC (7+ messages)
` [PATCH v3 4/4] x86/folio_zero_user: "
[RFC PATCH 0/3] snapshot_page()
2025-04-17 13:52 UTC (4+ messages)
` [RFC PATCH 2/3] mm: Create snapshot_page()
[PATCH] mm/huge_memory: fix dereferencing invalid pmd migration entry
2025-04-17 12:38 UTC (21+ messages)
[PATCH -next 0/7] fs/buffer: split pagecache lookups into atomic or blocking
2025-04-17 9:58 UTC (4+ messages)
[PATCH] mm/vmscan: Modify the assignment logic of the scan and total_scan variables
2025-04-17 9:35 UTC (2+ messages)
[PATCH V3 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
2025-04-17 9:06 UTC (6+ messages)
` [PATCH V3 1/2] mm: export folio_expected_refs for JFS migration handler
` [PATCH V3 2/2] jfs: implement migrate_folio for jfs_metapage_aops
` [syzbot] [mm?] WARNING in move_to_new_folio
[PATCH] mm: memcontrol: remove unnecessary NULL check before free_percpu()
2025-04-17 8:43 UTC
[PATCH] tools/drgn: Add script to display page state for a given PID and VADDR
2025-04-17 8:18 UTC (8+ messages)
[PATCH RFC] mm, slab: warn when increasing refcount on large kmalloc page
2025-04-17 7:41 UTC
[PATCH v2] mm/cma: report base address of single range correctly
2025-04-17 7:35 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION f660850bc246fef15ba78c81f686860324396628
2025-04-17 7:24 UTC
[Invitation] bi-weekly guest_memfd upstream call on 2025-04-17
2025-04-17 7:14 UTC (3+ messages)
[PATCH stable 6.1] mm: Fix is_zero_page() usage in try_grab_page()
2025-04-17 7:12 UTC (2+ messages)
[regression 6.1.y] Regression from 476c1dfefab8 ("mm: Don't pin ZERO_PAGE in pin_user_pages()") with pci-passthrough for both KVM VMs and booting in xen DomU
2025-04-17 5:14 UTC (4+ messages)
[GIT PULL] hotfixes for 6.15-rc2
2025-04-17 3:24 UTC (2+ messages)
[PATCH v8 1/3] mm/mempolicy: Fix memory leaks in weighted interleave sysfs
2025-04-17 3:23 UTC (3+ messages)
[PATCH v8 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
2025-04-17 1:55 UTC (6+ messages)
` [PATCH v8 2/3] mm/mempolicy: Prepare weighted interleave sysfs for memory hotplug
` [PATCH v8 3/3] mm/mempolicy: Support memory hotplug in weighted interleave
[PATCH v4 00/12] khugepaged: mTHP support
2025-04-17 0:02 UTC (13+ messages)
` [PATCH v4 01/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v4 02/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v4 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v4 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v4 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v4 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v4 07/12] khugepaged: add "
` [PATCH v4 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v4 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v4 10/12] khugepaged: improve tracepoints for mTHP 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 v2 0/2] Fix false warning in inode_to_wb
2025-04-12 14:21 UTC (2+ 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