summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/virtio: Reverse arguments to list_addJulia Lawall2020-05-081-1/+1
* iommu/amd: Do not flush Device Table in iommu_map_page()Joerg Roedel2020-05-051-11/+16
* iommu/amd: Update Device Table in increase_address_space()Joerg Roedel2020-05-051-13/+36
* iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel2020-05-051-0/+1
* iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel2020-05-051-1/+12
* iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel2020-05-052-37/+112
* iommu/qcom: Fix local_base status checkTang Bin2020-05-011-1/+4
* iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman2020-05-011-1/+1
* iommu/vt-d: Use right Kconfig option nameLu Baolu2020-05-011-2/+2
* iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit2020-05-011-1/+1
* iommu: spapr_tce: Disable compile testing to fix build on book3s_32 configKrzysztof Kozlowski2020-04-291-1/+1
* iommu/mediatek: Fix MTK_IOMMU dependenciesGeert Uytterhoeven2020-04-291-1/+1
* iommu: Fix the memory leak in dev_iommu_free()Kevin Hao2020-04-291-0/+1
*-------------. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel2020-03-2715-164/+340
|\ \ \ \ \ \ \ \
| | | | | | | | * iommu/virtio: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-6/+5
| | | | | | | | * iommu/qcom: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-25/+36
| | | | | | | | * iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel2020-03-272-14/+13
| | | | | | | | * iommu/renesas: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+2
| | | | | | | | * iommu/arm-smmu: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-8/+9
| | | | | | | | * iommu/arm-smmu: Refactor master_cfg/fwspec usageRobin Murphy2020-03-271-20/+22
| | | | | | | | * iommu/arm-smmu-v3: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+5
| | | | | | | | * iommu/arm-smmu: Fix uninitilized variable warningJoerg Roedel2020-03-271-1/+1
| | | | | | | | * iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel2020-03-271-0/+3
| | | | | | | | * iommu: Rename struct iommu_param to dev_iommuJoerg Roedel2020-03-271-14/+14
| | | | | | | | * iommu/tegra-gart: Remove direct access of dev->iommu_fwspecJoerg Roedel2020-03-271-1/+1
| | | | | | | | * iommu: Use C99 flexible array in fwspecRobin Murphy2020-02-281-7/+8
| | | | | | | * | iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZEJean-Philippe Brucker2020-03-271-2/+12
| | | | | | | * | iommu/virtio: Fix freeing of incomplete domainsJean-Philippe Brucker2020-03-271-7/+9
| | | | | | | * | iommu/virtio: Build virtio-iommu as moduleJean-Philippe Brucker2020-02-282-3/+2
| | | | | | | |/
| | | | | | * | iommu/vt-d: Add build dependency on IOASIDJacob Pan2020-03-271-0/+1
| | | | | | * | iommu/vt-d: Fix mm reference leakJacob Pan2020-03-271-3/+4
| | | | | | |/
| | | | | * / iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang2020-02-281-1/+1
| | | | | |/
| | | | * | iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation supportRob Herring2020-03-181-2/+67
| | | | * | iommu/arm-smmu-v3: Batch ATC invalidation commandsRob Herring2020-03-181-13/+18
| | | | * | iommu/arm-smmu-v3: Batch context descriptor invalidationJean-Philippe Brucker2020-03-181-2/+3
| | | | * | iommu/arm-smmu-v3: Add command queue batching helpersJean-Philippe Brucker2020-03-181-11/+26
| | | | * | iommu/arm-smmu-v3: Write level-1 descriptors atomicallyJean-Philippe Brucker2020-03-181-1/+3
| | | | * | iommu/arm-smmu-v3: Add support for PCI PASIDJean-Philippe Brucker2020-03-181-1/+61
| | | | |/
| | | * | iommu: Enable compile testing for some of driversKrzysztof Kozlowski2020-03-041-8/+8
| | | * | iommu/omap: Fix -Woverflow warnings when compiling on 64-bit architecturesKrzysztof Kozlowski2020-03-041-1/+2
| | | * | iommu/omap: Fix printing format for size_t on 64-bitKrzysztof Kozlowski2020-03-041-4/+4
| | | * | iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski2020-03-041-1/+1
| | | |/
| | * / iommu/qcom: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
| | |/
| * | iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()Qian Cai2020-03-191-1/+2
| * | iommu/vt-d: Fix page request descriptor sizeJacob Pan2020-03-191-1/+1
|/ /
* | iommu/vt-d: Populate debugfs if IOMMUs are detectedMegha Dey2020-03-142-2/+13
* | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit2020-03-141-2/+2
* | iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake2020-03-141-0/+8
* | iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan2020-03-141-1/+1
* | iommu/vt-d: Fix debugfs register readsMegha Dey2020-03-131-15/+25