summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu: Add sysfs support for IOMMUsAlex Williamson2014-07-042-0/+134
* iommu: Remove pci.hAlex Williamson2014-07-041-29/+0
* iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groupsAlex Williamson2014-07-041-65/+1
* iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson2014-07-042-138/+145
* iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson2014-07-041-75/+4
* iommu/amd: Use iommu_group_get_for_dev()Alex Williamson2014-07-042-160/+5
* iommu/amd: Update to use PCI DMA aliasesAlex Williamson2014-07-041-4/+74
* iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson2014-07-041-0/+182
* iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel2014-06-201-5/+13
* iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu2014-06-201-6/+3
* Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-0612-613/+1993
|\
| *-----------. Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/am...Joerg Roedel2014-05-3013-611/+2003
| |\ \ \ \ \ \ \
| | | | | | | | * iommu/msm: Use devm_ioremap_resource to simplify codeKefeng Wang2014-05-301-31/+7
| | | | | | | * | iommu: fsl_pamu.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-05-261-2/+1
| | | | | | | |/
| | | | | | * | arm/ipmmu-vmsa: Fix compile errorJoerg Roedel2014-05-261-1/+1
| | | | | | * | iommu/ipmmu-vmsa: Support clearing mappingsLaurent Pinchart2014-05-261-4/+186
| | | | | | * | iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitionsLaurent Pinchart2014-05-261-8/+0
| | | | | | * | iommu/ipmmu-vmsa: Support 2MB mappingsLaurent Pinchart2014-05-261-3/+29
| | | | | | * | iommu/ipmmu-vmsa: Rewrite page table managementLaurent Pinchart2014-05-261-107/+86
| | | | | | * | iommu/ipmmu-vmsa: PMD is never folded, PUD always isLaurent Pinchart2014-05-261-57/+9
| | | | | | * | iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possibleLaurent Pinchart2014-05-261-3/+40
| | | | | | * | iommu/ipmmu-vmsa: Define driver-specific page directory sizesLaurent Pinchart2014-05-261-5/+10
| | | | | | * | iommu/ipmmu-vmsa: Fix the supported page sizesLaurent Pinchart2014-05-261-1/+1
| | | | | | * | iommu/ipmmu-vmsa: Refactor micro-TLB lookupLaurent Pinchart2014-05-261-40/+52
| | | | | | * | iommu: Add driver for Renesas VMSA-compatible IPMMULaurent Pinchart2014-05-263-0/+1083
| | | | | | |/
| | | | | * | iommu/exynos: Fix checkpatch warningSachin Kamat2014-05-261-0/+3
| | | | | * | iommu/exynos: Fix trivial typoSachin Kamat2014-05-261-6/+6
| | | | | * | iommu/exynos: Remove invalid symbol dependencySachin Kamat2014-05-261-1/+1
| | | | | * | iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas2014-05-141-9/+9
| | | | | * | iommu/exynos: Apply workaround of caching fault page table entriesCho KyongHo2014-05-131-17/+146
| | | | | * | iommu/exynos: Turn on useful configuration optionsCho KyongHo2014-05-131-4/+34
| | | | | * | iommu/exynos: Support for device treeCho KyongHo2014-05-131-125/+158
| | | | | * | iommu/exynos: Enhanced error messagesCho KyongHo2014-05-131-14/+9
| | | | | * | iommu/exynos: Add devices attached to the System MMU to an IOMMU groupAntonios Motakis2014-05-131-0/+28
| | | | | * | iommu/exynos: Use exynos-iommu specific typedefCho KyongHo2014-05-131-42/+59
| | | | | * | iommu/exynos: Change rwlock to spinlockCho KyongHo2014-05-131-13/+14
| | | | | * | iommu/exynos: Remove custom fault handlerCho KyongHo2014-05-131-56/+24
| | | | | * | iommu/exynos: Gating clocks of master H/WCho KyongHo2014-05-131-2/+38
| | | | | * | iommu/exynos: Use managed device helper functionsCho KyongHo2014-05-131-43/+25
| | | | | * | iommu/exynos: Remove dbgname from drvdata of a System MMUCho KyongHo2014-05-131-19/+13
| | | | | * | iommu/exynos: Always enable runtime PMCho KyongHo2014-05-131-2/+1
| | | | | * | iommu/exynos: Add missing cache flush for removed page table entriesCho KyongHo2014-05-131-0/+2
| | | | | * | iommu/exynos: Remove prefetch buffer settingCho KyongHo2014-05-131-14/+0
| | | | | * | iommu/exynos: Fix L2TLB invalidationCho KyongHo2014-05-131-5/+27
| | | | | * | iommu/exynos: Allocate lv2 page table from own slabCho KyongHo2014-05-131-6/+28
| | | | | * | iommu/exynos: Change error handling when page table update is failedCho KyongHo2014-05-131-14/+44
| | | | | * | iommu/exynos: Fix build errorsCho KyongHo2014-05-131-170/+85
| | | | * | | iommu/amd: Fix recently introduced compile warningsJoerg Roedel2014-05-301-2/+0
| | | | * | | iommu/amd: Remove duplicate checking codeVaughan Cao2014-05-261-6/+0
| | | | * | | iommu/amd: Handle parallel invalidate_range_start/end calls correctlyJoerg Roedel2014-05-261-4/+13
OpenPOWER on IntegriCloud