summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2024-09-04iommu/amd: Remove the amd_iommu_domain_set_pt_root() and relatedJason Gunthorpe
2024-09-04iommu/amd: Remove amd_iommu_domain_update() from page table freeingJason Gunthorpe
2024-09-04iommu/amd: Set the pgsize_bitmap correctlyJason Gunthorpe
2024-09-04iommu/amd: Allocate the page table root using GFP_KERNELJason Gunthorpe
2024-09-04iommu/amd: Move allocation of the top table into v1_alloc_pgtableJason Gunthorpe
2024-09-04iommu/amd: Make amd_iommu_dev_update_dte() staticVasant Hegde
2024-09-04iommu/amd: Rework amd_iommu_update_and_flush_device_table()Vasant Hegde
2024-09-04iommu/amd: Make amd_iommu_domain_flush_complete() staticVasant Hegde
2024-09-04iommu/amd: Make amd_iommu_dev_flush_pasid_all() staticVasant Hegde
2024-09-04iommu/amd: Handle error path in amd_iommu_probe_device()Vasant Hegde
2024-09-04iommu/amd: Remove unused DTE_GCR3_INDEX_* macrosVasant Hegde
2024-09-04iommu/amd: Make amd_iommu_is_attach_deferred() staticVasant Hegde
2024-09-04iommu/amd: Update event log pointer as soon as processing is completeVasant Hegde
2024-09-04iommu: Use of_property_present()Rob Herring (Arm)
2024-09-02iommu/vt-d: Introduce batched cache invalidationTina Zhang
2024-09-02iommu/vt-d: Add qi_batch for dmar_domainLu Baolu
2024-09-02iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batchingTina Zhang
2024-09-02iommu/vt-d: Factor out invalidation descriptor compositionTina Zhang
2024-09-02iommu/vt-d: Unconditionally flush device TLB for pasid table updatesLu Baolu
2024-09-02iommu/vt-d: Move PCI PASID enablement to probe pathLu Baolu
2024-09-02iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 countSanjay K Kumar
2024-09-02iommu/vt-d: Cleanup si_domainLu Baolu
2024-09-02iommu/vt-d: Add support for static identity domainLu Baolu
2024-09-02iommu/vt-d: Factor out helpers from domain_context_mapping_one()Lu Baolu
2024-09-02iommu/vt-d: Remove has_iotlb_device flagLu Baolu
2024-09-02iommu/vt-d: Always reserve a domain ID for identity setupLu Baolu
2024-09-02iommu/vt-d: Remove identity mappings from si_domainLu Baolu
2024-09-02iommu/vt-d: Require DMA domain if hardware not support passthroughLu Baolu
2024-09-02iommu/tegra241-cmdqv: Fix -Wformat-truncation warnings in lvcmdq_error_headerNicolin Chen
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula
2024-08-31Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-30iommu/arm-smmu-v3-test: Test masters with stall enabledMostafa Saleh
2024-08-30iommu/arm-smmu-v3: Match Stall behaviour for S2Mostafa Saleh
2024-08-30iommu/tegra241-cmdqv: Limit CMDs for VCMDQs of a guest owned VINTFNicolin Chen
2024-08-30iommu/arm-smmu-v3: Start a new batch if new command is not supportedNicolin Chen
2024-08-30iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQVNate Watterson
2024-08-30iommu/arm-smmu-v3: Add struct arm_smmu_impl_opsJason Gunthorpe
2024-08-30iommu/arm-smmu-v3: Add acpi_smmu_iort_probe_model for implNicolin Chen
2024-08-30iommu/arm-smmu-v3: Add ARM_SMMU_OPT_TEGRA241_CMDQVNicolin Chen
2024-08-30iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQVNicolin Chen
2024-08-30iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_initNicolin Chen
2024-08-30iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmdNicolin Chen
2024-08-30iommu/arm-smmu-v3: Issue a batch of commands to the same cmdqNicolin Chen
2024-08-30iommu/io-pgtable-arm: Optimise non-coherent unmapAshish Mhetre
2024-08-30iommu: Allow ATS to work on VFs when the PF uses IDENTITYJason Gunthorpe
2024-08-27Merge branch 'nesting_reserved_regions' into iommufd.git for-nextJason Gunthorpe
2024-08-27iommufd/device: Enforce reserved IOVA also when attached to hwpt_nestedNicolin Chen
2024-08-27iommufd/selftest: Fix buffer read overrrun in the dirty testJason Gunthorpe
2024-08-27iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pagesKonrad Dybcio
2024-08-26iommufd: Reorder include filesNicolin Chen