summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel
AgeCommit message (Expand)AuthorFilesLines
2021-07-20iommu/vt-d: Fix clearing real DMA device's scalable-mode context entriesLu Baolu1-3/+2
2021-07-20iommu/vt-d: Global devTLB flush when present context entry changedSanjay Kumar1-9/+22
2021-06-03iommu/vt-d: Use user privilege for RID2PASID translationLu Baolu2-3/+7
2021-06-03iommu/vt-d: Check for allocation failure in aux_detach_device()Dan Carpenter1-0/+2
2021-06-03iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer1-1/+3
2021-05-14iommu/vt-d: Fix an error handling path in 'intel_prepare_irq_remapping()'Christophe JAILLET1-1/+1
2021-05-14iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu1-9/+9
2021-05-14iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu1-1/+2
2021-05-14iommu/vt-d: Report the right page fault addressLu Baolu1-1/+1
2021-05-14iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu3-1/+28
2021-05-14iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu1-2/+2
2021-05-14iommu/vt-d: Reject unsupported page request modesJacob Pan1-1/+11
2021-05-14iommu/dma: Resurrect the "forcedac" optionRobin Murphy1-3/+2
2021-05-12iommu/vt-d: Force to flush iotlb before creating superpageLongpeng(Mike)1-14/+38
2021-03-04iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu1-2/+2
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel8-176/+550
2021-02-04iommu/vt-d: Parse SATC reporting structureYian Chen2-0/+97
2021-02-04iommu/vt-d: Add iotlb_sync_map callbackLu Baolu1-30/+60
2021-02-04iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park3-74/+42
2021-02-04iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park5-1/+313
2021-02-02iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu2-2/+1
2021-01-29iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu1-4/+1
2021-01-29iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu1-2/+11
2021-01-28iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit1-1/+31
2021-01-28iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()Lu Baolu1-1/+1
2021-01-28iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu1-2/+12
2021-01-28iommu/vt-d: Add qi_submit trace eventLu Baolu1-0/+3
2021-01-28iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu2-62/+11
2021-01-12iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao1-1/+0
2021-01-12iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu1-2/+20
2021-01-07iommu/vt-d: Fix ineffective devTLB invalidation for subdevicesLiu Yi L1-16/+37
2021-01-07iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L1-24/+71
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L1-4/+5
2021-01-07iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu1-6/+8
2021-01-07iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()Lu Baolu1-2/+2
2021-01-05iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu1-0/+2
2020-12-17Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-799/+126
2020-12-15Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-62/+40
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon2-6/+27
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon2-788/+121
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon2-5/+5
2020-12-01iommu/vt-d: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET1-1/+1
2020-11-27Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+4
2020-11-27iommu/vt-d: Remove set but not used variableLu Baolu1-2/+1
2020-11-26iommu/vt-d: Don't read VCCAP register unless it existsDavid Woodhouse2-3/+4
2020-11-25iommu: Move def_domain type check for untrusted device into coreLu Baolu1-7/+0
2020-11-25iommu/vt-d: Cleanup after converting to dma-iommu opsLu Baolu1-62/+28
2020-11-25iommu/vt-d: Convert intel iommu driver to the iommu opsTom Murphy2-703/+43
2020-11-25iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_devLu Baolu1-2/+14
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy1-19/+36