aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-20/+29
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-6/+35
2019-05-14iommu/dma-iommu.c: convert to use vm_map_pages()Souptick Joarder1-11/+1
2019-05-13Merge branch 'pci/iova-dma-ranges'Bjorn Helgaas1-3/+32
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds15-302/+1033
2019-05-07Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel15-302/+1033
2019-05-07Revert "iommu/amd: Flush not present cache in iommu_map_page"Joerg Roedel1-15/+4
2019-05-06iommu/dma: Reserve IOVA for PCIe inaccessible DMA addressSrinath Mannam1-3/+32
2019-05-06Revert "iommu/amd: Remove the leftover of bypass support"Joerg Roedel1-17/+63
2019-05-03iommu/vt-d: Fix leak in intel_pasid_alloc_table on error pathEric Auger1-1/+3
2019-05-03iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu1-1/+4
2019-05-03iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu1-3/+4
2019-05-03iommu/amd: Flush not present cache in iommu_map_pageTom Murphy1-4/+15
2019-05-03iommu/vt-d: Cleanup: no spaces at the start of a lineLu Baolu1-26/+27
2019-05-03iommu/dma-iommu: Remove iommu_dma_map_msi_msg()Julien Grall1-20/+0
2019-05-03iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two partsJulien Grall2-9/+38
2019-04-29iommu/vt-d: Use pci_dev_id() helperHeiner Kallweit2-2/+2
2019-04-29iommu/amd: Use pci_dev_id() helperHeiner Kallweit1-1/+1
2019-04-26Merge branch 'api-features' into arm/smmuJoerg Roedel1-0/+200
2019-04-26iommu/vt-d: Don't request page request irq under dmar_global_lockLu Baolu1-0/+6
2019-04-26iommu/vt-d: Use struct_size() helperGustavo A. R. Silva1-1/+1
2019-04-26Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel4-80/+313
2019-04-26iommu/mediatek: Fix leaked of_node referencesWen Yang1-2/+6
2019-04-26iommu/amd: Remove amd_iommu_pd_listJoerg Roedel3-47/+0
2019-04-24Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-22/+70
2019-04-23iommu/arm-smmu: Log CBFRSYNRA register on context faultVivek Gautam2-3/+7
2019-04-23iommu/arm-smmu-v3: Don't disable SMMU in kdump kernelWill Deacon1-6/+4
2019-04-23iommu/arm-smmu-v3: Disable tagged pointersJean-Philippe Brucker1-1/+0
2019-04-23iommu/arm-smmu-v3: Add support for PCI ATSJean-Philippe Brucker1-6/+195
2019-04-23iommu/arm-smmu-v3: Link domains and devicesJean-Philippe Brucker1-1/+20
2019-04-23iommu/arm-smmu-v3: Add a master->domain pointerJean-Philippe Brucker1-47/+45
2019-04-23iommu/arm-smmu-v3: Store SteamIDs in masterJean-Philippe Brucker1-15/+15
2019-04-23iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_masterJean-Philippe Brucker1-6/+6
2019-04-12iommu: io-pgtable: Add ARM Mali midgard MMU page table formatRob Herring2-22/+70
2019-04-12iommu/vt-d: Flush IOTLB for untrusted device in timeLu Baolu1-1/+5
2019-04-12iommu/amd: Set exclusion range correctlyJoerg Roedel1-1/+1
2019-04-11iommu/vt-d: Don't clear GFP_DMA and GFP_DMA32 flagsChristoph Hellwig1-1/+0
2019-04-11iommu/vt-d: Use dma_direct for bypass devicesChristoph Hellwig1-40/+31
2019-04-11iommu/vt-d: Clean up iommu_no_mappingChristoph Hellwig1-26/+21
2019-04-11iommu/amd: Remove the leftover of bypass supportChristoph Hellwig1-63/+17
2019-04-11iommu/amd: Use pci_prg_resp_pasid_required()Jean-Philippe Brucker1-18/+1
2019-04-11iommu/vt-d: Return ID associated with an auxiliary domainLu Baolu1-0/+10
2019-04-11iommu/vt-d: Aux-domain specific domain attach/detachLu Baolu1-0/+152
2019-04-11iommu/vt-d: Move common code out of iommu_attch_device()Lu Baolu1-24/+36
2019-04-11iommu/vt-d: Add per-device IOMMU feature ops entriesLu Baolu1-0/+159
2019-04-11iommu/vt-d: Make intel_iommu_enable_pasid() more genericLu Baolu2-15/+25
2019-04-11Merge branch 'api-features' into x86/vt-dJoerg Roedel7-17/+245
2019-04-11iommu: Bind process address spaces to devicesJean-Philippe Brucker1-0/+104
2019-04-11iommu: Add APIs for multiple domains per deviceLu Baolu1-0/+96