summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_init.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devicesJiang Liu2015-10-091-0/+3
* iommu/amd: Make a symbol staticJoerg Roedel2015-08-131-1/+1
* iommu/amd: Use iommu core for passthrough modeJoerg Roedel2015-07-301-9/+1
* Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-231-23/+11
|\
| * iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel2015-06-111-2/+3
| * iommu/amd: Implement add_device and remove_deviceJoerg Roedel2015-06-111-22/+9
* | irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu2015-04-241-0/+4
|/
* Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-121-1/+1
|\
| * iommu: Update my email addressJoerg Roedel2015-02-041-1/+1
* | iommu/amd: Fix irq remapping detection logicThomas Gleixner2015-01-231-1/+6
* | iommu/irq_remapping: Change variable disable_irq_remap to be staticJiang Liu2015-01-151-5/+1
* | iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu2015-01-151-5/+0
* | iommu/amd: Check for irq-remap support amd_iommu_prepare()Joerg Roedel2015-01-151-0/+3
|/
* iommu/amd: Fix devid mapping for ivrs_ioapic overrideJoerg Roedel2014-09-251-6/+15
* iommu/amd: Add sysfs supportAlex Williamson2014-07-041-0/+38
* iommu/amd: fix enabling exclusion range for an exact deviceSu Friendy2014-05-131-1/+1
* iommu/amd: Fix logic to determine and checking max PASIDSuravee Suthikulpanit2014-03-241-7/+9
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-1/+0
* iommu/amd: Clean up unnecessary MSI/MSI-X capability findYijing Wang2013-08-141-1/+1
* perf/x86/amd: Add IOMMU Performance Counter resource managementSteven L Kinney2013-06-191-9/+131
* Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-061-16/+138
|\
| * iommu/amd: fix error return code in early_amd_iommu_init()Wei Yongjun2013-04-231-0/+1
| * iommu/AMD: Per-thread IOMMU Interrupt HandlingSuravee Suthikulpanit2013-04-231-1/+1
| * iommu/amd: Don't report firmware bugs with cmd-line ivrs overridesJoerg Roedel2013-04-191-3/+16
| * iommu/amd: Add ioapic and hpet ivrs overrideJoerg Roedel2013-04-191-2/+62
| * iommu/amd: Add early maps for ioapic and hpetJoerg Roedel2013-04-191-0/+38
| * iommu/amd: Extend IVRS special device data structureJoerg Roedel2013-04-191-10/+20
| * iommu/amd: Move add_special_device() to __initJoerg Roedel2013-04-191-1/+1
* | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-20/+20
|\ \ | |/ |/|
| * iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIShuah Khan2013-03-261-3/+3
| * iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan2013-03-261-17/+17
* | amd_iommu_init: remove __init from amd_iommu_erratum_746_workaroundNikola Pajkovsky2013-03-091-1/+1
|/
* iommu/amd: Initialize device table after dma_opsJoerg Roedel2013-02-071-5/+5
* IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-01-281-0/+34
* iommu/amd: Work around wrong IOAPIC device-id in IVRS tableJoerg Roedel2012-10-161-7/+32
*---. Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg Roedel2012-10-021-20/+233
|\ \ \
| | | * iommu/amd: Print message to system log when irq remapping is enabledJoerg Roedel2012-09-281-0/+2
| | | * iommu/amd: Make sure irq remapping still works on dma init failureJoerg Roedel2012-09-281-9/+31
| | | * iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel2012-09-281-0/+42
| | | * iommu/amd: Make sure IOMMU is not considered to translate itselfJoerg Roedel2012-09-281-0/+7
| | | * iommu/amd: Split device table initialization into irq and dma partJoerg Roedel2012-09-281-1/+18
| | | * iommu/amd: Check if IOAPIC information is correctJoerg Roedel2012-09-281-3/+24
| | | * iommu/amd: Allocate data structures to keep track of irq remapping tablesJoerg Roedel2012-09-281-0/+16
| | | * iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel2012-09-281-0/+23
| | | * iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel2012-09-281-2/+66
| |_|/ |/| |
| | * iommu/amd: Fix features reportingBorislav Petkov2012-09-281-1/+1
| | * iommu/amd: Fix some typosFrank Arnold2012-09-181-5/+5
| | * iommu/amd: remove duplicated include from amd_iommu_init.cWei Yongjun2012-09-181-1/+0
| |/ |/|
* | iommu/amd: Fix wrong check for ARRAY_SIZE()Joerg Roedel2012-08-101-1/+1
* | iommu/amd: Fix pci_request_acs() call-placeJoerg Roedel2012-08-061-3/+3
|/
OpenPOWER on IntegriCloud