aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-05-17iommu/mediatek: Include linux/dma-mapping.hGravatar Arnd Bergmann 1-0/+1
2017-05-17iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsGravatar KarimAllah Ahmed 1-1/+4
2017-05-17iommu/dma: Don't touch invalid iova_domain membersGravatar Robin Murphy 1-5/+8
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 18-480/+916
2017-05-05Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop....Gravatar Linus Torvalds 1-54/+33
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Gravatar Dave Airlie 1-54/+33
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Gravatar Joerg Roedel 20-530/+956
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-0/+8
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hGravatar Joerg Roedel 3-0/+3
2017-04-28iommu/vt-d: Don't print the failure message when booting non-kdump kernelGravatar Qiuxu Zhuo 1-9/+6
2017-04-27iommu: Move report_iommu_fault() to iommu.cGravatar Joerg Roedel 1-0/+42
2017-04-26x86, iommu/vt-d: Add an option to disable Intel IOMMU force onGravatar Shaohua Li 1-0/+18
2017-04-26iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassedGravatar Sunil Goutham 2-0/+6
2017-04-25iommu/arm-smmu: Correct sid to maskGravatar Peng Fan 1-1/+1
2017-04-24iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Gravatar Pan Bian 1-1/+1
2017-04-20iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codeGravatar zhichang.yuan 1-2/+6
2017-04-20iommu/omap: Add iommu-group supportGravatar Joerg Roedel 2-1/+39
2017-04-20iommu/omap: Make use of 'struct iommu_device'Gravatar Joerg Roedel 2-0/+32
2017-04-20iommu/omap: Store iommu_dev pointer in arch_dataGravatar Joerg Roedel 2-35/+23
2017-04-20iommu/omap: Move data structures to omap-iommu.hGravatar Joerg Roedel 2-16/+33
2017-04-20iommu/omap: Drop legacy-style device supportGravatar Suman Anna 1-16/+14
2017-04-20iommu/omap: Register driver before setting IOMMU opsGravatar Suman Anna 1-3/+18
2017-04-20iommu/arm-smmu: Clean up early-probing workaroundsGravatar Robin Murphy 2-107/+49
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorGravatar Laurent Pinchart 1-2/+2
2017-04-20iommu/of: Prepare for deferred IOMMU configurationGravatar Robin Murphy 1-1/+42
2017-04-20iommu/of: Refactor of_iommu_configure() for error handlingGravatar Robin Murphy 1-30/+53
2017-04-07iommu/iova: Fix underflow bug in __alloc_and_insert_iova_rangeGravatar Nate Watterson 1-1/+1
2017-04-06iommu/io-pgtable-arm: Avoid shift overflow in block sizeGravatar Robin Murphy 1-1/+1
2017-04-06iommu: Allow default domain type to be set on the kernel command lineGravatar Will Deacon 1-3/+25
2017-04-06iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domainsGravatar Will Deacon 1-21/+37
2017-04-06iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return voidGravatar Will Deacon 1-9/+3
2017-04-06iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domainsGravatar Will Deacon 1-3/+17
2017-04-06iommu/arm-smmu: Restrict domain attributes to UNMANAGED domainsGravatar Will Deacon 2-0/+12
2017-04-06iommu/arm-smmu: Add global SMR masking propertyGravatar Robin Murphy 1-1/+3
2017-04-06iommu/arm-smmu: Poll for TLB sync completion more effectivelyGravatar Robin Murphy 1-8/+10
2017-04-06iommu/arm-smmu: Use per-context TLB sync as appropriateGravatar Robin Murphy 1-33/+80
2017-04-06iommu/arm-smmu: Tidy up context bank indexingGravatar Robin Murphy 1-16/+15
2017-04-06iommu/arm-smmu: Simplify ASID/VMID handlingGravatar Robin Murphy 1-17/+19
2017-04-06iommu/arm-smmu: Fix 16-bit ASID configurationGravatar Sunil Goutham 1-19/+23
2017-04-06iommu/arm-smmu: Print message when Cavium erratum 27704 was detectedGravatar Robert Richter 1-0/+1
2017-04-03iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device'Gravatar Joerg Roedel 1-1/+24
2017-04-03iommu/rockchip: Make use of 'struct iommu_device'Gravatar Joerg Roedel 1-2/+28
2017-04-03iommu/dma: Plumb in the per-CPU IOVA cachesGravatar Robin Murphy 1-20/+17
2017-04-03iommu/dma: Clean up MSI IOVA allocationGravatar Robin Murphy 1-33/+25
2017-04-03iommu/dma: Convert to address-based allocationGravatar Robin Murphy 1-52/+67
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverGravatar Dong Jia Shi 1-0/+8
2017-03-30x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportGravatar Suravee Suthikulpanit 2-24/+24
2017-03-30x86/events/amd/iommu.c: Modify functions to query max banks and countersGravatar Suravee Suthikulpanit 2-16/+20
2017-03-30x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Gravatar Suravee Suthikulpanit 4-8/+13
2017-03-30drivers/iommu/amd: Clean up iommu_pc_get_set_reg()Gravatar Suravee Suthikulpanit 1-5/+8