summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang2022-02-281-1/+1
* iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang2022-01-311-3/+10
*-. Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel2022-01-041-74/+37
|\ \
| | * iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)2021-12-201-58/+31
| |/ |/|
| * iommu/vt-d: Remove unused dma_to_mm_pfn functionMaĆ­ra Canal2021-12-171-5/+0
| * iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()Kefeng Wang2021-12-171-4/+0
| * iommu/vt-d: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-171-5/+4
| * iommu/vt-d: Use correctly sized arguments for bit fieldKees Cook2021-12-171-2/+2
|/
* iommu/vt-d: Fix unmap_pages supportAlex Williamson2021-11-261-4/+2
* iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()Christophe JAILLET2021-11-261-2/+3
* 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