summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_types.h
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Move AMD IOMMU driver into subdirectoryJoerg Roedel2020-06-101-907/+0
* Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel2020-05-291-2/+7
|\
| * iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel2020-05-051-2/+7
* | iommu/amd: Unify format of the printed messagesAndy Shevchenko2020-05-131-4/+4
* | iommu/amd: Remove dev_data->passthroughJoerg Roedel2020-05-051-1/+0
|/
* iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang2020-02-281-1/+1
* iommu/amd: Remove unused struct memberAdrian Huang2020-01-171-1/+0
* iommu/amd: Fix typos for PPR macrosAdrian Huang2020-01-071-2/+2
* iommu/amd: Only support x2APIC with IVHD type 11h/40hSuravee Suthikulpanit2019-12-231-1/+0
* iommu/amd: Check feature support bit before accessing MSI capability registersSuravee Suthikulpanit2019-12-231-0/+1
*-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-2/+1
|\ \
| | * iommu/amd: Support multiple PCI DMA aliases in device tableLogan Gunthorpe2019-10-301-1/+1
| | * iommu/amd: Remove unnecessary locking from AMD iommu driverTom Murphy2019-10-151-1/+0
| |/
* / iommu/amd: Fix incorrect PASID decoding from event logSuthikulpanit, Suravee2019-10-151-2/+2
|/
* iommu/amd: Lock dev_data in attach/detach code pathsJoerg Roedel2019-09-281-0/+3
* iommu/amd: Remove domain->updatedJoerg Roedel2019-09-281-1/+0
* iommu/amd: Re-factor guest virtual APIC (de-)activation codeSuthikulpanit, Suravee2019-08-091-0/+9
* iommu/amd: Add support for X2APIC IOMMU interruptsSuthikulpanit, Suravee2019-07-231-0/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
* iommu/amd: Remove amd_iommu_pd_listJoerg Roedel2019-04-261-6/+0
* iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel2019-03-291-0/+2
* iommu/amd: Ignore page-mode 7 in free_sub_pt()Joerg Roedel2018-11-151-0/+1
*-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-6/+16
|\ \
| | * iommu/amd: Add basic debugfs infrastructure for AMD IOMMUGary R Hook2018-07-061-0/+5
| |/ |/|
| * iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit2018-07-061-6/+11
|/
* 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