summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-146-6/+0
|\
| * iommu: drop owner assignment from platform_driversWolfram Sang2014-10-207-7/+0
* | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-131-31/+53
|\ \
| * | iommu/amd: use handle_mm_fault directlyJesse Barnes2014-12-131-31/+53
* | | Merge tag 'iommu-updates-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-1217-976/+2346
|\ \ \ | |/ / |/| |
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------. \ Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Joerg Roedel2014-12-0217-285/+2082
| |\ \ \ \ \ \ \ \
| | | | | | | | * | iommu: Decouple iommu_map_sg from CPU page sizeRobin Murphy2014-12-021-5/+15
| | | | | | | * | | iommu/amd: Fix accounting of device_stateOded Gabbay2014-11-121-6/+2
| | | | | | | | |/ | | | | | | | |/|
| | | | | | * | | iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu2014-12-021-5/+3
| | | | | | * | | iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplugJiang Liu2014-11-181-55/+151
| | | | | | * | | iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping()Jiang Liu2014-11-181-3/+5
| | | | | | * | | iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplugJiang Liu2014-11-181-60/+178
| | | | | | * | | iommu/vt-d: Search for ACPI _DSM method for DMAR hotplugJiang Liu2014-11-181-3/+30
| | | | | | * | | iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu2014-11-183-14/+337
| | | | | | * | | iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu2014-11-182-16/+37
| | | | | | * | | iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu2014-11-182-100/+113
| | | | | | * | | x86/vt-d: Fix incorrect bit operations in setting valuesLi, Zhen-Hua2014-11-061-0/+2
| | | | | | |/ /
| | | | | * | | iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attributeWill Deacon2014-11-141-20/+90
| | | | | * | | iommu/arm-smmu: Play nice on non-ARM/SMMU systemsThierry Reding2014-11-141-0/+12
| | | | | * | | iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXECWill Deacon2014-11-141-0/+2
| | | | | * | | iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driverAntonios Motakis2014-11-141-0/+2
| | | | | * | | iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXECAntonios Motakis2014-11-141-4/+5
| | | | | |/ /
| | | | * | | iommu/ipmmu-vmsa: Return proper error if devm_request_irq failsAxel Lin2014-11-041-1/+1
| | | | |/ /
| | | * | | iommu/rockchip: Allow to compile with COMPILE_TESTJoerg Roedel2014-11-041-1/+2
| | | * | | iommu/rockchip: rk3288 iommu driverDaniel Kurtz2014-11-033-0/+1051
| | | |/ /
| | * | | iommu/msm: Use dev_get_platdata()Kiran Padwal2014-11-041-2/+2
| | * | | iommu/msm: Deletion of unnecessary checks before clk_disable()SF Markus Elfring2014-10-232-6/+3
| | |/ /
| * | | iommu/omap: Use dev_get_platdata()Kiran Padwal2014-11-041-3/+3
| * | | iommu/omap: Switch pagetable debugfs entry to use seq_fileSuman Anna2014-10-231-53/+28
| * | | iommu/omap: Fix bus error on debugfs access of unattached IOMMUSuman Anna2014-10-231-0/+14
| * | | iommu/omap: Reset the domain field upon detachingSuman Anna2014-10-231-0/+1
| * | | iommu/omap: Do not export unneeded functionsSuman Anna2014-10-232-7/+2
| * | | iommu/omap: Remove couple of unused exported functionsSuman Anna2014-10-232-26/+0
| * | | iommu/omap: Integrate omap-iommu-debug into omap-iommuSuman Anna2014-10-234-80/+58
| * | | iommu/omap: Make pagetable debugfs entry read-onlySuman Anna2014-10-231-46/+2
| * | | iommu/omap: Fix the permissions on nr_tlb_entriesSuman Anna2014-10-231-1/+1
| * | | iommu/omap: Consolidate OMAP IOMMU modulesSuman Anna2014-10-234-419/+217
| * | | iommu/omap: Simplify omap2_iommu_fault_isr()Suman Anna2014-10-231-19/+1
| * | | iommu/omap: Remove bogus version check in context save/restoreSuman Anna2014-10-231-6/+0
| * | | iommu/omap: Remove omap_iommu_arch_version() and version fieldSuman Anna2014-10-233-15/+0
| * | | iommu/omap: Remove ver debugfs entrySuman Anna2014-10-231-13/+0
| * | | iommu/omap: Remove conditional definition of dev_to_omap_iommu()Suman Anna2014-10-231-2/+5
| * | | iommu/omap: Remove duplicate declarationsSuman Anna2014-10-231-3/+0
| * | | iommu/omap: Remove unused isr_priv field from omap_iommuSuman Anna2014-10-231-1/+0
| * | | iommu/omap: Remove refcount field from omap_iommu objectSuman Anna2014-10-232-13/+3
| |/ /
* | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-8/+0
|\ \ \
| * | | PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu2014-11-231-8/+0
| |/ /
* | | memory: Add NVIDIA Tegra memory controller supportThierry Reding2014-12-042-1093/+529
| |/ |/|
* | iommu: Improve error handling when setting bus iommuHeiko Stübner2014-11-041-2/+16
* | iommu: Do more input validation in iommu_map_sg()Joerg Roedel2014-11-041-11/+18
OpenPOWER on IntegriCloud