summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2021-01-28iommu/amd: Rename variables to be consistent with struct io_pgtable_opsSuravee Suthikulpanit
2021-01-28iommu/amd: Remove amd_iommu_domain_get_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Restructure code for freeing page tableSuravee Suthikulpanit
2021-01-28iommu/amd: Move IO page table related functionsSuravee Suthikulpanit
2021-01-28iommu/amd: Declare functions as externSuravee Suthikulpanit
2021-01-28iommu/amd: Convert to using amd_io_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Move pt_root to struct amd_io_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Prepare for generic IO page table frameworkSuravee Suthikulpanit
2021-01-27iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inlineSuravee Suthikulpanit
2021-01-27iommu/amd: remove h from printk format specifierTom Rix
2021-01-27iommu/amd: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2021-01-27iommu/amd: Remove unnecessary assignmentAdrian Huang
2021-01-12iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao
2021-01-12iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirksKonrad Dybcio
2021-01-12iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu
2021-01-07iommu/vt-d: Fix ineffective devTLB invalidation for subdevicesLiu Yi L
2021-01-07iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L
2021-01-07iommu/arm-smmu-qcom: Initialize SCTLR of the bypass contextBjorn Andersson
2021-01-07iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu
2021-01-07Revert "iommu: Add quirk for Intel graphic devices in map_sg"Lu Baolu
2021-01-07iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()Lu Baolu
2021-01-05iommu/amd: Stop irq_remapping_select() matching when remapping is disabledDavid Woodhouse
2021-01-05iommu/amd: Set iommu->int_enabled consistently when interrupts are set upDavid Woodhouse
2021-01-05iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu
2021-01-05iommu/iova: fix 'domain' typosStefano Garzarella
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-11iommu/amd: Add sanity check for interrupt remapping table length macrosSuravee Suthikulpanit
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2020-12-09Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-12-09dma-iommu: remove __iommu_dma_mmapChristoph Hellwig
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/tegra-smmu' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/iova' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/coreWill Deacon
2020-12-08iommu: Stop exporting free_iova_mem()John Garry
2020-12-08iommu: Stop exporting alloc_iova_mem()John Garry
2020-12-08iommu: Delete split_and_remove_iova()John Garry
2020-12-08iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macroKunkun Jiang
2020-12-08iommu: Defer the early return in arm_(v7s/lpae)_mapKeqian Zhu
2020-12-07iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit
2020-12-07iommu: Improve the performance for direct_mappingYong Wu
2020-12-02iommu/hyper-v: Remove I/O-APIC ID check from hyperv_irq_remapping_select()Dexuan Cui