Age | Commit message (Expand) | Author | Files | Lines |
2016-01-29 | iommu/amd: Correct the wrong setting of alias DTE in do_attach | Baoquan He | 1 | -1/+1 |
2016-01-07 | iommu/amd: Remove an unneeded condition | Dan Carpenter | 1 | -5/+3 |
2015-12-28 | iommu/amd: Preallocate dma_ops apertures based on dma_mask | Joerg Roedel | 1 | -7/+53 |
2015-12-28 | iommu/amd: Use trylock to aquire bitmap_lock | Joerg Roedel | 1 | -3/+17 |
2015-12-28 | iommu/amd: Make dma_ops_domain->next_index percpu | Joerg Roedel | 1 | -10/+29 |
2015-12-28 | iommu/amd: Relax locking in dma_ops path | Joerg Roedel | 1 | -59/+11 |
2015-12-28 | iommu/amd: Initialize new aperture range before making it visible | Joerg Roedel | 1 | -13/+20 |
2015-12-28 | iommu/amd: Build io page-tables with cmpxchg64 | Joerg Roedel | 1 | -3/+13 |
2015-12-28 | iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses | Joerg Roedel | 1 | -19/+10 |
2015-12-28 | iommu/amd: Optimize dma_ops_free_addresses | Joerg Roedel | 1 | -2/+3 |
2015-12-28 | iommu/amd: Remove need_flush from struct dma_ops_domain | Joerg Roedel | 1 | -24/+6 |
2015-12-28 | iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc | Joerg Roedel | 1 | -17/+11 |
2015-12-28 | iommu/amd: Flush iommu tlb in dma_ops_free_addresses | Joerg Roedel | 1 | -2/+4 |
2015-12-28 | iommu/amd: Rename dma_ops_domain->next_address to next_index | Joerg Roedel | 1 | -13/+13 |
2015-12-28 | iommu/amd: Remove 'start' parameter from dma_ops_area_alloc | Joerg Roedel | 1 | -6/+4 |
2015-12-28 | iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc() | Joerg Roedel | 1 | -5/+16 |
2015-12-28 | iommu/amd: Retry address allocation within one aperture | Joerg Roedel | 1 | -10/+19 |
2015-12-28 | iommu/amd: Move aperture_range.offset to another cache-line | Joerg Roedel | 1 | -2/+1 |
2015-12-28 | iommu/amd: Add dma_ops_aperture_alloc() function | Joerg Roedel | 1 | -12/+25 |
2015-12-28 | iommu/amd: Pass correct shift to iommu_area_alloc() | Joerg Roedel | 1 | -1/+1 |
2015-12-28 | iommu/amd: Flush the IOMMU TLB before the addresses are freed | Joerg Roedel | 1 | -4/+4 |
2015-12-28 | iommu/amd: Flush IOMMU TLB on __map_single error path | Joerg Roedel | 1 | -0/+2 |
2015-12-28 | iommu/amd: Introduce bitmap_lock in struct aperture_range | Joerg Roedel | 1 | -0/+10 |
2015-12-28 | iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c | Joerg Roedel | 1 | -0/+40 |
2015-12-28 | iommu/amd: Warn only once on unexpected pte value | Joerg Roedel | 1 | -2/+2 |
2015-11-07 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -1/+1 |
2015-11-02 | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel | 1 | -134/+39 |
2015-10-22 | iommu: Add device_group call-back to x86 iommu drivers | Joerg Roedel | 1 | -0/+1 |
2015-10-21 | iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu | Joerg Roedel | 1 | -6/+4 |
2015-10-21 | iommu/amd: Remove old alias handling code | Joerg Roedel | 1 | -99/+0 |
2015-10-21 | iommu/amd: Set alias DTE in do_attach/do_detach | Joerg Roedel | 1 | -2/+15 |
2015-10-21 | iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled | Joerg Roedel | 1 | -0/+12 |
2015-10-21 | iommu/amd: Don't disable IRQs in __detach_device | Joerg Roedel | 1 | -3/+2 |
2015-10-21 | iommu/amd: Do not iterate over alias-list in __[attach|detach]_device | Joerg Roedel | 1 | -23/+3 |
2015-10-21 | iommu/amd: Do not BUG_ON in __detach_device() | Joerg Roedel | 1 | -1/+2 |
2015-10-21 | iommu/amd: Don't clear DTE flags when modifying it | Joerg Roedel | 1 | -2/+2 |
2015-10-09 | iommu/amd: Fix NULL pointer deref on device detach | Joerg Roedel | 1 | -0/+9 |
2015-08-13 | iommu/amd: Use BUG_ON instead of if () BUG() | Joerg Roedel | 1 | -2/+2 |
2015-08-13 | iommu/amd: Simplify allocation in irq_remapping_alloc() | Joerg Roedel | 1 | -11/+6 |
2015-07-31 | iommu/amd: Allow non-ATS devices in IOMMUv2 domains | Joerg Roedel | 1 | -1/+6 |
2015-07-30 | iommu/amd: Set global dma_ops if swiotlb is disabled | Joerg Roedel | 1 | -0/+9 |
2015-07-30 | iommu/amd: Use swiotlb in passthrough mode | Joerg Roedel | 1 | -5/+3 |
2015-07-30 | iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domains | Joerg Roedel | 1 | -7/+9 |
2015-07-30 | iommu/amd: Use iommu core for passthrough mode | Joerg Roedel | 1 | -56/+2 |
2015-07-02 | Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+16 |
2015-07-01 | iommu/amd: Introduce protection_domain_init() function | Joerg Roedel | 1 | -10/+16 |
2015-06-24 | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -405/+184 |
2015-06-23 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -206/+271 |
2015-06-19 | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd... | Joerg Roedel | 1 | -405/+185 |
2015-06-19 | iommu/amd: Handle large pages correctly in free_pagetable | Joerg Roedel | 1 | -0/+6 |