Age | Commit message (Expand) | Author | Files | Lines |
2016-11-08 | iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path | Joerg Roedel | 1 | -2/+12 |
2016-11-08 | iommu/arm-smmu: Fix out-of-bounds dereference | Robin Murphy | 1 | -1/+3 |
2016-11-08 | iommu/arm-smmu: Check that iommu_fwspecs are ours | Robin Murphy | 1 | -1/+1 |
2016-11-08 | iommu/arm-smmu: Don't inadvertently reject multiple SMMUv3s | Robin Murphy | 1 | -8/+17 |
2016-11-08 | iommu/arm-smmu: Work around ARM DMA configuration | Robin Murphy | 1 | -0/+10 |
2016-10-11 | Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 13 | -848/+1118 |
2016-10-06 | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -63/+752 |
2016-10-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -2/+1 |
2016-09-22 | iommu/s390: simplify registration of I/O address translation parameters | Sebastian Ott | 1 | -2/+1 |
2016-09-20 | Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/rene... | Joerg Roedel | 11 | -870/+1129 |
2016-09-20 | iommu/amd: No need to wait iommu completion if no dte irq entry change | Baoquan He | 1 | -3/+3 |
2016-09-19 | iommu/amd: Free domain id when free a domain of struct dma_ops_domain | Baoquan He | 1 | -0/+3 |
2016-09-19 | iommu/amd: Use standard bitmap operation to set bitmap | Baoquan He | 1 | -1/+2 |
2016-09-19 | iommu/amd: Clean up the cmpxchg64 invocation | Baoquan He | 1 | -1/+2 |
2016-09-16 | iommu/io-pgtable-arm: Check for v7s-incapable systems | Robin Murphy | 1 | -0/+4 |
2016-09-16 | iommu/dma: Avoid PCI host bridge windows | Robin Murphy | 1 | -1/+24 |
2016-09-16 | iommu/dma: Add support for mapping MSIs | Robin Murphy | 1 | -15/+121 |
2016-09-16 | iommu/arm-smmu: Set domain geometry | Robin Murphy | 2 | -0/+4 |
2016-09-16 | iommu/arm-smmu: Wire up generic configuration support | Robin Murphy | 1 | -60/+108 |
2016-09-16 | iommu/arm-smmu: Convert to iommu_fwspec | Robin Murphy | 1 | -62/+78 |
2016-09-16 | iommu/arm-smmu: Intelligent SMR allocation | Robin Murphy | 1 | -78/+119 |
2016-09-16 | iommu/arm-smmu: Add a stream map entry iterator | Robin Murphy | 1 | -14/+12 |
2016-09-16 | iommu/arm-smmu: Streamline SMMU data lookups | Robin Murphy | 1 | -33/+11 |
2016-09-16 | iommu/arm-smmu: Refactor mmu-masters handling | Robin Murphy | 1 | -269/+101 |
2016-09-16 | iommu/arm-smmu: Keep track of S2CR state | Robin Murphy | 1 | -66/+93 |
2016-09-16 | iommu/arm-smmu: Consolidate stream map entry state | Robin Murphy | 1 | -61/+86 |
2016-09-16 | iommu/arm-smmu: Handle stream IDs more dynamically | Robin Murphy | 1 | -21/+22 |
2016-09-16 | iommu/arm-smmu: Set PRIVCFG in stage 1 STEs | Robin Murphy | 1 | -1/+6 |
2016-09-16 | iommu/arm-smmu: Support non-PCI devices with SMMUv3 | Robin Murphy | 2 | -7/+32 |
2016-09-16 | iommu/arm-smmu: Implement of_xlate() for SMMUv3 | Robin Murphy | 1 | -170/+128 |
2016-09-16 | iommu/arm-smmu: Fall back to global bypass | Robin Murphy | 1 | -4/+44 |
2016-09-16 | iommu: Introduce iommu_fwspec | Robin Murphy | 2 | -2/+64 |
2016-09-16 | iommu/of: Handle iommu-map property for PCI | Robin Murphy | 1 | -5/+41 |
2016-09-16 | iommu/arm-smmu: Disable interrupts whilst holding the cmdq lock | Will Deacon | 1 | -2/+3 |
2016-09-16 | iommu/arm-smmu: Fix polling of command queue | Jean-Philippe Brucker | 1 | -19/+9 |
2016-09-16 | iommu/arm-smmu: Support v7s context format | Robin Murphy | 1 | -22/+47 |
2016-09-16 | iommu/arm-smmu: Fix event queues synchronization | Jean-Philippe Brucker | 1 | -84/+66 |
2016-09-16 | iommu/arm-smmu: Drop devm_free_irq when driver detach | Peng Fan | 1 | -4/+0 |
2016-09-15 | iommu/amd: Don't put completion-wait semaphore on stack | Joerg Roedel | 2 | -16/+37 |
2016-09-05 | Merge branch 'x86/amd-avic' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 4 | -63/+752 |
2016-09-05 | iommu/vt-d: Make sure RMRRs are mapped before domain goes public | Joerg Roedel | 1 | -7/+20 |
2016-09-05 | iommu/vt-d: Split up get_domain_for_dev function | Joerg Roedel | 1 | -21/+55 |
2016-09-05 | iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_device | Shawn Lin | 1 | -1/+1 |
2016-09-05 | Merge branch 'x86/amd-avic' into x86/amd | Joerg Roedel | 4 | -63/+752 |
2016-09-05 | iommu/amd: Remove AMD_IOMMU_STATS | Fabian Frederick | 1 | -6/+0 |
2016-09-05 | iommu/amd: Enable vAPIC interrupt remapping mode by default | Suravee Suthikulpanit | 3 | -10/+48 |
2016-09-05 | iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa... | Suravee Suthikulpanit | 2 | -4/+65 |
2016-09-05 | iommu/amd: Introduce amd_iommu_update_ga() | Suravee Suthikulpanit | 2 | -0/+40 |
2016-09-05 | iommu/amd: Adding GALOG interrupt handler | Suravee Suthikulpanit | 1 | -3/+70 |
2016-09-05 | iommu/amd: Detect and initialize guest vAPIC log | Suravee Suthikulpanit | 2 | -7/+133 |