Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | iommu/arm-smmu: Move Secure access quirk to implementation | Robin Murphy | 2019-08-19 | 3 | -99/+114 | |
* | iommu/arm-smmu: Add implementation infrastructure | Robin Murphy | 2019-08-19 | 4 | -79/+107 | |
* | iommu/arm-smmu: Rename arm-smmu-regs.h | Robin Murphy | 2019-08-19 | 3 | -5/+5 | |
* | iommu/arm-smmu: Abstract GR0 accesses | Robin Murphy | 2019-08-19 | 1 | -48/+58 | |
* | iommu/arm-smmu: Abstract context bank accesses | Robin Murphy | 2019-08-19 | 1 | -65/+73 | |
* | iommu/arm-smmu: Abstract GR1 accesses | Robin Murphy | 2019-08-19 | 1 | -7/+27 | |
* | iommu/arm-smmu: Get rid of weird "atomic" write | Robin Murphy | 2019-08-19 | 1 | -16/+7 | |
* | iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync() | Robin Murphy | 2019-08-19 | 1 | -28/+36 | |
* | iommu/arm-smmu: Rework cb_base handling | Robin Murphy | 2019-08-19 | 1 | -10/+15 | |
* | iommu/arm-smmu: Convert context bank registers to bitfields | Robin Murphy | 2019-08-19 | 3 | -56/+59 | |
* | iommu/arm-smmu: Convert GR1 registers to bitfields | Robin Murphy | 2019-08-19 | 2 | -28/+23 | |
* | iommu/arm-smmu: Convert GR0 registers to bitfields | Robin Murphy | 2019-08-19 | 2 | -93/+84 | |
* | iommu/qcom: Mask TLBI addresses correctly | Robin Murphy | 2019-08-19 | 1 | -1/+1 | |
* | iommu/arm-smmu: Mask TLBI address correctly | Robin Murphy | 2019-08-19 | 1 | -1/+1 | |
* | iommu/amd: fix a crash in iova_magazine_free_pfns | Qian Cai | 2019-07-21 | 1 | -1/+1 | |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2019-07-17 | 3 | -0/+1170 | |
|\ | ||||||
| * | iommu/virtio: Add event queue | Jean-Philippe Brucker | 2019-06-06 | 1 | -9/+106 | |
| * | iommu/virtio: Add probe request | Jean-Philippe Brucker | 2019-06-06 | 1 | -6/+151 | |
| * | iommu: Add virtio-iommu driver | Jean-Philippe Brucker | 2019-06-06 | 3 | -0/+928 | |
* | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-07-13 | 1 | -10/+4 | |
|\ \ | ||||||
| * | | iommu/dma: Apply dma_{alloc,free}_contiguous functions | Nicolin Chen | 2019-06-14 | 1 | -10/+4 | |
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 2 | -2/+2 | |
|\ \ \ | ||||||
| * | | | driver_find_device: Unify the match function with class_find_device() | Suzuki K Poulose | 2019-06-24 | 2 | -2/+2 | |
| | | | | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
*-------. \ \ \ | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 2019-07-04 | 38 | -639/+913 | |
|\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | iommu: Fix integer truncation | Arnd Bergmann | 2019-06-18 | 1 | -2/+2 | |
| | | | | * | | | | iommu: Add recoverable fault reporting | Jean-Philippe Brucker | 2019-06-12 | 1 | -2/+92 | |
| | | | | * | | | | iommu: Introduce device fault report API | Jacob Pan | 2019-06-12 | 1 | -3/+143 | |
| | | | | * | | | | iommu: Use right function to get group for device | Lu Baolu | 2019-05-27 | 1 | -3/+3 | |
| | | | | | |_|/ | | | | | |/| | | ||||||
| | | | * | | | | Merge tag 'v5.2-rc6' into generic-dma-ops | Joerg Roedel | 2019-06-24 | 39 | -395/+54 | |
| | | | |\ \ \ \ | | | | | |_|_|/ | | | | |/| | | | ||||||
| | | | * | | | | iommu/dma: Fix condition check in iommu_dma_unmap_sg | Nathan Chancellor | 2019-06-03 | 1 | -1/+1 | |
| | | | * | | | | iommu/dma: Switch copyright boilerplace to SPDX | Christoph Hellwig | 2019-05-27 | 1 | -12/+1 | |
| | | | * | | | | iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP | Christoph Hellwig | 2019-05-27 | 2 | -8/+9 | |
| | | | * | | | | iommu/dma: Refactor iommu_dma_mmap | Christoph Hellwig | 2019-05-27 | 1 | -35/+11 | |
| | | | * | | | | iommu/dma: Refactor iommu_dma_get_sgtable | Christoph Hellwig | 2019-05-27 | 1 | -28/+17 | |
| | | | * | | | | iommu/dma: Refactor iommu_dma_alloc, part 2 | Christoph Hellwig | 2019-05-27 | 1 | -30/+35 | |
| | | | * | | | | iommu/dma: Cleanup variable naming in iommu_dma_alloc | Robin Murphy | 2019-05-27 | 1 | -23/+22 | |
| | | | * | | | | iommu/dma: Split iommu_dma_free | Robin Murphy | 2019-05-27 | 1 | -4/+8 | |
| | | | * | | | | iommu/dma: Merge the CMA and alloc_pages allocation paths | Christoph Hellwig | 2019-05-27 | 1 | -20/+12 | |
| | | | * | | | | iommu/dma: Don't remap CMA unnecessarily | Robin Murphy | 2019-05-27 | 1 | -7/+12 | |
| | | | * | | | | iommu/dma: Refactor iommu_dma_alloc | Robin Murphy | 2019-05-27 | 1 | -30/+30 | |
| | | | * | | | | iommu/dma: Refactor iommu_dma_free | Robin Murphy | 2019-05-27 | 1 | -40/+33 | |
| | | | * | | | | iommu/dma: Remove __iommu_dma_free | Christoph Hellwig | 2019-05-27 | 1 | -19/+2 | |
| | | | * | | | | iommu/dma: Refactor the page array remapping allocator | Christoph Hellwig | 2019-05-27 | 1 | -28/+26 | |
| | | | * | | | | iommu/dma: Factor out remapped pages lookup | Robin Murphy | 2019-05-27 | 1 | -12/+20 | |
| | | | * | | | | iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers | Robin Murphy | 2019-05-27 | 1 | -18/+7 | |
| | | | * | | | | iommu/dma: Move domain lookup into __iommu_dma_{map,unmap} | Robin Murphy | 2019-05-27 | 1 | -15/+14 | |
| | | | * | | | | iommu/dma: Move __iommu_dma_map | Christoph Hellwig | 2019-05-27 | 1 | -23/+23 | |
| | | | * | | | | iommu/dma: move the arm64 wrappers to common code | Christoph Hellwig | 2019-05-27 | 2 | -28/+371 | |
| | | | * | | | | iommu/dma: Use for_each_sg in iommu_dma_alloc | Christoph Hellwig | 2019-05-27 | 1 | -9/+5 | |
| | | | * | | | | iommu/dma: Remove the flush_page callback | Christoph Hellwig | 2019-05-27 | 1 | -5/+3 | |
| | | | | |/ / | | | | |/| | |