summaryrefslogtreecommitdiff
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...Linus Torvalds13-848/+1118
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-63/+752
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+1
2016-09-22iommu/s390: simplify registration of I/O address translation parametersSebastian Ott1-2/+1
2016-09-20Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/rene...Joerg Roedel11-870/+1129
2016-09-20iommu/amd: No need to wait iommu completion if no dte irq entry changeBaoquan He1-3/+3
2016-09-19iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He1-0/+3
2016-09-19iommu/amd: Use standard bitmap operation to set bitmapBaoquan He1-1/+2
2016-09-19iommu/amd: Clean up the cmpxchg64 invocationBaoquan He1-1/+2
2016-09-16iommu/io-pgtable-arm: Check for v7s-incapable systemsRobin Murphy1-0/+4
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy1-1/+24
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy1-15/+121
2016-09-16iommu/arm-smmu: Set domain geometryRobin Murphy2-0/+4
2016-09-16iommu/arm-smmu: Wire up generic configuration supportRobin Murphy1-60/+108
2016-09-16iommu/arm-smmu: Convert to iommu_fwspecRobin Murphy1-62/+78
2016-09-16iommu/arm-smmu: Intelligent SMR allocationRobin Murphy1-78/+119
2016-09-16iommu/arm-smmu: Add a stream map entry iteratorRobin Murphy1-14/+12
2016-09-16iommu/arm-smmu: Streamline SMMU data lookupsRobin Murphy1-33/+11
2016-09-16iommu/arm-smmu: Refactor mmu-masters handlingRobin Murphy1-269/+101
2016-09-16iommu/arm-smmu: Keep track of S2CR stateRobin Murphy1-66/+93
2016-09-16iommu/arm-smmu: Consolidate stream map entry stateRobin Murphy1-61/+86
2016-09-16iommu/arm-smmu: Handle stream IDs more dynamicallyRobin Murphy1-21/+22
2016-09-16iommu/arm-smmu: Set PRIVCFG in stage 1 STEsRobin Murphy1-1/+6
2016-09-16iommu/arm-smmu: Support non-PCI devices with SMMUv3Robin Murphy2-7/+32
2016-09-16iommu/arm-smmu: Implement of_xlate() for SMMUv3Robin Murphy1-170/+128
2016-09-16iommu/arm-smmu: Fall back to global bypassRobin Murphy1-4/+44
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy2-2/+64
2016-09-16iommu/of: Handle iommu-map property for PCIRobin Murphy1-5/+41
2016-09-16iommu/arm-smmu: Disable interrupts whilst holding the cmdq lockWill Deacon1-2/+3
2016-09-16iommu/arm-smmu: Fix polling of command queueJean-Philippe Brucker1-19/+9
2016-09-16iommu/arm-smmu: Support v7s context formatRobin Murphy1-22/+47
2016-09-16iommu/arm-smmu: Fix event queues synchronizationJean-Philippe Brucker1-84/+66
2016-09-16iommu/arm-smmu: Drop devm_free_irq when driver detachPeng Fan1-4/+0
2016-09-15iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel2-16/+37
2016-09-05Merge branch 'x86/amd-avic' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini4-63/+752
2016-09-05iommu/vt-d: Make sure RMRRs are mapped before domain goes publicJoerg Roedel1-7/+20
2016-09-05iommu/vt-d: Split up get_domain_for_dev functionJoerg Roedel1-21/+55
2016-09-05iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_deviceShawn Lin1-1/+1
2016-09-05Merge branch 'x86/amd-avic' into x86/amdJoerg Roedel4-63/+752
2016-09-05iommu/amd: Remove AMD_IOMMU_STATSFabian Frederick1-6/+0
2016-09-05iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit3-10/+48
2016-09-05iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa...Suravee Suthikulpanit2-4/+65
2016-09-05iommu/amd: Introduce amd_iommu_update_ga()Suravee Suthikulpanit2-0/+40
2016-09-05iommu/amd: Adding GALOG interrupt handlerSuravee Suthikulpanit1-3/+70
2016-09-05iommu/amd: Detect and initialize guest vAPIC logSuravee Suthikulpanit2-7/+133
2016-09-05iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit3-25/+50
2016-09-05iommu/amd: Introduce interrupt remapping ops structureSuravee Suthikulpanit2-5/+205
2016-09-05iommu/amd: Move and introduce new IRTE-related unions and structuresSuravee Suthikulpanit2-28/+76
2016-09-05iommu/amd: Detect and enable guest vAPIC supportSuravee Suthikulpanit3-6/+90
2016-08-22Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel3-30/+15