summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2017-04-06iommu/arm-smmu: Restrict domain attributes to UNMANAGED domainsWill Deacon
2017-04-06iommu/arm-smmu: Add global SMR masking propertyRobin Murphy
2017-04-06iommu/arm-smmu: Poll for TLB sync completion more effectivelyRobin Murphy
2017-04-06iommu/arm-smmu: Use per-context TLB sync as appropriateRobin Murphy
2017-04-06iommu/arm-smmu: Tidy up context bank indexingRobin Murphy
2017-04-06iommu/arm-smmu: Simplify ASID/VMID handlingRobin Murphy
2017-04-06iommu/arm-smmu: Fix 16-bit ASID configurationSunil Goutham
2017-04-06iommu/arm-smmu: Print message when Cavium erratum 27704 was detectedRobert Richter
2017-04-03iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device'Joerg Roedel
2017-04-03iommu/rockchip: Make use of 'struct iommu_device'Joerg Roedel
2017-04-03iommu/dma: Plumb in the per-CPU IOVA cachesRobin Murphy
2017-04-03iommu/dma: Clean up MSI IOVA allocationRobin Murphy
2017-04-03iommu/dma: Convert to address-based allocationRobin Murphy
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi
2017-03-30x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit
2017-03-30x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit
2017-03-30x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit
2017-03-30drivers/iommu/amd: Clean up iommu_pc_get_set_reg()Suravee Suthikulpanit
2017-03-29iommu/vt-d: Make sure IOMMUs are off when intel_iommu=offJoerg Roedel
2017-03-24iommu/exynos: Use smarter TLB flush method for v5 SYSMMUMarek Szyprowski
2017-03-24iommu/exynos: Don't open-code loop unrollingMarek Szyprowski
2017-03-22Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel
2017-03-22iommu/dma: Make PCI window reservation genericRobin Murphy
2017-03-22iommu/dma: Handle IOMMU API reserved regionsRobin Murphy
2017-03-22iommu/dma: Don't reserve PCI I/O windowsRobin Murphy
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy
2017-03-22iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5Marek Szyprowski
2017-03-22iommu/exynos: Block SYSMMU while invalidating FLPD cacheMarek Szyprowski
2017-03-22iommu/dmar: Remove redundant ' != 0' when check return codeAndy Shevchenko
2017-03-22iommu/dmar: Remove redundant assignment of retAndy Shevchenko
2017-03-22iommu/dmar: Return directly from a loop in dmar_dev_scope_status()Andy Shevchenko
2017-03-22iommu/dmar: Rectify return code handling in detect_intel_iommu()Andy Shevchenko
2017-03-22iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen
2017-03-21iommu/iova: Consolidate code for adding new node to iovad domain rbtreeMarek Szyprowski
2017-03-10iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing itOleksandr Tyshchenko
2017-03-10iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28iommu/amd: Fix crash when accessing AMD-Vi sysfs entriesJoerg Roedel
2017-02-28iommu/vt-d: Fix crash when accessing VT-d sysfs entriesJoerg Roedel
2017-02-27mm: use mmget_not_zero() helperVegard Nossum
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach
2017-02-22iommu/vt-d: Fix crash on boot when DMAR is disabledAndy Shevchenko
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel
2017-02-10iommu/exynos: Make use of iommu_device_register interfaceJoerg Roedel
2017-02-10iommu/mediatek: Make use of iommu_device_register interfaceJoerg Roedel
2017-02-10iommu/msm: Make use of iommu_device_register interfaceJoerg Roedel
2017-02-10iommu/arm-smmu: Make use of the iommu_register interfaceJoerg Roedel
2017-02-10iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel