aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-17iommu/mediatek: Include linux/dma-mapping.hArnd Bergmann1-0/+1
2017-05-17iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed1-1/+4
2017-05-17iommu/dma: Don't touch invalid iova_domain membersRobin Murphy1-5/+8
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds18-480/+916
2017-05-05Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-54/+33
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-54/+33
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel20-530/+956
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+8
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel3-0/+3
2017-04-28iommu/vt-d: Don't print the failure message when booting non-kdump kernelQiuxu Zhuo1-9/+6
2017-04-27iommu: Move report_iommu_fault() to iommu.cJoerg Roedel1-0/+42
2017-04-26x86, iommu/vt-d: Add an option to disable Intel IOMMU force onShaohua Li1-0/+18
2017-04-26iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassedSunil Goutham2-0/+6
2017-04-25iommu/arm-smmu: Correct sid to maskPeng Fan1-1/+1
2017-04-24iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian1-1/+1
2017-04-20iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codezhichang.yuan1-2/+6
2017-04-20iommu/omap: Add iommu-group supportJoerg Roedel2-1/+39
2017-04-20iommu/omap: Make use of 'struct iommu_device'Joerg Roedel2-0/+32
2017-04-20iommu/omap: Store iommu_dev pointer in arch_dataJoerg Roedel2-35/+23
2017-04-20iommu/omap: Move data structures to omap-iommu.hJoerg Roedel2-16/+33
2017-04-20iommu/omap: Drop legacy-style device supportSuman Anna1-16/+14
2017-04-20iommu/omap: Register driver before setting IOMMU opsSuman Anna1-3/+18
2017-04-20iommu/arm-smmu: Clean up early-probing workaroundsRobin Murphy2-107/+49
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart1-2/+2
2017-04-20iommu/of: Prepare for deferred IOMMU configurationRobin Murphy1-1/+42
2017-04-20iommu/of: Refactor of_iommu_configure() for error handlingRobin Murphy1-30/+53
2017-04-07iommu/iova: Fix underflow bug in __alloc_and_insert_iova_rangeNate Watterson1-1/+1
2017-04-06iommu/io-pgtable-arm: Avoid shift overflow in block sizeRobin Murphy1-1/+1
2017-04-06iommu: Allow default domain type to be set on the kernel command lineWill Deacon1-3/+25
2017-04-06iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domainsWill Deacon1-21/+37
2017-04-06iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return voidWill Deacon1-9/+3
2017-04-06iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domainsWill Deacon1-3/+17
2017-04-06iommu/arm-smmu: Restrict domain attributes to UNMANAGED domainsWill Deacon2-0/+12
2017-04-06iommu/arm-smmu: Add global SMR masking propertyRobin Murphy1-1/+3
2017-04-06iommu/arm-smmu: Poll for TLB sync completion more effectivelyRobin Murphy1-8/+10
2017-04-06iommu/arm-smmu: Use per-context TLB sync as appropriateRobin Murphy1-33/+80
2017-04-06iommu/arm-smmu: Tidy up context bank indexingRobin Murphy1-16/+15
2017-04-06iommu/arm-smmu: Simplify ASID/VMID handlingRobin Murphy1-17/+19
2017-04-06iommu/arm-smmu: Fix 16-bit ASID configurationSunil Goutham1-19/+23
2017-04-06iommu/arm-smmu: Print message when Cavium erratum 27704 was detectedRobert Richter1-0/+1
2017-04-03iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device'Joerg Roedel1-1/+24
2017-04-03iommu/rockchip: Make use of 'struct iommu_device'Joerg Roedel1-2/+28
2017-04-03iommu/dma: Plumb in the per-CPU IOVA cachesRobin Murphy1-20/+17
2017-04-03iommu/dma: Clean up MSI IOVA allocationRobin Murphy1-33/+25
2017-04-03iommu/dma: Convert to address-based allocationRobin Murphy1-52/+67
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi1-0/+8
2017-03-30x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit2-24/+24
2017-03-30x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit2-16/+20
2017-03-30x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit4-8/+13
2017-03-30drivers/iommu/amd: Clean up iommu_pc_get_set_reg()Suravee Suthikulpanit1-5/+8