summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Fix recently introduced compile warningsJoerg Roedel2014-05-301-2/+0Star
* iommu/amd: Remove duplicate checking codeVaughan Cao2014-05-261-6/+0Star
* iommu/amd: Fix interrupt remapping for aliased devicesAlex Williamson2014-05-131-1/+1
* iommu/amd: Fix logic to determine and checking max PASIDSuravee Suthikulpanit2014-03-241-2/+2
* iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES commandJay Cornwall2014-03-041-2/+2
* iommu/amd: Use dev_is_pci() to check whether it is pci deviceYijing Wang2014-01-071-2/+2
* iommu/amd: Fix resource leak in iommu_init_device()Radmila Kompová2013-08-141-1/+3
*-. Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into ...Joerg Roedel2013-06-251-25/+54
|\ \
| | * iommu/amd: Only unmap large pages from the first pteAlex Williamson2013-06-231-1/+5
| | * iommu/amd: Fix memory leak in free_pagetableJoerg Roedel2013-06-201-24/+49
| |/
* / iommu/{vt-d,amd}: Remove multifunction assumption around groupingAlex Williamson2013-06-201-6/+19
|/
* Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-061-81/+64Star
|\
| *-----. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-021-93/+74Star
| |\ \ \ \
| | | | * | 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/AMD: Per-thread IOMMU Interrupt HandlingSuravee Suthikulpanit2013-04-231-49/+33Star
| | * | iommu/amd: Workaround for ERBT1312Joerg Roedel2013-04-191-8/+26
| | * | iommu/amd: Properly initialize irq-table lockJoerg Roedel2013-04-181-0/+3
| | * | iommu/amd: Use AMD specific data structure for irq remappingJoerg Roedel2013-04-181-27/+27
| | * | iommu/amd: Remove map_sg_no_iommu()Joerg Roedel2013-04-181-21/+1Star
| | * | iommu/amd: Re-enable IOMMU event log interrupt after handling.Suravee Suthikulpanit2013-04-021-0/+3
| | |/
* | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-7/+7
|\ \ \ | |_|/ |/| |
| * | iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIShuah Khan2013-03-261-1/+1
| * | iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan2013-03-261-6/+6
| |/
* / iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel2013-03-271-12/+10Star
|/
* Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-261-2/+1Star
|\
| * iommu/amd: Remove redundant NULL check before dma_ops_domain_free().Cyril Roelandt2013-02-131-2/+1Star
* | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-4/+4
|/
* iommu/amd: Remove obsolete commentJoerg Roedel2012-12-021-10/+0Star
* iommu/amd: Don't use 512GB pagesJoerg Roedel2012-12-021-1/+3
* iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson2012-10-241-5/+56
* iommu/amd: Split IOMMU group allocation and attachAlex Williamson2012-10-241-11/+19
* iommu/amd: Split upstream bus device lookupAlex Williamson2012-10-241-9/+15
* iommu/amd: Split IOMMU Group topology walkAlex Williamson2012-10-241-25/+33
* iommu/amd: Split IOMMU group initializationAlex Williamson2012-10-241-18/+43
*-----. Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg Roedel2012-10-021-5/+509
|\ \ \ \
| | | | * iommu/amd: Remove obsolete comment lineJoerg Roedel2012-10-021-1/+0Star
| | | | * iommu/amd: Fix possible use after free in get_irq_table()Dan Carpenter2012-10-021-0/+1
| | | | * iommu/amd: Report irq remapping through IOMMU-APIJoerg Roedel2012-09-281-0/+2
| | | | * iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel2012-09-281-0/+16
| | | | * iommu/amd: Add call-back routine for HPET MSIJoerg Roedel2012-09-281-0/+26
| | | | * iommu/amd: Implement MSI routines for interrupt remappingJoerg Roedel2012-09-281-0/+74
| | | | * iommu/amd: Add IOAPIC remapping routinesJoerg Roedel2012-09-281-0/+126
| | | | * iommu/amd: Add routines to manage irq remapping tablesJoerg Roedel2012-09-281-0/+228
| | | | * iommu/amd: Add IRTE invalidation routineJoerg Roedel2012-09-281-0/+27
| | | | * iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel2012-09-281-0/+2
| | | | * iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel2012-09-281-0/+3
| | | |/ | | |/|
| | | * iommu/amd: Fix some typosFrank Arnold2012-09-181-5/+5
| | |/
* | / iommu/amd: Fix wrong assumption in iommu-group specific codeJoerg Roedel2012-09-281-2/+4
| |/ |/|
* | iommu/amd: Fix ACS path checkingAlex Williamson2012-08-061-3/+22
|/