summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Use list_for_each_entry_safe() for dmar_domain->devices traversalYijing Wang2013-11-011-4/+2Star
* iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limitsJulian Stecklina2013-11-011-1/+5
* intel-iommu: Fix leaks in pagetable freeingAlex Williamson2013-08-141-37/+35Star
* iommu/{vt-d,amd}: Remove multifunction assumption around groupingAlex Williamson2013-06-201-6/+19
*---. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-021-7/+2Star
|\ \ \
| | | * iommu: Move swap_pci_ref function to drivers/iommu/pci.h.Varun Sethi2013-04-231-6/+1Star
| | |/ | |/|
| | * iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi2013-04-021-1/+1
| |/
* / iommu/vt-d: Disable translation if already enabledTakao Indoh2013-04-231-0/+15
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-261-1/+7
|\
| * intel/iommu: force writebuffer-flush quirk on Gen 4 ChipsetsDaniel Vetter2013-02-201-1/+7
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-201-0/+2
|\ \ | |/ |/|
| * x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel2013-01-281-0/+2
* | iommu/intel: disable DMAR for g4x integrated gfxDaniel Vetter2013-01-231-6/+15
|/
* Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+31
|\
| *-. Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+31
| |\ \
| | | * intel-iommu: Prevent devices with RMRRs from being placed into SI DomainTom Mingarelli2012-11-211-0/+31
| | |/
* | / intel-iommu: Free old page tables before creating superpageWoodhouse, David2012-12-201-2/+9
|/ /
* / intel-iommu: Fix lookup in add deviceAlex Williamson2012-11-171-2/+2
|/
* Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-071-1/+3
|\
| * intel-iommu: Default to non-coherent for domains unattached to iommusAlex Williamson2012-09-181-1/+3
* | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-131-3/+23
|\|
| * iommu/intel: Fix ACS path checkingAlex Williamson2012-08-061-3/+22
| * iommu/intel: add missing free_domain_memJulia Lawall2012-08-031-0/+1
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-3/+3
|/
* Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-251-35/+58
|\
| *-. Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel2012-07-231-35/+58
| |\ \
| | | * iommu/vt-d: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-111-0/+4
| | |/ | |/|
| | * intel-iommu: Make use of DMA quirks and ACS checks in IOMMU groupsAlex Williamson2012-06-251-0/+25
| | * intel-iommu: Support IOMMU groupsAlex Williamson2012-06-251-0/+43
| | * iommu: IOMMU GroupsAlex Williamson2012-06-251-49/+0Star
| |/
* / PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
|/
* intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helperDavid Woodhouse2012-05-261-16/+13Star
* intel-iommu: Add device info into list before doing context mappingDavid Woodhouse2012-05-261-6/+11
* iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-071-1/+1
* iommu: rename intr_remapping references to irq_remappingSuresh Siddha2012-05-071-1/+1
* iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-071-0/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-051-4/+5
|\
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-4/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-1/+1
|\ \
| * | iommu: Fix typo in intel-iommu.cMasanari Iida2012-02-051-1/+1
| |/
* | x86/iommu/intel: Increase the number of iommus supported to MAX_IO_APICSMike Travis2012-03-061-13/+26
* | x86/iommu/intel: Fix identity mapping for sandy bridgeMike Travis2012-03-061-11/+9Star
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-101-7/+72
|\
| * Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel2012-01-091-0/+49
| |\
| | * iommu: Add option to group multi-function devicesAlex Williamson2011-11-151-0/+3
| | * iommu/intel: Implement iommu_device_groupAlex Williamson2011-11-151-0/+46
| | |
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel2012-01-091-7/+23
| |\ \ \ | | | |/ | | |/|
| | | * Merge branch 'iommu/page-sizes' into x86/amdJoerg Roedel2011-12-141-7/+23
| | | |\
| | | | * iommu/intel: announce supported page sizesOhad Ben-Cohen2011-11-101-0/+19