aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+7
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Gravatar Joerg Roedel 1-7/+7
2015-02-04iommu/amd: Convert non-returned local variable to boolean when relevantGravatar Quentin Lambert 1-6/+6
2015-02-04iommu: Update my email addressGravatar Joerg Roedel 1-1/+1
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeGravatar Jiang Liu 1-1/+0
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+7
2014-12-16iommu/amd: Use helpers to access irq_cfg data structure associated with IRQGravatar Jiang Liu 1-7/+7
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Gravatar Joerg Roedel 1-0/+3
2014-11-14iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXECGravatar Will Deacon 1-0/+2
2014-11-04iommu: Add iommu_map_sg() functionGravatar Olav Haugan 1-0/+1
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Gravatar Joerg Roedel 1-49/+68
2014-09-25iommu/irq_remapping: Fix the regression of hpet irq remappingGravatar Yijing Wang 1-2/+2
2014-09-25iommu/amd: Split init_iommu_group() from iommu_init_device()Gravatar Alex Williamson 1-14/+13
2014-09-25amd_iommu: do not dereference a NULL pointer address.Gravatar Maurizio Lombardi 1-0/+3
2014-09-25iommu/amd: Convert to iommu_capable() API functionGravatar Joerg Roedel 1-6/+5
2014-08-26iommu/amd: Remove device binding reference countGravatar Joerg Roedel 1-3/+0
2014-08-26iommu/amd: Attach and detach complete alias groupGravatar Joerg Roedel 1-26/+20
2014-08-26iommu/amd: Keep a list of devices in an alias groupGravatar Joerg Roedel 1-0/+6
2014-08-26iommu/amd: Move struct iommu_dev_data to amd_iommu.cGravatar Joerg Roedel 1-0/+21
2014-08-18iommu/amd: Fix cleanup_domain for mass device removalGravatar Joerg Roedel 1-4/+6
2014-07-07iommu: Constify struct iommu_opsGravatar Thierry Reding 1-2/+2
2014-07-04iommu/amd: Add sysfs supportGravatar Alex Williamson 1-0/+6
2014-07-04iommu/amd: Use iommu_group_get_for_dev()Gravatar Alex Williamson 1-159/+5
2014-07-04iommu/amd: Update to use PCI DMA aliasesGravatar Alex Williamson 1-4/+74
2014-05-30iommu/amd: Fix recently introduced compile warningsGravatar Joerg Roedel 1-2/+0
2014-05-26iommu/amd: Remove duplicate checking codeGravatar Vaughan Cao 1-6/+0
2014-05-13iommu/amd: Fix interrupt remapping for aliased devicesGravatar Alex Williamson 1-1/+1
2014-03-24iommu/amd: Fix logic to determine and checking max PASIDGravatar Suravee Suthikulpanit 1-2/+2
2014-03-04iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES commandGravatar Jay Cornwall 1-2/+2
2014-01-07iommu/amd: Use dev_is_pci() to check whether it is pci deviceGravatar Yijing Wang 1-2/+2
2013-08-14iommu/amd: Fix resource leak in iommu_init_device()Gravatar Radmila Kompová 1-1/+3
2013-06-25Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into ...Gravatar Joerg Roedel 1-25/+54
2013-06-23iommu/amd: Only unmap large pages from the first pteGravatar Alex Williamson 1-1/+5
2013-06-20iommu/amd: Fix memory leak in free_pagetableGravatar Joerg Roedel 1-24/+49
2013-06-20iommu/{vt-d,amd}: Remove multifunction assumption around groupingGravatar Alex Williamson 1-6/+19
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-81/+64
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Gravatar Joerg Roedel 1-93/+74
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+7
2013-04-23iommu: Move swap_pci_ref function to drivers/iommu/pci.h.Gravatar Varun Sethi 1-6/+1
2013-04-23iommu/AMD: Per-thread IOMMU Interrupt HandlingGravatar Suravee Suthikulpanit 1-49/+33
2013-04-19iommu/amd: Workaround for ERBT1312Gravatar Joerg Roedel 1-8/+26
2013-04-18iommu/amd: Properly initialize irq-table lockGravatar Joerg Roedel 1-0/+3
2013-04-18iommu/amd: Use AMD specific data structure for irq remappingGravatar Joerg Roedel 1-27/+27
2013-04-18iommu/amd: Remove map_sg_no_iommu()Gravatar Joerg Roedel 1-21/+1
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Gravatar Varun Sethi 1-1/+1
2013-04-02iommu/amd: Re-enable IOMMU event log interrupt after handling.Gravatar Suravee Suthikulpanit 1-0/+3
2013-03-27iommu/amd: Make sure dma_ops are set for hotplug devicesGravatar Joerg Roedel 1-12/+10
2013-03-26iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIGravatar Shuah Khan 1-1/+1
2013-03-26iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIGravatar Shuah Khan 1-6/+6
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1