aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu_types.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-26iommu/amd: Remove amd_iommu_pd_listGravatar Joerg Roedel 1-6/+0
2019-03-29iommu/amd: Reserve exclusion range in iova-domainGravatar Joerg Roedel 1-0/+2
2018-11-15iommu/amd: Ignore page-mode 7 in free_sub_pt()Gravatar Joerg Roedel 1-0/+1
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Gravatar Joerg Roedel 1-6/+16
2018-07-06iommu/amd: Add support for IOMMU XT modeGravatar Suravee Suthikulpanit 1-6/+11
2018-07-06iommu/amd: Add basic debugfs infrastructure for AMD IOMMUGravatar Gary R Hook 1-0/+5
2018-05-03iommu/amd: Update logging information for new event typeGravatar Gary R Hook 1-0/+1
2018-03-29iommu/amd: Turn dev_data_list into a lock less listGravatar Sebastian Andrzej Siewior 1-1/+1
2018-02-13iommu/amd: Use raw locks on atomic context pathsGravatar Scott Wood 1-2/+2
2017-12-20iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGravatar Gary R Hook 1-0/+2
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+50
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Gravatar Joerg Roedel 1-5/+50
2017-08-15iommu/amd: Don't copy GCR3 table root pointerGravatar Baoquan He 1-0/+24
2017-08-15iommu/amd: Do sanity check for address translation and irq remap of old dev t...Gravatar Baoquan He 1-0/+8
2017-08-15iommu/amd: Add function copy_dev_tables()Gravatar Baoquan He 1-0/+1
2017-08-15iommu/amd: Define bit fields for DTE particularlyGravatar Baoquan He 1-4/+14
2017-08-15Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel"Gravatar Baoquan He 1-1/+0
2017-08-15iommu/amd: Detect pre enabled translationGravatar Baoquan He 1-0/+3
2017-08-15iommu: Fix wrong freeing of iommu_device->devGravatar Joerg Roedel 1-1/+3
2017-07-18iommu/amd: Allow the AMD IOMMU to work with memory encryptionGravatar Tom Lendacky 1-1/+1
2017-06-16iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernelGravatar Joerg Roedel 1-0/+1
2017-06-08iommu/amd: Reduce amount of MMIO when submitting commandsGravatar Tom Lendacky 1-0/+2
2017-03-30x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Gravatar Suravee Suthikulpanit 1-3/+0
2017-02-28iommu/amd: Fix crash when accessing AMD-Vi sysfs entriesGravatar Joerg Roedel 1-0/+5
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceGravatar Joerg Roedel 1-3/+0
2017-02-10iommu: Introduce new 'struct iommu_device'Gravatar Joerg Roedel 1-0/+3
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+149
2016-09-15iommu/amd: Don't put completion-wait semaphore on stackGravatar Joerg Roedel 1-0/+2
2016-09-05iommu/amd: Enable vAPIC interrupt remapping mode by defaultGravatar Suravee Suthikulpanit 1-1/+1
2016-09-05iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa...Gravatar Suravee Suthikulpanit 1-0/+1
2016-09-05iommu/amd: Introduce amd_iommu_update_ga()Gravatar Suravee Suthikulpanit 1-0/+1
2016-09-05iommu/amd: Detect and initialize guest vAPIC logGravatar Suravee Suthikulpanit 1-0/+28
2016-09-05iommu/amd: Add support for multiple IRTE formatsGravatar Suravee Suthikulpanit 1-1/+0
2016-09-05iommu/amd: Introduce interrupt remapping ops structureGravatar Suravee Suthikulpanit 1-0/+20
2016-09-05iommu/amd: Move and introduce new IRTE-related unions and structuresGravatar Suravee Suthikulpanit 1-0/+76
2016-09-05iommu/amd: Detect and enable guest vAPIC supportGravatar Suravee Suthikulpanit 1-0/+24
2016-07-14iommu/amd: Use container_of to get dma_ops_domainGravatar Joerg Roedel 1-1/+0
2016-05-09iommu/amd: Remove statistics codeGravatar Joerg Roedel 1-26/+0
2016-04-07iommu/amd: Add new map for storing IVHD dev entry type HIDGravatar Wan Zongshun 1-0/+14
2015-12-28iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.cGravatar Joerg Roedel 1-40/+0
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-11/+2
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Gravatar Joerg Roedel 1-11/+2
2015-10-21iommu/amd: Remove first/last_device handlingGravatar Joerg Roedel 1-5/+0
2015-10-21iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuGravatar Joerg Roedel 1-4/+0
2015-10-21iommu/amd: Align DTE flag definitionsGravatar Joerg Roedel 1-2/+2
2015-10-21iommu/amd: Don't clear DTE flags when modifying itGravatar Joerg Roedel 1-0/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Gravatar Viresh Kumar 1-1/+1
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-11/+0