Age | Commit message (Expand) | Author |
2017-07-05 | iommu/vt-d: Don't over-free page table directories | David Dillow |
2017-05-25 | iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings | KarimAllah Ahmed |
2017-03-30 | iommu/vt-d: Fix NULL pointer dereference in device_to_iommu | Koos Vriezen |
2017-03-12 | iommu/vt-d: Tylersburg isoch identity map check is done too late. | Ashok Raj |
2017-01-12 | iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped | Xunlei Pang |
2017-01-12 | iommu/vt-d: Fix pasid table size encoding | Jacob Pan |
2016-11-27 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds |
2016-11-08 | iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path | Joerg Roedel |
2016-10-30 | iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions | Ashok Raj |
2016-09-05 | iommu/vt-d: Make sure RMRRs are mapped before domain goes public | Joerg Roedel |
2016-09-05 | iommu/vt-d: Split up get_domain_for_dev function | Joerg Roedel |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski |
2016-08-01 | Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-07-28 | Add braces to avoid "ambiguous ‘else’" compiler warnings | Linus Torvalds |
2016-07-26 | Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'... | Joerg Roedel |
2016-07-14 | iommu/vt-d: Return error code in domain_context_mapping_one() | Wei Yang |
2016-07-04 | iommu/vt-d: Fix infinite loop in free_all_cpu_cached_iovas | Aaron Campbell |
2016-06-27 | iommu/vt-d: Fix overflow of iommu->domains array | Jan Niehusmann |
2016-06-17 | iommu/vt-d: Enable QI on all IOMMUs before setting root entry | Joerg Roedel |
2016-06-15 | iommu/vt-d: Reduce extra first level entry in iommu->domains | Wei Yang |
2016-05-27 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds |
2016-05-09 | Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc... | Joerg Roedel |
2016-04-20 | iommu/vt-d: Use per-cpu IOVA caching | Omer Peleg |
2016-04-20 | iommu/vt-d: change intel-iommu to use IOVA frame numbers | Omer Peleg |
2016-04-20 | iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbs | Omer Peleg |
2016-04-20 | iommu/vt-d: only unmap mapped entries | Omer Peleg |
2016-04-20 | iommu/vt-d: correct flush_unmaps pfn usage | Omer Peleg |
2016-04-20 | iommu/vt-d: per-cpu deferred invalidation queues | Omer Peleg |
2016-04-20 | iommu/vt-d: refactoring of deferred flush entries | Omer Peleg |
2016-04-07 | iommu/vt-d: Silence an uninitialized variable warning | Dan Carpenter |
2016-04-05 | x86/vt-d: Fix comment for dma_pte_free_pagetable() | Michael S. Tsirkin |
2016-02-29 | iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path | Joerg Roedel |
2016-01-29 | iommu/vt-d: Don't skip PCI devices when disabling IOTLB | Jeremy McNicoll |
2015-12-15 | Revert "scatterlist: use sg_phys()" | Dan Williams |
2015-11-07 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-06 | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-11-06 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds |
2015-11-02 | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel |
2015-10-24 | iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependencies | David Woodhouse |
2015-10-21 | iommu: Add device_group call-back to x86 iommu drivers | Joerg Roedel |
2015-10-21 | Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommu | Linus Torvalds |
2015-10-19 | iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..) | Sudeep Dutt |
2015-10-15 | iommu/vt-d: Implement page request handling | David Woodhouse |
2015-10-15 | iommu/vt-d: Implement deferred invalidate for SVM | David Woodhouse |
2015-10-15 | iommu/vt-d: Add basic SVM PASID support | David Woodhouse |
2015-10-15 | iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATS | David Woodhouse |
2015-10-15 | iommu/vt-d: Add initial support for PASID tables | David Woodhouse |
2015-10-15 | iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macro | David Woodhouse |
2015-10-15 | iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints | David Woodhouse |
2015-10-14 | iommu/vt-d: Switch from ioremap_cache to memremap | Dan Williams |