aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+149
2016-09-15iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel1-0/+2
2016-09-05iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit1-1/+1
2016-09-05iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pass-through devicesSuravee Suthikulpanit1-0/+1
2016-09-05iommu/amd: Introduce amd_iommu_update_ga()Suravee Suthikulpanit1-0/+1
2016-09-05iommu/amd: Detect and initialize guest vAPIC logSuravee Suthikulpanit1-0/+28
2016-09-05iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit1-1/+0
2016-09-05iommu/amd: Introduce interrupt remapping ops structureSuravee Suthikulpanit1-0/+20
2016-09-05iommu/amd: Move and introduce new IRTE-related unions and structuresSuravee Suthikulpanit1-0/+76
2016-09-05iommu/amd: Detect and enable guest vAPIC supportSuravee Suthikulpanit1-0/+24
2016-07-14iommu/amd: Use container_of to get dma_ops_domainJoerg Roedel1-1/+0
2016-05-09iommu/amd: Remove statistics codeJoerg Roedel1-26/+0
2016-04-07iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun1-0/+14
2015-12-28iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.cJoerg Roedel1-40/+0
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-11/+2
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into nextJoerg Roedel1-11/+2
2015-10-21iommu/amd: Remove first/last_device handlingJoerg Roedel1-5/+0
2015-10-21iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel1-4/+0
2015-10-21iommu/amd: Align DTE flag definitionsJoerg Roedel1-2/+2
2015-10-21iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel1-0/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-11/+0
2015-06-11iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel1-8/+0
2015-06-11iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel1-3/+0
2015-04-24irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu1-0/+5
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into nextJoerg Roedel1-4/+9
2015-04-02iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel1-0/+6
2015-03-31iommu/amd: Make use of domain_alloc and domain_freeJoerg Roedel1-4/+3
2015-02-04iommu: Update my email addressJoerg Roedel1-1/+1
2014-08-26iommu/amd: Move struct iommu_dev_data to amd_iommu.cJoerg Roedel1-21/+0
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'arm/exynos' and 'core' into nextJoerg Roedel1-6/+0
2014-07-09iommu/amd: Moving PPR fault flags macros definitionsAlexey Skidanov1-6/+0
2014-07-04iommu/amd: Add sysfs supportAlex Williamson1-0/+3
2014-07-04iommu/amd: Use iommu_group_get_for_dev()Alex Williamson1-1/+0
2014-04-05Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-3/+8
2014-03-24iommu/amd: Fix logic to determine and checking max PASIDSuravee Suthikulpanit1-3/+8
2014-02-19iommu/amd: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2013-06-19perf/x86/amd: Add IOMMU Performance Counter resource managementSteven L Kinney1-3/+12
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+2
2013-04-19iommu/amd: Extend IVRS special device data structureJoerg Roedel1-0/+1
2013-04-02iommu/amd: Re-enable IOMMU event log interrupt after handling.Suravee Suthikulpanit1-0/+1
2013-03-26iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIShuah Khan1-7/+0
2013-03-26iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan1-3/+1
2012-10-24iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson1-0/+1
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-2/+57
2012-09-28iommu/amd: Add IRTE invalidation routineJoerg Roedel1-0/+3
2012-09-28iommu/amd: Allocate data structures to keep track of irq remapping tablesJoerg Roedel1-0/+9
2012-09-28iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel1-0/+9
2012-09-28iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel1-0/+34