summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translationXiyu Yang2021-07-201-2/+6
* iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get failsXiyu Yang2021-07-201-1/+1
* iommu/dma: Fix compile warning in 32-bit buildsJoerg Roedel2021-07-141-2/+2
* iommu/dma: Fix IOVA reserve dma rangesSrinath Mannam2021-07-141-2/+4
* iommu/amd: Fix extended features loggingAlexander Monakov2021-07-141-2/+2
* iommu/vt-d: Use user privilege for RID2PASID translationLu Baolu2021-06-032-3/+7
* iommu/virtio: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-06-031-0/+1
* iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer2021-06-031-1/+3
* iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu2021-05-191-1/+2
* iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu2021-05-191-2/+12
* Revert "iommu/vt-d: Preset Access/Dirty bits for IOVA over FL"Greg Kroah-Hartman2021-05-191-12/+5
* Revert "iommu/vt-d: Remove WO permissions on second-level paging entries"Greg Kroah-Hartman2021-05-191-2/+1
* iommu/amd: Remove performance counter pre-initialization testSuravee Suthikulpanit2021-05-191-23/+1
* Revert "iommu/amd: Fix performance counter initialization"Paul Menzel2021-05-191-34/+11
* iommu/amd: Put newline after closing bracket in warningPaul Menzel2021-05-141-1/+1
* iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu2021-05-141-9/+9
* iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu2021-05-141-1/+2
* iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu2021-05-141-5/+12
* iommu/vt-d: Report the right page fault addressLu Baolu2021-05-141-1/+1
* iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu2021-05-143-1/+28
* iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu2021-05-141-2/+2
* iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASKZhen Lei2021-05-141-1/+1
* iommu/vt-d: Reject unsupported page request modesJacob Pan2021-05-141-1/+11
* iommu: Check dev->iommu in iommu_dev_xxx functionsShameer Kolothum2021-05-141-9/+15
* iommu/amd: Fix performance counter initializationSuravee Suthikulpanit2021-03-171-11/+34
* iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu2021-03-171-2/+11
* iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin2021-03-111-4/+6
* iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu2021-03-091-2/+2
* iommu/arm-smmu-qcom: Fix mask extraction for bootloader programmed SMRsIsaac J. Manjarres2021-03-041-0/+2
* iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson2021-03-041-1/+1
* iommu: Move iotlb_sync_map out from __iommu_mapYong Wu2021-03-041-5/+18
* iommu: Switch gather->end to the inclusive endYong Wu2021-03-042-2/+2
* iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit2021-02-071-0/+5
* iommu/io-pgtable-arm: Support coherency for Mali LPAERobin Murphy2021-02-071-1/+10
* iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()Lu Baolu2021-02-031-1/+1
* iommu/amd: Use IVHD EFR for early initialization of IOMMU featuresSuravee Suthikulpanit2021-02-033-7/+60
* iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu2021-01-191-2/+20
* iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_devLu Baolu2021-01-191-2/+14
* iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu2021-01-191-6/+8
* iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu2021-01-171-0/+2
* iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()Lu Baolu2021-01-171-2/+2
* iommu/arm-smmu-qcom: Initialize SCTLR of the bypass contextBjorn Andersson2021-01-171-0/+2
* iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L2021-01-121-4/+5
* iommu/arm-smmu-qcom: Implement S2CR quirkBjorn Andersson2020-12-301-0/+67
* iommu/arm-smmu-qcom: Read back stream mappingsBjorn Andersson2020-12-301-0/+23
* iommu/arm-smmu: Allow implementation specific write_s2crBjorn Andersson2020-12-302-3/+11
* iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVMLukas Bulwahn2020-12-301-1/+1
* Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-091-1/+1
|\
| * iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit2020-12-071-1/+1
* | Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-275-12/+36
|\|