messages from 2023-06-08 08:06:11 to 2023-06-14 15:45:11 UTC [more...]
[PATCH v3 00/13] Add PASID support to SMMUv3 unmanaged domains
2023-06-14 15:42 UTC (14+ messages)
` [PATCH v3 01/13] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v3 02/13] iommu/arm-smmu-v3: Add smmu_s1_cfg to smmu_master
` [PATCH v3 03/13] iommu/arm-smmu-v3: Refactor write_strtab_ent
` [PATCH v3 04/13] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v3 05/13] iommu/arm-smmu-v3: Use the master-owned s1_cfg
` [PATCH v3 06/13] iommu/arm-smmu-v3: Simplify arm_smmu_enable_ats
` [PATCH v3 07/13] iommu/arm-smmu-v3: Keep track of attached ssids
` [PATCH v3 08/13] iommu/arm-smmu-v3: Add helper for atc invalidation
` [PATCH v3 09/13] iommu/arm-smmu-v3: Implement set_dev_pasid
` [PATCH v3 10/13] iommu/arm-smmu-v3-sva: Remove bond refcount
` [PATCH v3 11/13] iommu/arm-smmu-v3-sva: Clean unused iommu_sva
` [PATCH v3 12/13] iommu/arm-smmu-v3-sva: Remove arm_smmu_bond
` [PATCH v3 13/13] iommu/arm-smmu-v3-sva: Add check when enabling sva
[PATCH] iommu: Fix missing check for return value of iommu_group_get()
2023-06-14 15:43 UTC
[PATCH v4 00/10] Linux RISC-V AIA Support
2023-06-14 14:46 UTC (12+ messages)
` [PATCH v4 01/10] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v4 02/10] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v4 03/10] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v4 04/10] irqchip: Add RISC-V incoming MSI controller driver
` [PATCH v4 05/10] irqchip/riscv-imsic: Add support for PCI MSI irqdomain
` [PATCH v4 06/10] irqchip/riscv-imsic: Improve IOMMU DMA support
` [PATCH v4 07/10] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v4 08/10] irqchip: Add RISC-V advanced PLIC driver
` [PATCH v4 09/10] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v4 10/10] MAINTAINERS: Add entry for RISC-V AIA drivers
[PATCH v2 00/18] Add PASID support to SMMUv3 unmanaged domains
2023-06-14 13:35 UTC (14+ messages)
` [PATCH v2 14/18] iommu/arm-smmu-v3: Support domains with shared CDs
[PATCH v3 00/10] Add Intel VT-d nested translation
2023-06-14 11:52 UTC (9+ messages)
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain
[PATCH 1/2] iommu/amd: Use BIT/BIT_ULL macro to define bit fields
2023-06-14 9:45 UTC (5+ messages)
` [PATCH 2/2] iommu/amd: Remove extern from function prototypes
[PATCH 0/2] iommu/amd: Interrupt handling improvements
2023-06-14 8:59 UTC (5+ messages)
` [PATCH 1/2] iommu/amd: Add separate interrupt handler for PPR and GA log
` [PATCH 2/2] iommu/amd: Enable separate interrupt "
[PATCH v8 0/7] Re-enable IDXD kernel workqueue under DMA API
2023-06-14 8:18 UTC (8+ messages)
` [PATCH v8 2/7] iommu: Move global PASID allocation from SVA to core
` [PATCH v8 3/7] iommu/vt-d: Add domain_flush_pasid_iotlb()
` [PATCH v8 4/7] iommu/vt-d: Remove pasid_mutex
[PATCH v7 0/4] Re-enable IDXD kernel workqueue under DMA API
2023-06-14 8:13 UTC (7+ messages)
` [PATCH v7 3/4] iommu/vt-d: Add set_dev_pasid callback for dma domain
[PATCH] iommu/amd: Fix memory leak when domain type checks fail
2023-06-14 7:36 UTC (2+ messages)
[PATCH 0/2] iommu/amd: Add PPR overflow support
2023-06-14 7:28 UTC (6+ messages)
` [PATCH 1/2] iommu/amd: Generalize log overflow handling
` [PATCH 2/2] iommu/amd: Handle PPR log overflow
[PATCH iommu/next] iommu: Fix default domain setup
2023-06-14 6:27 UTC (2+ messages)
[PATCH 0/4] [PULL REQUEST] Intel IOMMU updates for Linux v6.5
2023-06-14 2:47 UTC (5+ messages)
` [PATCH 1/4] iommu/vt-d: Remove unnecessary (void*) conversions
` [PATCH 2/4] iommu/vt-d: Handle the failure case of dmar_reenable_qi()
` [PATCH 3/4] iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()
` [PATCH 4/4] iommu/vt-d: Remove commented-out code
[PATCH 0/2] SM6375 GPU SMMU
2023-06-13 23:48 UTC (2+ messages)
` (subset) "
[PATCH v4] iommu: Optimise PCI SAC address trick
2023-06-13 17:58 UTC (3+ messages)
Question about reserved_regions w/ Intel IOMMU
2023-06-13 15:54 UTC (11+ messages)
[PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-06-13 11:13 UTC (20+ messages)
` [PATCH v7 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v7 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v7 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v7 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v7 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v7 06/17] drivers/gpu: "
` [PATCH v7 07/17] drivers/usb: "
` [PATCH v7 08/17] drivers/spi: "
` [PATCH v7 09/17] dm-crypt: "
` [PATCH v7 10/17] iio: core: "
` [PATCH v7 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v7 12/17] scatterlist: Add dedicated config for DMA flags
` [PATCH v7 13/17] dma-mapping: Name SG DMA flag helpers consistently
` [PATCH v7 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v7 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v7 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v7 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
[PATCH v3 00/11] Linux RISC-V AIA Support
2023-06-13 10:37 UTC (19+ messages)
` [PATCH v3 01/11] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v3 02/11] of/irq: Set FWNODE_FLAG_BEST_EFFORT for the interrupt controller DT nodes
` [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support
` [PATCH v3 08/11] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
2023-06-13 3:14 UTC (4+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
[PATCH] iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macro
2023-06-12 18:24 UTC (2+ messages)
[PATCH v2] iommu/amd: Fix possible memory leak of 'domain'
2023-06-12 18:17 UTC (3+ messages)
[PATCH 1/1] iommu/vt-d: Remove commented-out code
2023-06-12 18:15 UTC (2+ messages)
unexport swiotlb_active v2
2023-06-12 14:25 UTC (4+ messages)
` [PATCH 1/3] xen/pci: add flag for PCI passthrough being possible
` [PATCH 2/3] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/3] swiotlb: unexport is_swiotlb_active
unexport swiotlb_active
2023-06-12 8:23 UTC (11+ messages)
` [PATCH 2/4] x86: always initialize xen-swiotlb when xen-pcifront is enabling
[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-06-12 7:47 UTC (20+ messages)
` [PATCH v6 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v6 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v6 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v6 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v6 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
IOMMU software bounce buffers and their overhead
2023-06-10 20:50 UTC (3+ messages)
[PATCH v3 00/25] iommu: Make default_domain's mandatory
2023-06-10 12:03 UTC (28+ messages)
` [PATCH v3 01/25] iommu: Add iommu_ops->identity_domain
` [PATCH v3 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v3 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v3 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v3 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v3 06/25] iommu/tegra-gart: Remove tegra-gart
` [PATCH v3 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v3 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v3 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v3 10/25] iommu/exynos: Implement an IDENTITY domain
` [PATCH v3 11/25] iommu/tegra-smmu: "
` [PATCH v3 12/25] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v3 13/25] iommu/omap: Implement an IDENTITY domain
` [PATCH v3 14/25] iommu/msm: "
` [PATCH v3 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v3 16/25] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v3 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v3 18/25] iommu/ipmmu: "
` [PATCH v3 19/25] iommu/mtk_iommu: "
` [PATCH v3 20/25] iommu/sun50i: "
` [PATCH v3 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v3 22/25] iommu: Add __iommu_group_domain_alloc()
` [PATCH v3 23/25] iommu: Add ops->domain_alloc_paging()
` [PATCH v3 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v3 25/25] iommu: Convert remaining simple drivers "
[PATCH v2 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
2023-06-09 19:26 UTC (3+ messages)
[PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
2023-06-09 16:20 UTC (4+ messages)
` [PATCH v2 5/12] "
[PATCH 0/3] arm64: dts: qcom: sa8775p: Add interconnect to SMMU
2023-06-09 15:39 UTC (16+ messages)
` [PATCH 1/3] dt-bindings: arm-smmu: Add interconnect for qcom SMMUs
` [PATCH 2/3] arm64: dts: qcom: sa8775p: Add interconnect to PCIe SMMU
` [PATCH 3/3] iommu/arm-smmu-qcom: Add support for the interconnect
[PATCH] iommu/amd: Fix compile error for unused function
2023-06-09 13:20 UTC
[GIT PULL] iommu/arm-smmu: Updates for 6.5
2023-06-09 12:58 UTC (2+ messages)
[PATCH v3 0/5] iommu/amd: AVIC Interrupt Remapping Improvements
2023-06-09 12:47 UTC (2+ messages)
[PATCH v2 0/2] iommu/amd/iommu_v2: Fix refcount related issues
2023-06-09 10:51 UTC (3+ messages)
` [PATCH v2 1/2] iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind
` [PATCH v2 2/2] iommu/amd/iommu_v2: Clear pasid state in free path
[PATCH] iommu/arm-smmu-v3: Set TTL invalidation hint better
2023-06-08 21:36 UTC (2+ messages)
[PATCH 0/4] iommu/arm-smmu-v3: Arm SMMU errata bits
2023-06-08 21:36 UTC (2+ messages)
[PATCH v6 00/12] SM63(50|75) DPU support
2023-06-08 21:03 UTC (7+ messages)
` [PATCH v6 10/12] iommu/arm-smmu-qcom: Sort the compatible list alphabetically
` [PATCH v6 11/12] iommu/arm-smmu-qcom: Add SM6375 DPU compatible
` [PATCH v6 12/12] iommu/arm-smmu-qcom: Add SM6350 "
[PATCH RESEND] PCI: Add function 1 DMA alias quirk for Marvell 88SE9235
2023-06-08 17:19 UTC (2+ messages)
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