summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit2019-05-021-4/+11
* iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven2019-02-111-0/+3
* iommu/vt-d: Ratelimit each dmar fault printingDmitry Safonov2018-11-201-5/+3
* iommu/vt-d: Fix scatterlist offset handlingRobin Murphy2018-03-031-3/+5
* iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel2018-02-132-2/+15
* iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel2018-01-011-0/+1
* iommu/exynos: Remove initconst attribute to avoid potential kernel oopsMarek Szyprowski2018-01-011-1/+1
* iommu/amd: Fix schedule-while-atomic BUG in initialization codeJoerg Roedel2017-11-111-1/+1
* iommu/vt-d: Don't over-free page table directoriesDavid Dillow2017-06-051-1/+1
* iommu/amd: Fix the left value check of cmd bufferHuang Rui2017-03-161-1/+1
* iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2017-02-232-1/+16
* iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He2017-02-231-0/+3
* iommu/vt-d: Improve fault handler error messagesAlex Williamson2016-08-221-9/+5
* iommu/vt-d: Ratelimit fault handlerAlex Williamson2016-08-221-11/+22
* iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit2016-03-241-12/+22
* iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2016-03-042-2/+2
* iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpointsDavid Woodhouse2015-12-131-3/+6
* iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2015-11-162-2/+3
* iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel2015-07-151-0/+6
* iommu/vt-d: Fix passthrough mode with translation-disabled devicesDavid Woodhouse2015-06-301-5/+8
* iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse2015-06-301-1/+6
* iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu2015-01-121-5/+3
* iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1Olav Haugan2014-10-051-2/+5
* iommu/fsl: Fix warning resulting from adding PCI device twiceVarun Sethi2014-10-051-2/+8
* iommu/vt-d: Check return value of acpi_bus_get_device()Joerg Roedel2014-10-051-2/+1
* iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel2014-09-171-4/+6
* iommu/vt-d: Defer domain removal if device is assigned to a driverJoerg Roedel2014-09-171-0/+8
* iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson2014-09-171-10/+39
* iommu/fsl: Fix the error condition during iommu groupVarun Sethi2014-07-071-2/+5
* iommu/fsl: Fix the device domain attach condition.Varun Sethi2014-07-071-7/+2
* iommu/fsl: Fix PAMU window size check.Varun Sethi2014-07-072-5/+5
* 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