summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Avoid duplicate removing in __domain_mapping()Longpeng(Mike)2021-10-181-5/+6
* iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu2021-10-181-23/+1
* iommu/vt-d: Delete dev_has_feat callbackLu Baolu2021-10-181-54/+5
* iommu/vt-d: Use second level for GPA->HPA translationLu Baolu2021-10-181-3/+12
* iommu/vt-d: Check FL and SL capability sanity in scalable modeLu Baolu2021-10-182-0/+14
* iommu/vt-d: Remove duplicate identity domain flagLu Baolu2021-10-181-5/+4
* iommu/vt-d: Dump DMAR translation structure when DMA fault occursKyung Min Park2021-10-183-2/+125
* iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel optionTvrtko Ursulin2021-10-181-1/+5
* iommu/vt-d: Drop "0x" prefix from PCI bus & device addressesBjorn Helgaas2021-09-281-3/+3
* iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()Fenghua Yu2021-09-091-0/+12
* iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()Fenghua Yu2021-09-091-3/+0
*-----. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-207-136/+135
|\ \ \ \
| | | * | iommu/vt-d: Add present bit check in pasid entry setup helpersLiu Yi L2021-08-191-0/+16
| | | * | iommu/vt-d: Use pasid_pte_is_present() helper functionLiu Yi L2021-08-191-1/+1
| | | * | iommu/vt-d: Drop the kernel doc annotationAndy Shevchenko2021-08-191-1/+1
| | | * | iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu2021-08-192-5/+2
| | | * | iommu/vt-d: Preset A/D bits for user space DMA usageLu Baolu2021-08-191-7/+3
| | | * | iommu/vt-d: Enable Intel IOMMU scalable mode by defaultLu Baolu2021-08-192-1/+5
| | | * | iommu/vt-d: Refactor Kconfig a bitLu Baolu2021-08-192-19/+12
| | | * | iommu/vt-d: Remove unnecessary oom messageZhen Lei2021-08-192-7/+1
| | | * | iommu/vt-d: Update the virtual command related registersLu Baolu2021-08-191-5/+5
| | | |/
| | | * iommu/vt-d: Prepare for multiple DMA domain typesRobin Murphy2021-08-181-9/+6
| | | * iommu/vt-d: Drop IOVA cookie managementRobin Murphy2021-08-181-8/+0
| | |/ | |/|
| | * iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry()Liu Yi L2021-08-182-2/+14
| | * iommu/vt-d: Fix PASID reference leakFenghua Yu2021-08-181-1/+2
| |/ |/|
| * iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()Lu Baolu2021-07-261-41/+7
| * iommu/vt-d: Implement map/unmap_pages() iommu_ops callbackLu Baolu2021-07-261-2/+35
| * iommu/vt-d: Report real pgsize bitmap to iommu coreLu Baolu2021-07-261-19/+19
| * iommu: Remove mode argument from iommu_set_dma_strict()John Garry2021-07-261-3/+3
| * iommu/vt-d: Add support for IOMMU default DMA mode build optionsZhen Lei2021-07-261-9/+6
| * iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry2021-07-261-0/+1
|/
* iommu/vt-d: Fix clearing real DMA device's scalable-mode context entriesLu Baolu2021-07-141-3/+2
* iommu/vt-d: Global devTLB flush when present context entry changedSanjay Kumar2021-07-141-9/+22
*-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-259-403/+825
|\ \
| | * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-4/+1
| |/ |/|
| * iommu/vt-d: Fix dereference of pointer info before it is null checkedColin Ian King2021-06-181-2/+6
| * iommu/vt-d: Fix linker error on 32-bitJoerg Roedel2021-06-101-3/+3
| * iommu/vt-d: No need to typecastParav Pandit2021-06-101-3/+2
| * iommu/vt-d: Remove unnecessary bracesParav Pandit2021-06-101-2/+1
| * iommu/vt-d: Removed unused iommu_count in dmar domainParav Pandit2021-06-101-8/+3
| * iommu/vt-d: Use bitfields for DMAR capabilitiesParav Pandit2021-06-101-9/+9
| * iommu/vt-d: Use DEVICE_ATTR_RO macroYueHaibing2021-06-101-24/+18
| * iommu/vt-d: Fix out-bounds-warning in intel/svm.cGustavo A. R. Silva2021-06-101-10/+16
| * iommu/vt-d: Add PRQ handling latency samplingLu Baolu2021-06-101-3/+13
| * iommu/vt-d: Add cache invalidation latency samplingLu Baolu2021-06-101-0/+31
| * iommu/vt-d: Expose latency monitor data through debugfsLu Baolu2021-06-102-0/+112
| * iommu/vt-d: Add common code for dmar latency performance monitorsLu Baolu2021-06-104-0/+243
| * iommu/vt-d: Add prq_report trace eventLu Baolu2021-06-101-0/+7
| * iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu2021-06-102-81/+17
| * iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu2021-06-102-26/+77