aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 13-848/+1118
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-63/+752
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+1
2016-09-22iommu/s390: simplify registration of I/O address translation parametersGravatar Sebastian Ott 1-2/+1
2016-09-20Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/rene...Gravatar Joerg Roedel 11-870/+1129
2016-09-20iommu/amd: No need to wait iommu completion if no dte irq entry changeGravatar Baoquan He 1-3/+3
2016-09-19iommu/amd: Free domain id when free a domain of struct dma_ops_domainGravatar Baoquan He 1-0/+3
2016-09-19iommu/amd: Use standard bitmap operation to set bitmapGravatar Baoquan He 1-1/+2
2016-09-19iommu/amd: Clean up the cmpxchg64 invocationGravatar Baoquan He 1-1/+2
2016-09-16iommu/io-pgtable-arm: Check for v7s-incapable systemsGravatar Robin Murphy 1-0/+4
2016-09-16iommu/dma: Avoid PCI host bridge windowsGravatar Robin Murphy 1-1/+24
2016-09-16iommu/dma: Add support for mapping MSIsGravatar Robin Murphy 1-15/+121
2016-09-16iommu/arm-smmu: Set domain geometryGravatar Robin Murphy 2-0/+4
2016-09-16iommu/arm-smmu: Wire up generic configuration supportGravatar Robin Murphy 1-60/+108
2016-09-16iommu/arm-smmu: Convert to iommu_fwspecGravatar Robin Murphy 1-62/+78
2016-09-16iommu/arm-smmu: Intelligent SMR allocationGravatar Robin Murphy 1-78/+119
2016-09-16iommu/arm-smmu: Add a stream map entry iteratorGravatar Robin Murphy 1-14/+12
2016-09-16iommu/arm-smmu: Streamline SMMU data lookupsGravatar Robin Murphy 1-33/+11
2016-09-16iommu/arm-smmu: Refactor mmu-masters handlingGravatar Robin Murphy 1-269/+101
2016-09-16iommu/arm-smmu: Keep track of S2CR stateGravatar Robin Murphy 1-66/+93
2016-09-16iommu/arm-smmu: Consolidate stream map entry stateGravatar Robin Murphy 1-61/+86
2016-09-16iommu/arm-smmu: Handle stream IDs more dynamicallyGravatar Robin Murphy 1-21/+22
2016-09-16iommu/arm-smmu: Set PRIVCFG in stage 1 STEsGravatar Robin Murphy 1-1/+6
2016-09-16iommu/arm-smmu: Support non-PCI devices with SMMUv3Gravatar Robin Murphy 2-7/+32
2016-09-16iommu/arm-smmu: Implement of_xlate() for SMMUv3Gravatar Robin Murphy 1-170/+128
2016-09-16iommu/arm-smmu: Fall back to global bypassGravatar Robin Murphy 1-4/+44
2016-09-16iommu: Introduce iommu_fwspecGravatar Robin Murphy 2-2/+64
2016-09-16iommu/of: Handle iommu-map property for PCIGravatar Robin Murphy 1-5/+41
2016-09-16iommu/arm-smmu: Disable interrupts whilst holding the cmdq lockGravatar Will Deacon 1-2/+3
2016-09-16iommu/arm-smmu: Fix polling of command queueGravatar Jean-Philippe Brucker 1-19/+9
2016-09-16iommu/arm-smmu: Support v7s context formatGravatar Robin Murphy 1-22/+47
2016-09-16iommu/arm-smmu: Fix event queues synchronizationGravatar Jean-Philippe Brucker 1-84/+66
2016-09-16iommu/arm-smmu: Drop devm_free_irq when driver detachGravatar Peng Fan 1-4/+0
2016-09-15iommu/amd: Don't put completion-wait semaphore on stackGravatar Joerg Roedel 2-16/+37
2016-09-05Merge branch 'x86/amd-avic' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Paolo Bonzini 4-63/+752
2016-09-05iommu/vt-d: Make sure RMRRs are mapped before domain goes publicGravatar Joerg Roedel 1-7/+20
2016-09-05iommu/vt-d: Split up get_domain_for_dev functionGravatar Joerg Roedel 1-21/+55
2016-09-05iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_deviceGravatar Shawn Lin 1-1/+1
2016-09-05Merge branch 'x86/amd-avic' into x86/amdGravatar Joerg Roedel 4-63/+752
2016-09-05iommu/amd: Remove AMD_IOMMU_STATSGravatar Fabian Frederick 1-6/+0
2016-09-05iommu/amd: Enable vAPIC interrupt remapping mode by defaultGravatar Suravee Suthikulpanit 3-10/+48
2016-09-05iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa...Gravatar Suravee Suthikulpanit 2-4/+65
2016-09-05iommu/amd: Introduce amd_iommu_update_ga()Gravatar Suravee Suthikulpanit 2-0/+40
2016-09-05iommu/amd: Adding GALOG interrupt handlerGravatar Suravee Suthikulpanit 1-3/+70
2016-09-05iommu/amd: Detect and initialize guest vAPIC logGravatar Suravee Suthikulpanit 2-7/+133
2016-09-05iommu/amd: Add support for multiple IRTE formatsGravatar Suravee Suthikulpanit 3-25/+50
2016-09-05iommu/amd: Introduce interrupt remapping ops structureGravatar Suravee Suthikulpanit 2-5/+205
2016-09-05iommu/amd: Move and introduce new IRTE-related unions and structuresGravatar Suravee Suthikulpanit 2-28/+76
2016-09-05iommu/amd: Detect and enable guest vAPIC supportGravatar Suravee Suthikulpanit 3-6/+90
2016-08-22Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Gravatar Joerg Roedel 3-30/+15