| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-12 | 1 | -21/+5 |
|\ |
|
| *-. | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm... | Joerg Roedel | 2017-06-28 | 1 | -21/+5 |
| |\ \ |
|
| | | * | iommu/vt-d: Constify intel_dma_ops | Arvind Yadav | 2017-06-28 | 1 | -1/+1 |
| | | * | iommu/vt-d: Don't disable preemption while accessing deferred_flush() | Sebastian Andrzej Siewior | 2017-06-28 | 1 | -6/+2 |
| | | * | iommu/vt-d: Unwrap __get_valid_domain_for_dev() | Peter Xu | 2017-05-30 | 1 | -14/+2 |
| | |/ |
|
* | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-07 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | x86: remove arch specific dma_supported implementation | Christoph Hellwig | 2017-06-28 | 1 | -0/+3 |
| |/ / |
|
* / / | iommu/vt-d: Adjust system_state checks | Thomas Gleixner | 2017-05-23 | 1 | -2/+2 |
|/ / |
|
* / | iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings | KarimAllah Ahmed | 2017-05-17 | 1 | -1/+4 |
|/ |
|
*-. | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 2017-05-04 | 1 | -3/+37 |
|\ \ |
|
| | * | x86, iommu/vt-d: Add an option to disable Intel IOMMU force on | Shaohua Li | 2017-04-26 | 1 | -0/+18 |
| | * | iommu/vt-d: Make sure IOMMUs are off when intel_iommu=off | Joerg Roedel | 2017-03-29 | 1 | -1/+17 |
| |/
|/| |
|
| * | iommu: Disambiguate MSI region types | Robin Murphy | 2017-03-22 | 1 | -1/+1 |
| * | iommu/vt-d: Fix NULL pointer dereference in device_to_iommu | Koos Vriezen | 2017-03-22 | 1 | -1/+1 |
|/ |
|
* | iommu/vt-d: Fix crash when accessing VT-d sysfs entries | Joerg Roedel | 2017-02-28 | 1 | -6/+11 |
* | mm: wire up GFP flag passing in dma_alloc_from_contiguous | Lucas Stach | 2017-02-25 | 1 | -1/+1 |
*-----. | Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m... | Joerg Roedel | 2017-02-10 | 1 | -28/+88 |
|\ \ \ \ |
|
| | | | * | iommu: Make iommu_device_link/unlink take a struct iommu_device | Joerg Roedel | 2017-02-10 | 1 | -2/+2 |
| | | | * | iommu: Add sysfs bindings for struct iommu_device | Joerg Roedel | 2017-02-10 | 1 | -6/+9 |
| | | | * | iommu: Introduce new 'struct iommu_device' | Joerg Roedel | 2017-02-10 | 1 | -2/+2 |
| | | * | | iommu/vt-d: Don't over-free page table directories | David Dillow | 2017-01-31 | 1 | -1/+1 |
| | | * | | iommu/vt-d: Tylersburg isoch identity map check is done too late. | Ashok Raj | 2017-01-31 | 1 | -1/+2 |
| |_|/ /
|/| | | |
|
| | * | | iommu/vt-d: Implement reserved region get/put callbacks | Eric Auger | 2017-01-23 | 1 | -18/+74 |
| |/ /
|/| | |
|
* | | | iommu/vt-d: Fix pasid table size encoding | Jacob Pan | 2017-01-04 | 1 | -1/+22 |
* | | | iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped | Xunlei Pang | 2017-01-04 | 1 | -0/+19 |
| |/
|/| |
|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-13 | 1 | -18/+6 |
|\ \ |
|
| * | | iommu/vt-d: Convert to hotplug state machine | Anna-Maria Gleixner | 2016-12-02 | 1 | -18/+6 |
| |/ |
|
* | | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 2016-11-27 | 1 | -0/+13 |
|\ \ |
|
| * | | iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions | Ashok Raj | 2016-10-30 | 1 | -0/+13 |
| |/ |
|
* / | iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path | Joerg Roedel | 2016-11-08 | 1 | -2/+12 |
|/ |
|
* | iommu/vt-d: Make sure RMRRs are mapped before domain goes public | Joerg Roedel | 2016-09-05 | 1 | -7/+20 |
* | iommu/vt-d: Split up get_domain_for_dev function | Joerg Roedel | 2016-09-05 | 1 | -21/+55 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -6/+6 |
* | Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-01 | 1 | -3/+3 |
|\ |
|
| *-----. | Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'... | Joerg Roedel | 2016-07-26 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | | * | | | iommu/vt-d: Return error code in domain_context_mapping_one() | Wei Yang | 2016-07-14 | 1 | -1/+1 |
| | | * | | | iommu/vt-d: Reduce extra first level entry in iommu->domains | Wei Yang | 2016-06-15 | 1 | -2/+2 |
| | |/ / / |
|
* | / / / | Add braces to avoid "ambiguous ‘else’" compiler warnings | Linus Torvalds | 2016-07-28 | 1 | -1/+2 |
|/ / / / |
|
* | | / | iommu/vt-d: Fix infinite loop in free_all_cpu_cached_iovas | Aaron Campbell | 2016-07-04 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | iommu/vt-d: Fix overflow of iommu->domains array | Jan Niehusmann | 2016-06-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | iommu/vt-d: Enable QI on all IOMMUs before setting root entry | Joerg Roedel | 2016-06-17 | 1 | -5/+12 |
|/ |
|
* | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 2016-05-27 | 1 | -94/+224 |
|\ |
|
| * | iommu/vt-d: Use per-cpu IOVA caching | Omer Peleg | 2016-04-20 | 1 | -12/+35 |
| * | iommu/vt-d: change intel-iommu to use IOVA frame numbers | Omer Peleg | 2016-04-20 | 1 | -32/+29 |
| * | iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbs | Omer Peleg | 2016-04-20 | 1 | -0/+34 |
| * | iommu/vt-d: only unmap mapped entries | Omer Peleg | 2016-04-20 | 1 | -11/+25 |
| * | iommu/vt-d: correct flush_unmaps pfn usage | Omer Peleg | 2016-04-20 | 1 | -1/+2 |
| * | iommu/vt-d: per-cpu deferred invalidation queues | Omer Peleg | 2016-04-20 | 1 | -41/+92 |
| * | iommu/vt-d: refactoring of deferred flush entries | Omer Peleg | 2016-04-20 | 1 | -19/+29 |
| | | |
| \ | |
*-. | | Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc... | Joerg Roedel | 2016-05-09 | 1 | -2/+2 |
|\ \| |
|