summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-06-05iommu/vt-d: Don't over-free page table directoriesDavid Dillow1-1/+1
2017-03-16iommu/amd: Fix the left value check of cmd bufferHuang Rui1-1/+1
2017-02-23iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2-1/+16
2017-02-23iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He1-0/+3
2016-08-23iommu/vt-d: Improve fault handler error messagesAlex Williamson1-9/+5
2016-08-23iommu/vt-d: Ratelimit fault handlerAlex Williamson1-11/+22
2016-03-24iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit1-12/+22
2016-03-04iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2-2/+2
2015-12-13iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpointsDavid Woodhouse1-3/+6
2015-11-16iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2-2/+3
2015-07-15iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel1-0/+6
2015-06-30iommu/vt-d: Fix passthrough mode with translation-disabled devicesDavid Woodhouse1-5/+8
2015-06-30iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse1-1/+6
2015-01-12iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu1-5/+3
2014-10-06iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1Olav Haugan1-2/+5
2014-10-06iommu/fsl: Fix warning resulting from adding PCI device twiceVarun Sethi1-2/+8
2014-10-06iommu/vt-d: Check return value of acpi_bus_get_device()Joerg Roedel1-2/+1
2014-09-17iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel1-4/+6
2014-09-17iommu/vt-d: Defer domain removal if device is assigned to a driverJoerg Roedel1-0/+8
2014-09-17iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson1-10/+39
2014-07-07iommu/fsl: Fix the error condition during iommu groupVarun Sethi1-2/+5
2014-07-07iommu/fsl: Fix the device domain attach condition.Varun Sethi1-7/+2
2014-07-07iommu/fsl: Fix PAMU window size check.Varun Sethi2-5/+5
2014-06-20iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel1-5/+13
2014-06-20iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu1-6/+3
2014-06-06Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-613/+1993
2014-06-05Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds1-8/+25
2014-06-05intel-iommu: integrate DMA CMAAkinobu Mita1-8/+25
2014-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+9
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+7
2014-05-30Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/am...Joerg Roedel13-611/+2003
2014-05-30iommu/msm: Use devm_ioremap_resource to simplify codeKefeng Wang1-31/+7
2014-05-30iommu/amd: Fix recently introduced compile warningsJoerg Roedel1-2/+0
2014-05-28driver core: dev_set_drvdata can no longer failJean Delvare1-6/+1
2014-05-27iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas1-7/+7
2014-05-26arm/ipmmu-vmsa: Fix compile errorJoerg Roedel1-1/+1
2014-05-26iommu/exynos: Fix checkpatch warningSachin Kamat1-0/+3
2014-05-26iommu/exynos: Fix trivial typoSachin Kamat1-6/+6
2014-05-26iommu/exynos: Remove invalid symbol dependencySachin Kamat1-1/+1
2014-05-26iommu: fsl_pamu.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+1
2014-05-26iommu/amd: Remove duplicate checking codeVaughan Cao1-6/+0
2014-05-26iommu/amd: Handle parallel invalidate_range_start/end calls correctlyJoerg Roedel1-4/+13
2014-05-26iommu/amd: Remove IOMMUv2 pasid_state_listJoerg Roedel1-26/+0
2014-05-26iommu/amd: Implement mmu_notifier_release call-backJoerg Roedel1-56/+35
2014-05-26iommu/amd: Convert IOMMUv2 state_table into state_listJoerg Roedel1-21/+18
2014-05-26iommu/amd: Don't access IOMMUv2 state_table directlyJoerg Roedel1-4/+9
2014-05-26iommu/ipmmu-vmsa: Support clearing mappingsLaurent Pinchart1-4/+186
2014-05-26iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitionsLaurent Pinchart1-8/+0
2014-05-26iommu/ipmmu-vmsa: Support 2MB mappingsLaurent Pinchart1-3/+29