summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel
AgeCommit message (Expand)AuthorLines
2021-11-26iommu/vt-d: Fix unmap_pages supportAlex Williamson-4/+2
2021-11-26iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()Christophe JAILLET-2/+3
2021-10-18iommu/vt-d: Avoid duplicate removing in __domain_mapping()Longpeng(Mike)-5/+6
2021-10-18iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu-23/+1
2021-10-18iommu/vt-d: Delete dev_has_feat callbackLu Baolu-54/+5
2021-10-18iommu/vt-d: Use second level for GPA->HPA translationLu Baolu-3/+12
2021-10-18iommu/vt-d: Check FL and SL capability sanity in scalable modeLu Baolu-0/+14
2021-10-18iommu/vt-d: Remove duplicate identity domain flagLu Baolu-5/+4
2021-10-18iommu/vt-d: Dump DMAR translation structure when DMA fault occursKyung Min Park-2/+125
2021-10-18iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel optionTvrtko Ursulin-1/+5
2021-09-28iommu/vt-d: Drop "0x" prefix from PCI bus & device addressesBjorn Helgaas-3/+3
2021-09-09iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()Fenghua Yu-0/+12
2021-09-09iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()Fenghua Yu-3/+0
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel-136/+135
2021-08-19iommu/vt-d: Add present bit check in pasid entry setup helpersLiu Yi L-0/+16
2021-08-19iommu/vt-d: Use pasid_pte_is_present() helper functionLiu Yi L-1/+1
2021-08-19iommu/vt-d: Drop the kernel doc annotationAndy Shevchenko-1/+1
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu-5/+2
2021-08-19iommu/vt-d: Preset A/D bits for user space DMA usageLu Baolu-7/+3
2021-08-19iommu/vt-d: Enable Intel IOMMU scalable mode by defaultLu Baolu-1/+5
2021-08-19iommu/vt-d: Refactor Kconfig a bitLu Baolu-19/+12
2021-08-19iommu/vt-d: Remove unnecessary oom messageZhen Lei-7/+1
2021-08-19iommu/vt-d: Update the virtual command related registersLu Baolu-5/+5
2021-08-18iommu/vt-d: Prepare for multiple DMA domain typesRobin Murphy-9/+6
2021-08-18iommu/vt-d: Drop IOVA cookie managementRobin Murphy-8/+0
2021-08-18iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry()Liu Yi L-2/+14
2021-08-18iommu/vt-d: Fix PASID reference leakFenghua Yu-1/+2
2021-07-26iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()Lu Baolu-41/+7
2021-07-26iommu/vt-d: Implement map/unmap_pages() iommu_ops callbackLu Baolu-2/+35
2021-07-26iommu/vt-d: Report real pgsize bitmap to iommu coreLu Baolu-19/+19
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry-3/+3
2021-07-26iommu/vt-d: Add support for IOMMU default DMA mode build optionsZhen Lei-9/+6
2021-07-26iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry-0/+1
2021-07-14iommu/vt-d: Fix clearing real DMA device's scalable-mode context entriesLu Baolu-3/+2
2021-07-14iommu/vt-d: Global devTLB flush when present context entry changedSanjay Kumar-9/+22
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel-403/+825
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker-4/+1
2021-06-18iommu/vt-d: Fix dereference of pointer info before it is null checkedColin Ian King-2/+6
2021-06-10iommu/vt-d: Fix linker error on 32-bitJoerg Roedel-3/+3
2021-06-10iommu/vt-d: No need to typecastParav Pandit-3/+2
2021-06-10iommu/vt-d: Remove unnecessary bracesParav Pandit-2/+1
2021-06-10iommu/vt-d: Removed unused iommu_count in dmar domainParav Pandit-8/+3
2021-06-10iommu/vt-d: Use bitfields for DMAR capabilitiesParav Pandit-9/+9
2021-06-10iommu/vt-d: Use DEVICE_ATTR_RO macroYueHaibing-24/+18
2021-06-10iommu/vt-d: Fix out-bounds-warning in intel/svm.cGustavo A. R. Silva-10/+16
2021-06-10iommu/vt-d: Add PRQ handling latency samplingLu Baolu-3/+13
2021-06-10iommu/vt-d: Add cache invalidation latency samplingLu Baolu-0/+31
2021-06-10iommu/vt-d: Expose latency monitor data through debugfsLu Baolu-0/+112
2021-06-10iommu/vt-d: Add common code for dmar latency performance monitorsLu Baolu-0/+243
2021-06-10iommu/vt-d: Add prq_report trace eventLu Baolu-0/+7