messages from 2025-10-15 03:26:20 to 2025-10-20 16:27:39 UTC [more...]
[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
2025-10-20 16:27 UTC (16+ messages)
` [PATCH v5 01/14] dma-mapping: prepare dma_map_ops to conversion to physical address
` [PATCH v5 02/14] dma-mapping: convert dummy ops to physical address mapping
` [PATCH v5 03/14] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
` [PATCH v5 04/14] ARM: dma-mapping: Switch to physical address mapping callbacks
` [PATCH v5 05/14] xen: swiotlb: "
` [PATCH v5 06/14] dma-mapping: remove unused mapping resource callbacks
` [PATCH v5 07/14] alpha: Convert mapping routine to rely on physical address
` [PATCH v5 08/14] MIPS/jazzdma: Provide physical address directly
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
` [PATCH v5 11/14] sparc: Use "
` [PATCH v5 12/14] x86: Use physical address for "
` [PATCH v5 13/14] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v5 14/14] dma-mapping: remove unused map_page callback
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-10-20 16:24 UTC (4+ messages)
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-20 16:15 UTC (31+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [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 0/3] dma_mapping: Add auto cleanup support
2025-10-20 15:56 UTC (4+ messages)
[syzbot ci] Re: Fix stale IOTLB entries for kernel address space
2025-10-20 14:26 UTC (7+ messages)
[PATCH v5 00/15] expand mmap_prepare functionality, port more users
2025-10-20 14:13 UTC (19+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "
[RFC PATCH v2 18/18] DO NOT UPSTREAM: RISC-V: KVM: Workaround kvm_riscv_gstage_ioremap() bug
2025-10-20 13:12 UTC (2+ messages)
[PATCH v3 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-10-20 12:12 UTC (16+ messages)
` [PATCH v3 1/7] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH v3 2/7] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH v3 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v3 4/7] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH v3 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v3 6/7] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v3 7/7] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs
[PATCH 0/2] SMMU v3 CMDQ fix and improvement
2025-10-20 12:02 UTC (10+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-10-20 10:58 UTC (8+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
[PATCH v3 00/14] iommu: fix device leaks
2025-10-20 10:35 UTC (21+ messages)
` [PATCH v3 01/14] iommu/apple-dart: fix device leak on of_xlate()
` [PATCH v3 02/14] iommu/qcom: "
` [PATCH v3 03/14] iommu/exynos: "
` [PATCH v3 04/14] iommu/ipmmu-vmsa: "
` [PATCH v3 05/14] iommu/mediatek: "
` [PATCH v3 06/14] iommu/mediatek: fix use-after-free on probe deferral
` [PATCH v3 07/14] iommu/mediatek: simplify dt parsing error handling
` [PATCH v3 08/14] iommu/mediatek-v1: fix device leak on probe_device()
` [PATCH v3 09/14] iommu/mediatek-v1: fix device leaks on probe()
` [PATCH v3 10/14] iommu/mediatek-v1: add missing larb count sanity check
` [PATCH v3 11/14] iommu/omap: fix device leaks on probe_device()
` [PATCH v3 12/14] iommu/omap: simplify probe_device() error handling
` [PATCH v3 13/14] iommu/sun50i: fix device leak on of_xlate()
` [PATCH v3 14/14] iommu/tegra: fix device leak on probe_device()
[PATCH v2] dt-bindings: iommu: qcom_iommu: Allow 'tbu' clock
2025-10-20 9:22 UTC (5+ messages)
[PATCH v3 0/5] MT8189 IOMMU SUPPORT
2025-10-20 6:57 UTC (11+ messages)
` [PATCH v3 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU
` [PATCH v3 2/5] iommu/mediatek: Add a flag DL_WITH_MULTI_LARB
` [PATCH v3 3/5] iommu/mediatek: mt8189: Add APU IOMMUs support
` [PATCH v3 4/5] iommu/mediatek: mt8189: Add INFRA "
` [PATCH v3 5/5] iommu/mediatek: mt8189: Add MM "
[PATCH v2 00/14] iommu: fix device leaks
2025-10-20 5:02 UTC (10+ messages)
` [PATCH v2 05/14] iommu/mediatek: fix device leak on of_xlate()
` [PATCH v2 06/14] iommu/mediatek: fix device leaks on probe()
` [PATCH v2 08/14] iommu/mediatek-v1: fix device leak on probe_device()
` [PATCH v2 10/14] iommu/mediatek-v1: add missing larb count sanity check
[RFC PATCH 0/3] Introduce iommu-map-masked for platform devices
2025-10-19 12:13 UTC (18+ messages)
[PATCH v8 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
2025-10-18 16:03 UTC (3+ messages)
[PATCH v4 0/5] MT8189 IOMMU SUPPORT
2025-10-18 13:26 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU
` [PATCH v4 2/5] iommu/mediatek: Add a flag DL_WITH_MULTI_LARB
` [PATCH v4 3/5] iommu/mediatek: mt8189: Add APU IOMMUs support
` [PATCH v4 4/5] iommu/mediatek: mt8189: Add INFRA "
` [PATCH v4 5/5] iommu/mediatek: mt8189: Add MM "
[PATCH 0/2] iommu: Add io_ptdump debug interface for iommu
2025-10-18 10:39 UTC (7+ messages)
[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-10-18 8:46 UTC (2+ messages)
[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
2025-10-17 18:26 UTC (19+ messages)
` [PATCH v6 1/7] mm: Add a ptdesc flag to mark kernel page tables
` [PATCH v6 3/7] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v6 6/7] mm: Introduce deferred freeing for kernel page tables
[PATCH v5 0/4] Move io-pgtable-arm selftest to KUnit
2025-10-17 17:59 UTC (14+ messages)
` [PATCH v5 1/4] iommu/io-pgtable-arm: Simplify error prints for selftests
` [PATCH v5 4/4] iommu/io-pgtable-arm-selftests: Use KUnit
[PATCH rc] iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()
2025-10-16 15:22 UTC (4+ messages)
[PATCH] iommu/amd: Enhance "Completion-wait Time-out" error message
2025-10-16 15:08 UTC
[PATCH v5] iommu/amd: Add support for hw_info for iommu capability query
2025-10-16 7:40 UTC (2+ messages)
[PATCH rc] iommufd: Don't overflow during division for dirty tracking
2025-10-16 7:36 UTC (2+ messages)
[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
2025-10-16 6:55 UTC (13+ messages)
` [PATCH v6 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v6 07/15] iommupt: Add map_pages op
` [PATCH v6 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v6 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v6 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v6 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
2025-10-15 17:35 UTC (3+ messages)
` [PATCH v1 6/6] iommu: Pass in old domain to attach_dev callback functions
[PATCH v2 0/7] iommufd: Add MSI mapping support with nested SMMU (Part-2 RMR)
2025-10-15 17:20 UTC (4+ messages)
` [PATCH v2 4/7] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
[PATCH v2 0/5] MT8189 IOMMU SUPPORT
2025-10-15 8:50 UTC (11+ messages)
` [PATCH v2 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU
` [PATCH v2 2/5] iommu/mediatek: Add a flag DL_WITH_MULTI_LARB
` [PATCH v2 3/5] iommu/mediatek: mt8189: Add APU IOMMUs support
` [PATCH v2 4/5] iommu/mediatek: mt8189: Add INFRA "
` [PATCH v2 5/5] iommu/mediatek: mt8189: Add MM "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).