Age | Commit message (Expand) | Author | Files | Lines |
2016-06-27 | iommu/amd: Initialize devid variable before using it | Nicolas Iooss | 1 | -1/+1 |
2016-06-27 | iommu/vt-d: Fix overflow of iommu->domains array | Jan Niehusmann | 1 | -1/+1 |
2016-06-27 | iommu/iova: Disable preemption around use of this_cpu_ptr() | Chris Wilson | 1 | -2/+6 |
2016-06-17 | iommu/vt-d: Enable QI on all IOMMUs before setting root entry | Joerg Roedel | 1 | -5/+12 |
2016-06-15 | iommu/rockchip: Fix zap cache during device attach | John Keeping | 1 | -1/+1 |
2016-06-13 | iommu/arm-smmu: Wire up map_sg for arm-smmu-v3 | Jean-Philippe Brucker | 1 | -0/+1 |
2016-05-28 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2 | -13/+13 |
2016-05-27 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 2 | -118/+617 |
2016-05-21 | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -8/+30 |
2016-05-20 | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 19 | -393/+891 |
2016-05-19 | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -9/+4 |
2016-05-09 | Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc... | Joerg Roedel | 15 | -401/+938 |
2016-05-09 | iommu/arm-smmu: Use per-domain page sizes. | Robin Murphy | 2 | -21/+25 |
2016-05-09 | iommu/amd: Remove statistics code | Joerg Roedel | 3 | -131/+0 |
2016-05-09 | iommu/dma: Finish optimising higher-order allocations | Robin Murphy | 1 | -21/+39 |
2016-05-09 | iommu: Allow selecting page sizes per domain | Robin Murphy | 3 | -12/+14 |
2016-05-09 | iommu: of: enforce const-ness of struct iommu_ops | Robin Murphy | 1 | -7/+7 |
2016-05-09 | Merge branch 'arm/smmu' into core | Joerg Roedel | 1 | -81/+210 |
2016-05-09 | iommu/dma: Implement scatterlist segment merging | Robin Murphy | 1 | -23/+61 |
2016-05-09 | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 1 | -81/+210 |
2016-05-05 | Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree | Ingo Molnar | 2 | -18/+91 |
2016-05-03 | iommu/arm-smmu: Clear cache lock bit of ACR | Peng Fan | 1 | -1/+22 |
2016-05-03 | iommu/arm-smmu: Support SMMUv1 64KB supplement | Robin Murphy | 1 | -8/+14 |
2016-05-03 | iommu/arm-smmu: Decouple context format from kernel config | Robin Murphy | 1 | -22/+72 |
2016-05-03 | iommu/arm-smmu: Tidy up 64-bit/atomic I/O accesses | Robin Murphy | 1 | -29/+19 |
2016-05-03 | iommu/arm-smmu: Work around MMU-500 prefetch errata | Robin Murphy | 1 | -1/+15 |
2016-05-03 | iommu/arm-smmu: Convert ThunderX workaround to new method | Robin Murphy | 1 | -13/+14 |
2016-05-03 | iommu/arm-smmu: Differentiate specific implementations | Robin Murphy | 1 | -7/+26 |
2016-05-03 | iommu/arm-smmu: Workaround for ThunderX erratum #27704 | Tirumalesh Chalamarla | 1 | -11/+28 |
2016-05-03 | iommu/arm-smmu: Add support for 16 bit VMID | Tirumalesh Chalamarla | 1 | -6/+17 |
2016-04-21 | iommu/amd: Move get_device_id() and friends to beginning of file | Joerg Roedel | 1 | -54/+54 |
2016-04-21 | iommu/amd: Don't use IS_ERR_VALUE to check integer values | Joerg Roedel | 1 | -10/+10 |
2016-04-21 | iommu/arm-smmu: Don't allocate resources for bypass domains | Robin Murphy | 1 | -1/+7 |
2016-04-21 | iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA | Will Deacon | 1 | -6/+8 |
2016-04-20 | iommu/vt-d: Use per-cpu IOVA caching | Omer Peleg | 1 | -12/+35 |
2016-04-20 | iommu/iova: introduce per-cpu caching to iova allocation | Omer Peleg | 1 | -24/+393 |
2016-04-20 | iommu/vt-d: change intel-iommu to use IOVA frame numbers | Omer Peleg | 1 | -32/+29 |
2016-04-20 | iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbs | Omer Peleg | 1 | -0/+34 |
2016-04-20 | iommu/vt-d: only unmap mapped entries | Omer Peleg | 1 | -11/+25 |
2016-04-20 | iommu/vt-d: correct flush_unmaps pfn usage | Omer Peleg | 1 | -1/+2 |
2016-04-20 | iommu/vt-d: per-cpu deferred invalidation queues | Omer Peleg | 1 | -41/+92 |
2016-04-20 | iommu/vt-d: refactoring of deferred flush entries | Omer Peleg | 1 | -19/+29 |
2016-04-20 | iommu/arm-smmu: Make use of phandle iterators in device-tree parsing | Joerg Roedel | 1 | -8/+30 |
2016-04-19 | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 4 | -8/+9 |
2016-04-15 | iommu/amd: Signedness bug in acpihid_device_group() | Dan Carpenter | 1 | -1/+1 |
2016-04-13 | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage | Borislav Petkov | 1 | -1/+1 |
2016-04-11 | PCI: Add support for multiple DMA aliases | Jacek Lawrynowicz | 1 | -7/+3 |
2016-04-11 | iommu/amd: Fix checking of pci dma aliases | Joerg Roedel | 1 | -11/+76 |
2016-04-07 | iommu/io-pgtable-arm-v7s: Support IOMMU_MMIO flag | Robin Murphy | 1 | -5/+11 |
2016-04-07 | iommu/io-pgtable-arm: Support IOMMU_MMIO flag | Robin Murphy | 1 | -2/+7 |