summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-01-26iommu/amd: Fix the left value check of cmd bufferHuang Rui1-1/+1
2016-11-24iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He1-0/+3
2016-10-06iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel1-1/+9
2016-03-07iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit1-12/+22
2016-02-25iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2-2/+2
2015-11-09iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2-2/+3
2015-10-07iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel1-3/+5
2015-07-30iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel1-0/+6
2015-06-10iommu/amd: Correctly encode huge pages in iommu page tablesJoerg Roedel1-5/+6
2015-06-10iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interfaceJoerg Roedel1-9/+3
2015-06-10iommu/amd: Optimize alloc_new_range for new fetch_pte interfaceJoerg Roedel1-4/+4
2015-06-10iommu/amd: Optimize iommu_unmap_page for new fetch_pte interfaceJoerg Roedel1-24/+8
2015-06-10iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel2-22/+36
2015-04-09iommu/core: Check for the right function pointer in iommu_map()Joerg Roedel1-1/+1
2015-01-26iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu1-5/+3
2014-10-13iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1Olav Haugan1-2/+5
2014-09-17iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel1-4/+6
2014-06-20iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()David Woodhouse1-1/+17
2014-06-09iommu/amd: Fix interrupt remapping for aliased devicesAlex Williamson1-1/+1
2014-04-25iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES commandJay Cornwall1-2/+2
2014-03-05iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contextsWill Deacon1-4/+12
2014-03-05iommu/arm-smmu: really fix page table lockingWill Deacon1-10/+10
2014-03-05iommu/arm-smmu: fix pud/pmd entry fill sequenceYifan Zhang1-4/+10
2014-02-14intel-iommu: fix off-by-one in pagetable freeingAlex Williamson1-1/+1
2013-12-20iommu/arm-smmu: use mutex instead of spinlock for locking page tablesWill Deacon1-36/+26
2013-12-08iommu: Remove stack trace from broken irq remapping warningNeil Horman1-6/+7
2013-12-08iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limitsJulian Stecklina1-1/+5
2013-10-04x86, build, pci: Fix PCI_MSI build on !SMPThomas Petazzoni1-1/+1
2013-09-17iommu/arm-smmu: don't enable SMMU device until probing has completedWill Deacon1-2/+2
2013-09-17iommu/arm-smmu: fix iommu_present() test in initDan Carpenter1-2/+2
2013-09-17iommu/arm-smmu: fix a signedness bugDan Carpenter1-2/+3
2013-09-12Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-120/+3082
2013-09-12Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fix...Joerg Roedel11-120/+3082
2013-09-12drivers/iommu: remove unnecessary platform_set_drvdata()Jingoo Han2-4/+0
2013-08-21Merge tag 'tegra-for-3.12-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Kevin Hilman1-2/+0
2013-08-16tegra: simplify use of devm_ioremap_resourceJulia Lawall1-2/+0
2013-08-15intel-iommu: Fix leaks in pagetable freeingAlex Williamson1-37/+35
2013-08-15iommu/amd: Fix resource leak in iommu_init_device()Radmila Kompová1-1/+3
2013-08-14iommu/amd: Clean up unnecessary MSI/MSI-X capability findYijing Wang1-1/+1
2013-08-14iommu/arm-smmu: Simplify VMID and ASID allocationWill Deacon1-22/+11
2013-08-14iommu/arm-smmu: Don't use VMIDs for stage-1 translationsWill Deacon1-13/+46
2013-08-14iommu/arm-smmu: Tighten up global fault reportingWill Deacon1-2/+5
2013-08-14iommu/arm-smmu: Remove broken big-endian checkWill Deacon1-6/+0
2013-08-14iommu/fsl: Remove unnecessary 'fsl-pamu' prefixesJoerg Roedel1-5/+5
2013-08-14iommu/fsl: Fix whitespace problems noticed by git-amJoerg Roedel1-2/+2
2013-08-14iommu/fsl: Freescale PAMU driver and iommu implementation.Varun Sethi6-0/+2987
2013-08-14iommu/exynos: Remove dead code (set_prefbuf)Grant Grundler1-44/+0
2013-08-06iommu/msm: Move mach includes to iommu directoryStephen Boyd4-4/+1989
2013-07-11Merge tag 'iommu-updates-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-90/+2136
2013-07-09drivers/iommu/msm_iommu_dev.c: fix leak and clean up error pathsLibo Chen1-14/+10