aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-49/+68
2014-09-25iommu/irq_remapping: Fix the regression of hpet irq remappingYijing Wang1-2/+2
2014-09-25iommu/amd: Split init_iommu_group() from iommu_init_device()Alex Williamson1-14/+13
2014-09-25amd_iommu: do not dereference a NULL pointer address.Maurizio Lombardi1-0/+3
2014-09-25iommu/amd: Convert to iommu_capable() API functionJoerg Roedel1-6/+5
2014-08-26iommu/amd: Remove device binding reference countJoerg Roedel1-3/+0
2014-08-26iommu/amd: Attach and detach complete alias groupJoerg Roedel1-26/+20
2014-08-26iommu/amd: Keep a list of devices in an alias groupJoerg Roedel1-0/+6
2014-08-26iommu/amd: Move struct iommu_dev_data to amd_iommu.cJoerg Roedel1-0/+21
2014-08-18iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel1-4/+6
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-2/+2
2014-07-04iommu/amd: Add sysfs supportAlex Williamson1-0/+6
2014-07-04iommu/amd: Use iommu_group_get_for_dev()Alex Williamson1-159/+5
2014-07-04iommu/amd: Update to use PCI DMA aliasesAlex Williamson1-4/+74
2014-05-30iommu/amd: Fix recently introduced compile warningsJoerg Roedel1-2/+0
2014-05-26iommu/amd: Remove duplicate checking codeVaughan Cao1-6/+0
2014-05-13iommu/amd: Fix interrupt remapping for aliased devicesAlex Williamson1-1/+1
2014-03-24iommu/amd: Fix logic to determine and checking max PASIDSuravee Suthikulpanit1-2/+2
2014-03-04iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES commandJay Cornwall1-2/+2
2014-01-07iommu/amd: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-2/+2
2013-08-14iommu/amd: Fix resource leak in iommu_init_device()Radmila Kompová1-1/+3
2013-06-25Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into nextJoerg Roedel1-25/+54
2013-06-23iommu/amd: Only unmap large pages from the first pteAlex Williamson1-1/+5
2013-06-20iommu/amd: Fix memory leak in free_pagetableJoerg Roedel1-24/+49
2013-06-20iommu/{vt-d,amd}: Remove multifunction assumption around groupingAlex Williamson1-6/+19
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-81/+64
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into nextJoerg Roedel1-93/+74
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+7
2013-04-23iommu: Move swap_pci_ref function to drivers/iommu/pci.h.Varun Sethi1-6/+1
2013-04-23iommu/AMD: Per-thread IOMMU Interrupt HandlingSuravee Suthikulpanit1-49/+33
2013-04-19iommu/amd: Workaround for ERBT1312Joerg Roedel1-8/+26
2013-04-18iommu/amd: Properly initialize irq-table lockJoerg Roedel1-0/+3
2013-04-18iommu/amd: Use AMD specific data structure for irq remappingJoerg Roedel1-27/+27
2013-04-18iommu/amd: Remove map_sg_no_iommu()Joerg Roedel1-21/+1
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi1-1/+1
2013-04-02iommu/amd: Re-enable IOMMU event log interrupt after handling.Suravee Suthikulpanit1-0/+3
2013-03-27iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel1-12/+10
2013-03-26iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIShuah Khan1-1/+1
2013-03-26iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan1-6/+6
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+1
2013-02-13iommu/amd: Remove redundant NULL check before dma_ops_domain_free().Cyril Roelandt1-2/+1
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel1-4/+4
2012-12-02iommu/amd: Remove obsolete commentJoerg Roedel1-10/+0
2012-12-02iommu/amd: Don't use 512GB pagesJoerg Roedel1-1/+3
2012-10-24iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson1-5/+56
2012-10-24iommu/amd: Split IOMMU group allocation and attachAlex Williamson1-11/+19
2012-10-24iommu/amd: Split upstream bus device lookupAlex Williamson1-9/+15
2012-10-24iommu/amd: Split IOMMU Group topology walkAlex Williamson1-25/+33
2012-10-24iommu/amd: Split IOMMU group initializationAlex Williamson1-18/+43
2012-10-02Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'x86/amd-irq-remapping' into nextJoerg Roedel1-5/+509