summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
* | | | iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()Jiang Liu2014-07-231-7/+4Star
* | | | iommu/vt-d: Allocate dynamic domain id for virtual domains onlyJiang Liu2014-07-231-21/+26
* | | | iommu/vt-d: Introduce helper functions to make code symmetric for readabilityJiang Liu2014-07-231-67/+80
* | | | iommu/vt-d: Introduce helper functions to improve code readabilityJiang Liu2014-07-231-33/+26Star
* | | | iommu/vt-d: Use correct domain id to flush virtual machine domainsJiang Liu2014-07-231-1/+1
* | | | iommu/vt-d: Match segment number when searching for dev_iotlb capable devicesJiang Liu2014-07-231-1/+2
* | | | Merge branch 'core' into x86/vt-dJoerg Roedel2014-07-2319-475/+689
|\ \ \ \ | | |_|/ | |/| |
| * | | iommu: Fix compile error in iommu-sysfs.cJoerg Roedel2014-07-071-0/+1
| * | | iommu: Constify struct iommu_opsThierry Reding2014-07-0712-18/+27
| * | | iommu/amd: Add sysfs supportAlex Williamson2014-07-043-0/+47
| * | | iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson2014-07-042-1/+85
| * | | iommu: Add sysfs support for IOMMUsAlex Williamson2014-07-042-0/+134
| * | | iommu: Remove pci.hAlex Williamson2014-07-041-29/+0Star
| * | | iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groupsAlex Williamson2014-07-041-65/+1Star
| * | | 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/+4Star
| * | | iommu/amd: Use iommu_group_get_for_dev()Alex Williamson2014-07-042-160/+5Star
| * | | 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/vt-d: Suppress compiler warningsYijing Wang2014-07-041-2/+3
* | | iommu/vt-d: Remove the useless dma_pte_addrYijing Wang2014-07-041-4/+2Star
* | | iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel2014-07-041-1/+1
* | | iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang2014-07-041-0/+1
* | | iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang2014-07-041-1/+1
* | | iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang2014-07-041-1/+0Star
* | | iommu/vt-d: Clear the redundant assignment in dmar_enable_qiYijing Wang2014-07-041-3/+0Star
* | | iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang2014-07-041-4/+2Star
|/ /
* | 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/+3Star
|/
* 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/+7Star
| | | | | | | * | iommu: fsl_pamu.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-05-261-2/+1Star
| | | | | | | |/
| | | | | | * | 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/+0Star
| | | | | | * | iommu/ipmmu-vmsa: Support 2MB mappingsLaurent Pinchart2014-05-261-3/+29
| | | | | | * | iommu/ipmmu-vmsa: Rewrite page table managementLaurent Pinchart2014-05-261-107/+86Star
| | | | | | * | iommu/ipmmu-vmsa: PMD is never folded, PUD always isLaurent Pinchart2014-05-261-57/+9Star
| | | | | | * | 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