aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-30/+17
2019-12-18iommu/dma: Relax locking in iommu_dma_prepare_msi()Gravatar Robin Murphy 1-9/+8
2019-12-18iommu/vt-d: Remove incorrect PSI capability checkGravatar Lu Baolu 1-5/+1
2019-12-17iommu/vt-d: Allocate reserved region for ISA with correct permissionGravatar Jerry Snitselaar 1-1/+1
2019-12-17iommu: set group default domain before creating direct mappingsGravatar Jerry Snitselaar 1-2/+2
2019-12-17iommu/vt-d: Fix dmar pte read access not set errorGravatar Lu Baolu 1-8/+0
2019-12-17iommu/vt-d: Set ISA bridge reserved region as relaxableGravatar Alex Williamson 1-1/+1
2019-12-17iommu/dma: Rationalise types for DMA masksGravatar Robin Murphy 1-3/+3
2019-12-17iommu/iova: Init the struct iova to fix the possible memleakGravatar Xiaotao Yin 1-1/+1
2019-12-16iommu: fix KASAN use-after-free in iommu_insert_resv_regionGravatar Eric Auger 1-2/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+3
2019-12-02Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 29-1162/+1189
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 1-7/+6
2019-11-28Merge branch 'pci/virtualization'Gravatar Bjorn Helgaas 1-0/+1
2019-11-28Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-0/+2
2019-11-26Merge branches 'acpi-utils', 'acpi-platform', 'acpi-video' and 'acpi-doc'Gravatar Rafael J. Wysocki 1-25/+5
2019-11-21drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86Gravatar Boqun Feng 1-1/+1
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitGravatar Nicolas Saenz Julienne 1-2/+1
2019-11-21PCI: Remove unused includes and superfluous struct declarationGravatar Krzysztof Wilczynski 1-0/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-5/+5
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Gravatar Joerg Roedel 29-1162/+1189
2019-11-12iommu/rockchip: Don't provoke WARN for harmless IRQsGravatar Robin Murphy 1-1/+1
2019-11-11iommu/vt-d: Turn off translations at shutdownGravatar Deepa Dinamani 2-1/+24
2019-11-11iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reservedGravatar Yian Chen 1-1/+7
2019-11-11iommu/arm-smmu: Remove duplicate error messageGravatar Jean-Philippe Brucker 1-3/+1
2019-11-11iommu/arm-smmu-v3: Don't display an error when IRQ lines are missingGravatar Jean-Philippe Brucker 1-4/+4
2019-11-11iommu/ipmmu-vmsa: Add utlb_offset_baseGravatar Yoshihiro Shimoda 1-1/+4
2019-11-11iommu/ipmmu-vmsa: Add helper functions for "uTLB" registersGravatar Yoshihiro Shimoda 1-5/+21
2019-11-11iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macroGravatar Yoshihiro Shimoda 1-3/+8
2019-11-11iommu/ipmmu-vmsa: Add helper functions for MMU "context" registersGravatar Yoshihiro Shimoda 1-9/+23
2019-11-11iommu/ipmmu-vmsa: tidyup register definitionsGravatar Yoshihiro Shimoda 1-28/+30
2019-11-11iommu/ipmmu-vmsa: Remove all unused register definitionsGravatar Yoshihiro Shimoda 1-76/+0
2019-11-11iommu/mediatek: Reduce the tlb flush timeout valueGravatar Yong Wu 1-1/+1
2019-11-11iommu/mediatek: Get rid of the pgtlockGravatar Yong Wu 1-22/+3
2019-11-11iommu/mediatek: Move the tlb_sync into tlb_flushGravatar Yong Wu 2-36/+10
2019-11-11iommu/mediatek: Delete the leaf in the tlb_flushGravatar Yong Wu 1-17/+4
2019-11-11iommu/mediatek: Use gather to achieve the tlb range flushGravatar Yong Wu 1-4/+8
2019-11-11iommu/mediatek: Add a new tlb_lock for tlb_flushGravatar Yong Wu 2-1/+23
2019-11-11iommu/mediatek: Correct the flush_iotlb_all callbackGravatar Yong Wu 1-1/+1
2019-11-07iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve docGravatar Will Deacon 1-1/+1
2019-11-04iommu/io-pgtable-arm: Rationalise MAIR handlingGravatar Robin Murphy 5-8/+7
2019-11-04iommu/io-pgtable-arm: Simplify level indexingGravatar Robin Murphy 1-16/+13
2019-11-04iommu/io-pgtable-arm: Simplify PGD size handlingGravatar Robin Murphy 1-16/+17
2019-11-04iommu/io-pgtable-arm: Simplify start level lookupGravatar Robin Murphy 1-25/+20
2019-11-04iommu/io-pgtable-arm: Simplify bounds checksGravatar Robin Murphy 1-3/+2
2019-11-04iommu/io-pgtable-arm: Rationalise size checkGravatar Robin Murphy 1-1/+9
2019-11-04iommu/io-pgtable: Make selftest gubbins consistently __initGravatar Robin Murphy 2-13/+15
2019-11-04Merge branch 'for-joerg/arm-smmu/fixes' into for-joerg/arm-smmu/updatesGravatar Will Deacon 2-13/+46
2019-11-04iommu: arm-smmu-impl: Add sdm845 implementation hookGravatar Vivek Gautam 4-2/+59