summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_types.h
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Update logging information for new event typeGary R Hook2018-05-031-0/+1
* iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior2018-03-291-1/+1
* iommu/amd: Use raw locks on atomic context pathsScott Wood2018-02-131-2/+2
* iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook2017-12-201-0/+2
* Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-091-5/+50
|\
| *---. Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel2017-09-011-5/+50
| |\ \ \
| | | | * iommu/amd: Don't copy GCR3 table root pointerBaoquan He2017-08-151-0/+24
| | | | * iommu/amd: Do sanity check for address translation and irq remap of old dev t...Baoquan He2017-08-151-0/+8
| | | | * iommu/amd: Add function copy_dev_tables()Baoquan He2017-08-151-0/+1
| | | | * iommu/amd: Define bit fields for DTE particularlyBaoquan He2017-08-151-4/+14
| | | | * Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel"Baoquan He2017-08-151-1/+0
| | | | * iommu/amd: Detect pre enabled translationBaoquan He2017-08-151-0/+3
| | | |/ | | |/|
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | iommu/amd: Allow the AMD IOMMU to work with memory encryptionTom Lendacky2017-07-181-1/+1
| |/ /
* | | iommu: Fix wrong freeing of iommu_device->devJoerg Roedel2017-08-151-1/+3
|/ /
* | iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernelJoerg Roedel2017-06-161-0/+1
* | iommu/amd: Reduce amount of MMIO when submitting commandsTom Lendacky2017-06-081-0/+2
|/
* x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-301-3/+0
* iommu/amd: Fix crash when accessing AMD-Vi sysfs entriesJoerg Roedel2017-02-281-0/+5
* iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel2017-02-101-3/+0
* iommu: Introduce new 'struct iommu_device'Joerg Roedel2017-02-101-0/+3
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-0/+149
|\
| * iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit2016-09-051-1/+1
| * iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa...Suravee Suthikulpanit2016-09-051-0/+1
| * iommu/amd: Introduce amd_iommu_update_ga()Suravee Suthikulpanit2016-09-051-0/+1
| * iommu/amd: Detect and initialize guest vAPIC logSuravee Suthikulpanit2016-09-051-0/+28
| * iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit2016-09-051-1/+0
| * iommu/amd: Introduce interrupt remapping ops structureSuravee Suthikulpanit2016-09-051-0/+20
| * iommu/amd: Move and introduce new IRTE-related unions and structuresSuravee Suthikulpanit2016-09-051-0/+76
| * iommu/amd: Detect and enable guest vAPIC supportSuravee Suthikulpanit2016-09-051-0/+24
* | iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel2016-09-151-0/+2
|/
* iommu/amd: Use container_of to get dma_ops_domainJoerg Roedel2016-07-141-1/+0
* iommu/amd: Remove statistics codeJoerg Roedel2016-05-091-26/+0
* iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun2016-04-071-0/+14
* iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.cJoerg Roedel2015-12-281-40/+0
* Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-051-11/+2
|\
| *-. Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-021-11/+2
| |\ \
| | | * iommu/amd: Remove first/last_device handlingJoerg Roedel2015-10-211-5/+0
| | | * iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel2015-10-211-4/+0
| | | * iommu/amd: Align DTE flag definitionsJoerg Roedel2015-10-211-2/+2
| | |/
* | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-1/+1
|\ \ \ | |/ / |/| |
| * | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-1/+1
| |/
* | iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2015-10-211-0/+1
|/
* Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-231-11/+0
|\
| * iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel2015-06-111-8/+0
| * iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel2015-06-111-3/+0
* | irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu2015-04-241-0/+5
|/
*-. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel2015-04-021-4/+9
|\ \
| | * iommu/amd: Make use of domain_alloc and domain_freeJoerg Roedel2015-03-311-4/+3
| |/ |/|
| * iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel2015-04-021-0/+6
|/
OpenPOWER on IntegriCloud