aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-2314-0/+15591
|\
| * iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu2015-02-201-5/+3
| * iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel2014-09-131-4/+6
| * iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson2014-09-131-10/+30
| * iommu/vt-d: Disable translation if already enabledTakao Indoh2014-08-062-1/+25
| * iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()David Woodhouse2014-07-111-1/+17
| * intel-iommu: fix off-by-one in pagetable freeingAlex Williamson2014-04-021-1/+1
| * intel-iommu: Fix leaks in pagetable freeingAlex Williamson2013-10-261-37/+35
| * iommu/amd: Only unmap large pages from the first pteAlex Williamson2013-07-271-1/+5
| * iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel2013-04-101-10/+10
| * iommu/amd: Initialize device table after dma_opsShuah Khan2013-03-201-3/+7
| * intel/iommu: force writebuffer-flush quirk on Gen 4 ChipsetsDaniel Vetter2013-03-061-1/+7
| * intel-iommu: Prevent devices with RMRRs from being placed into SI DomainTom Mingarelli2013-02-061-0/+31
| * IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-02-061-0/+34
| * iommu/intel: disable DMAR for g4x integrated gfxDaniel Vetter2013-02-061-6/+15
| * intel-iommu: Free old page tables before creating superpageWoodhouse, David2013-01-031-2/+9
| * intel-iommu: Default to non-coherent for domains unattached to iommusAlex Williamson2012-10-171-1/+3
| * irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMUSeth Forshee2012-10-101-5/+13
| * iommu/amd: Fix hotplug with iommu=ptJoerg Roedel2012-08-021-4/+6
| * iommu/amd: Initialize dma_ops for hotplug and sriov devicesJoerg Roedel2012-07-251-0/+7
| * iommu/amd: Fix missing iommu_shutdown initialization in passthrough modeShuah Khan2012-07-251-1/+2
| * iommu/amd: Cache pdev pointer to root-bridgeJoerg Roedel2012-06-102-8/+8
| * iommu/amd: Add workaround for event log erratumJoerg Roedel2012-06-101-6/+23
| * intel-iommu: Add device info into list before doing context mappingDavid Woodhouse2012-05-311-6/+11
| * iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter2012-05-311-2/+2
| * iommu/amd: Make sure IOMMU interrupts are re-enabled on resumeJoerg Roedel2012-04-131-7/+17
| * iommu/amd: Fix section warning for prealloc_protection_domainsSteffen Persvold2012-04-021-1/+1
| * x86/amd: iommu_set_device_table() must not be __initJan Beulich2012-03-121-1/+1
| * ARM: OMAP: make iommu subsys_initcall to fix builtin omap3ispOhad Ben-Cohen2012-03-121-1/+2
| * iommu/msm: Fix error handling in msm_iommu_unmap()Joerg Roedel2012-02-131-6/+1
| * iommu/amd: Work around broken IVRS tablesJoerg Roedel2012-02-131-0/+3
| * Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-12-291-1/+1
| |\
| | * iommu: Initialize domain->handler in iommu_domain_alloc()KyongHo Cho2011-12-161-1/+1
| * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds2011-12-161-0/+5
| |\ \
| | * | iommu: Export intel_iommu_enabled to signal when iommu is in useEugeni Dodonov2011-12-161-0/+5
| | |/
| * | intr_remapping: Fix section mismatch in ir_dev_scope_init()Sergey Senozhatsky2011-12-051-1/+1
| * | intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev()Sergey Senozhatsky2011-12-051-1/+1
| |/
| * iommu: omap: Fix compile failureMing Lei2011-11-082-0/+2
| * intel-iommu: now needs export.h for EXPORT_SYMBOL_GPLPaul Gortmaker2011-10-311-0/+1
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-309-29/+2527
| |\
| | *-----. Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-219-29/+2527
| | |\ \ \ \
| | | | | | * iommu/core: Remove global iommu_ops and register_iommuJoerg Roedel2011-10-211-23/+4
| | | | | | * iommu/msm: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | | * iommu/omap: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | | * iommu/vt-d: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | | * iommu/amd: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | | * iommu/core: Use bus->iommu_ops in the iommu-apiJoerg Roedel2011-10-211-7/+27
| | | | | | * iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-3/+6
| | | | | | * iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel2011-10-211-1/+13
| | | | | | * Driver core: Add iommu_ops to bus_typeJoerg Roedel2011-10-211-0/+31