summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/virtio-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-3/+6
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel1-27/+14
2022-09-09iommu/virtio: Fix compile error with viommu_capable()Joerg Roedel1-1/+1
2022-09-09Merge branch 'iommu/fixes' into coreJoerg Roedel1-0/+11
2022-09-09iommu/dma: Make header privateRobin Murphy1-1/+2
2022-09-07iommu/virtio: Fix interaction with VFIOJean-Philippe Brucker1-0/+11
2022-09-07iommu/virtio: Clean up bus_set_iommu()Robin Murphy1-25/+0
2022-09-07iommu/virtio: Do not dereference fwnode in struct deviceAndy Shevchenko1-1/+1
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel1-16/+15
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-3/+2
2022-07-15iommu/virtio: Add map/unmap_pages() callbacks implementationTina Zhang1-6/+12
2022-07-06iommu: Clean up release_device checksRobin Murphy1-7/+1
2022-02-28iommu: Split struct iommu_opsLu Baolu1-6/+8
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-12-17iommu/virtio: Fix typo in a commentXiang wangx1-1/+1
2021-12-06iommu/virtio: Support identity-mapped domainsJean-Philippe Brucker1-4/+57
2021-12-06iommu/virtio: Pass end address to viommu_add_mapping()Jean-Philippe Brucker1-16/+15
2021-12-06iommu/virtio: Sort reserved regionsJean-Philippe Brucker1-2/+7
2021-12-06iommu/virtio: Support bypass domainsJean-Philippe Brucker1-1/+19
2021-08-18iommu/virtio: Drop IOVA cookie managementRobin Murphy1-8/+0
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-1/+11
2021-06-25iommu/virtio: Enable x86 supportJean-Philippe Brucker1-0/+11
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-05-18iommu/virtio: Add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-4/+1
2021-04-16iommu: Statically set module ownerRobin Murphy1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-05virtio-iommu: convert to LE accessorsMichael S. Tsirkin1-17/+17
2020-05-29Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel1-1/+1
2020-05-08iommu/virtio: Reverse arguments to list_addJulia Lawall1-1/+1
2020-05-05iommu/virtio: Convert to probe/release_device() call-backsJoerg Roedel1-31/+10
2020-03-27Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel1-16/+26
2020-03-27iommu/virtio: Use accessor functions for iommu private dataJoerg Roedel1-6/+5
2020-03-27iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZEJean-Philippe Brucker1-2/+12
2020-03-27iommu/virtio: Fix freeing of incomplete domainsJean-Philippe Brucker1-7/+9
2020-02-28iommu/virtio: Build virtio-iommu as moduleJean-Philippe Brucker1-1/+0
2019-12-23iommu: virtio: Use generic_iommu_put_resv_regions()Thierry Reding1-11/+3
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-3/+2
2019-10-30iommu/virtio: Remove unused variableCristiane Naves1-2/+1
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
2019-08-23Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel1-2/+3
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-2/+3
2019-07-22iommu/virtio: Update to most recent specificationJean-Philippe Brucker1-11/+29
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1158
2019-06-06iommu/virtio: Add event queueJean-Philippe Brucker1-9/+106
2019-06-06iommu/virtio: Add probe requestJean-Philippe Brucker1-6/+151
2019-06-06iommu: Add virtio-iommu driverJean-Philippe Brucker1-0/+916