summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-1/+2
|\
| * iommu/vt-d: Use Real PCI DMA device for IRTEJon Derrick2021-03-221-1/+2
* | iommu: Streamline registration interfaceRobin Murphy2021-04-162-5/+2
| |
| \
*-. \ Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-166-199/+264
|\ \ \ | |_|/ |/| |
| | * iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-071-52/+12
| | * iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig2021-04-071-22/+9
| | * iommu/vt-d: Support IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker2021-04-071-3/+8
| | * iommu/vt-d: Remove IOVA domain rcache flushing for CPU offliningJohn Garry2021-04-071-31/+0
| | * iommu/dma: Resurrect the "forcedac" optionRobin Murphy2021-03-181-3/+2
| |/ |/|
| * iommu/vt-d: Force to flush iotlb before creating superpageLongpeng(Mike)2021-04-151-14/+38
| * iommu/vt-d: Fix an error handling path in 'intel_prepare_irq_remapping()'Christophe JAILLET2021-04-151-1/+1
| * iommu/vt-d: Fix build error of pasid_enable_wpe() with !X86Lu Baolu2021-04-151-0/+2
| * iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardownLu Baolu2021-04-071-0/+3
| * iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu2021-04-071-9/+9
| * iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu2021-04-071-1/+2
| * iommu/vt-d: Report the right page fault addressLu Baolu2021-04-071-1/+1
| * iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu2021-04-073-1/+28
| * iommu/vt-d: Make unnecessarily global functions staticLu Baolu2021-04-072-4/+2
| * iommu/vt-d: Remove unused function declarationsLu Baolu2021-04-071-3/+0
| * iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASIDLu Baolu2021-04-071-22/+18
| * iommu/vt-d: Remove svm_dev_opsLu Baolu2021-04-071-14/+1
| * iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu2021-04-071-2/+2
| * iommu/vt-d: Fix lockdep splat in intel_pasid_get_entry()Lu Baolu2021-04-071-8/+13
| * iommu/vt-d: Calculate and set flags for handle_mm_faultJacob Pan2021-03-181-3/+6
| * iommu/vt-d: Reject unsupported page request modesJacob Pan2021-03-181-1/+11
| * iommu/vt-d: Enable write protect propagation from guestJacob Pan2021-03-181-0/+3
| * iommu/vt-d: Enable write protect for supervisor SVMJacob Pan2021-03-181-0/+26
| * iommu/vt-d: Report more information about invalidation errorsLu Baolu2021-03-181-4/+64
| * iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the deviceKyung Min Park2021-03-181-0/+3
|/
* iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu2021-03-041-2/+2
*-. Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2021-02-128-176/+550
|\ \
| | * iommu/vt-d: Parse SATC reporting structureYian Chen2021-02-042-0/+97
| | * iommu/vt-d: Add iotlb_sync_map callbackLu Baolu2021-02-041-30/+60
| | * iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park2021-02-043-74/+42
| | * iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park2021-02-045-1/+313
| | * iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu2021-02-022-2/+1
| | * iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu2021-01-291-4/+1
| | * iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu2021-01-291-2/+11
| | * iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu2021-01-281-2/+12
| | * iommu/vt-d: Add qi_submit trace eventLu Baolu2021-01-281-0/+3
| | * iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu2021-01-282-62/+11
| |/
* | iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit2021-01-281-1/+31
* | iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()Lu Baolu2021-01-281-1/+1
|/
* iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao2021-01-121-1/+0
* iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu2021-01-121-2/+20
* iommu/vt-d: Fix ineffective devTLB invalidation for subdevicesLiu Yi L2021-01-071-16/+37
* iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L2021-01-071-24/+71
* iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L2021-01-071-4/+5
* iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu2021-01-071-6/+8
* iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()Lu Baolu2021-01-071-2/+2