summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-151-1/+1
|\
| * Merge branch 'device-properties'Rafael J. Wysocki2015-04-131-1/+1
| |\
| | * ACPI: Introduce has_acpi_companion()Rafael J. Wysocki2015-03-161-1/+1
* | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-141-2/+8
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'pci/iommu' and 'pci/resource' into nextBjorn Helgaas2015-03-191-2/+8
| |\ \ \ | | |_|/ | |/| |
| | * | of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri2015-03-031-2/+8
| | |/
* | | iommu/vt-d: Remove unused variableAlex Williamson2015-03-241-1/+0Star
* | | iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_idsAxel Lin2015-03-231-0/+1
* | | iommu/vt-d: Detach domain *only* from attached iommusAlex Williamson2015-03-231-3/+3
* | | iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS conditionBaptiste Reynal2015-03-231-3/+6
|/ /
* | iommu/io-pgtable-arm: Add built time dependencyJean Delvare2015-03-031-0/+1
* | iommu/msm: Mark driver BROKENThierry Reding2015-02-251-0/+1
* | iommu/rockchip: Play nice in multi-platform buildsThierry Reding2015-02-251-0/+7
* | iommu/omap: Play nice in multi-platform buildsThierry Reding2015-02-251-0/+7
* | iommu/exynos: Play nice in multi-platform buildsThierry Reding2015-02-251-0/+7
* | iommu/io-pgtable-arm: Fix self-test WARNs on i386Will Deacon2015-02-251-2/+3
|/
* Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-1220-1448/+1996
|\
| *-------. Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-0417-312/+284Star
| |\ \ \ \ \
| | | | | | * iommu: Update my email addressJoerg Roedel2015-02-047-9/+9
| | | | | | * iommu: Make more drivers depend on COMPILE_TESTJoerg Roedel2015-01-301-3/+6
| | | | | | * iommu: Disable on !MMU buildsArnd Bergmann2015-01-301-3/+5
| | | | | | * iommu: Fix trace_map() to report original iova and original sizeShuah Khan2015-01-261-1/+1
| | | | | | * iommu: Change trace unmap api to report unmapped sizeShuah Khan2015-01-191-1/+1
| | | | | | * iommu: Fix trace_unmap() to report original iovaShuah Khan2015-01-191-1/+2
| | | | | | * iommu: Make IOVA domain page size explicitRobin Murphy2015-01-192-5/+16
| | | | | | * iommu: Make IOVA domain low limit flexibleRobin Murphy2015-01-192-7/+12
| | | | | | * iommu: Consolidate IOVA allocator codeRobin Murphy2015-01-192-31/+37
| | | | | | * iommu: Allow building iova.c independentlyRobin Murphy2015-01-192-1/+6
| | | | | * | iommu/amd: Convert non-returned local variable to boolean when relevantQuentin Lambert2015-02-041-6/+6
| | | | | * | iommu/amd: Use wait_event in put_pasid_state_waitJoerg Roedel2015-02-041-8/+1Star
| | | | | * | iommu/amd: Fix amd_iommu_free_device()Peter Zijlstra2015-02-041-13/+7Star
| | | | * | | iommu/fsl: Various cleanupsEmil Medve2015-02-033-214/+177Star
| | | | * | | iommu/fsl: Use %pa to print phys_addr_tJoerg Roedel2015-01-301-4/+3Star
| | | | * | | iommu/fsl: Remove unused fsl_of_pamu_ids[]Emil Medve2015-01-261-10/+0Star
| | | | * | | iommu/fsl: Fix section mismatchEmil Medve2015-01-261-1/+1
| | | | | |/ | | | | |/|
| | | * / | iommu/omap: Print phys_addr_t using %paJoerg Roedel2015-01-301-1/+1
| | | |/ /
| | * | | iommu/arm-smmu: Avoid build warningArnd Bergmann2015-02-031-1/+1
| * | | | iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registeredLaurent Pinchart2015-01-301-28/+21Star
| * | | | iommu/ipmmu-vmsa: Use the ARM LPAE page table allocatorLaurent Pinchart2015-01-262-494/+61Star
| * | | | Merge branch 'arm/smmu' into arm/renesasJoerg Roedel2015-01-266-619/+1561
| |\| | |
| | * | | iommu/arm-smmu: add support for iova_to_phys through ATS1PRMitchel Humpherys2015-01-191-2/+67
| | * | | iommu/arm-smmu: don't touch the secure STLBIALL registerMitchel Humpherys2015-01-191-2/+0Star
| | * | | iommu/arm-smmu: make use of generic LPAE allocatorWill Deacon2015-01-192-626/+266Star
| | * | | iommu: io-pgtable-arm: add non-secure quirkLaurent Pinchart2015-01-192-1/+9
| | * | | iommu: add self-consistency tests to ARM LPAE IO page table allocatorWill Deacon2015-01-192-1/+208
| | * | | iommu: add ARM LPAE page table allocatorWill Deacon2015-01-195-0/+816
| | * | | iommu: introduce generic page table allocation frameworkWill Deacon2015-01-194-0/+208
| | |/ /
| * | | iommu/ipmmu-vmsa: Remove platform data supportLaurent Pinchart2015-01-161-24/+0Star
| * | | iommu/ipmmu-vmsa: Support multiple micro TLBs per deviceLaurent Pinchart2015-01-161-29/+86
| * | | iommu/ipmmu-vmsa: Add device tree supportLaurent Pinchart2015-01-161-8/+47