Age | Commit message (Expand) | Author | Files | Lines |
2019-04-20 | iommu/vt-d: Check capability before disabling protected memory | Lu Baolu | 1 | -0/+3 |
2019-02-06 | iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions() | Gerald Schaefer | 1 | -1/+1 |
2019-01-13 | iommu/vt-d: Handle domain agaw being less than iommu agaw | Sohil Mehta | 1 | -2/+2 |
2018-12-13 | iommu/vt-d: Use memunmap to free memremap | Pan Bian | 1 | -1/+1 |
2018-09-25 | iommu/vt-d: Handle memory shortage on pasid table allocation | Lu Baolu | 1 | -3/+3 |
2018-08-24 | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -83/+77 |
2018-08-17 | kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu... | Marek Szyprowski | 1 | -1/+2 |
2018-08-08 | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 1 | -101/+153 |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 1 | -1/+0 |
2018-07-20 | iommu/vt-d: Remove the obsolete per iommu pasid tables | Lu Baolu | 1 | -3/+3 |
2018-07-20 | iommu/vt-d: Apply per pci device pasid table in SVA | Lu Baolu | 1 | -20/+9 |
2018-07-20 | iommu/vt-d: Allocate and free pasid table | Lu Baolu | 1 | -0/+10 |
2018-07-20 | iommu/vt-d: Per PCI device pasid table interfaces | Lu Baolu | 1 | -0/+1 |
2018-07-20 | iommu/vt-d: Add for_each_device_domain() helper | Lu Baolu | 1 | -0/+21 |
2018-07-20 | iommu/vt-d: Move device_domain_info to header | Lu Baolu | 1 | -59/+4 |
2018-07-20 | iommu/vt-d: Global PASID name space | Lu Baolu | 1 | -0/+13 |
2018-07-20 | Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices" | Lu Baolu | 1 | -2/+30 |
2018-07-06 | iommu/vt-d: Fix dev iotlb pfsid use | Jacob Pan | 1 | -1/+16 |
2018-07-06 | iommu/vt-d: Add definitions for PFSID | Jacob Pan | 1 | -0/+1 |
2018-07-05 | Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_... | Christoph Hellwig | 1 | -16/+46 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
2018-06-08 | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -52/+49 |
2018-05-15 | iommu/vt-d: Clean up pasid quirk for pre-production devices | Lu Baolu | 1 | -30/+2 |
2018-05-15 | iommu/vt-d: Clean up unused variable in find_or_alloc_domain | Lu Baolu | 1 | -3/+1 |
2018-05-15 | iommu/vt-d: Fix iotlb psi missing for mappings | Peter Xu | 1 | -9/+34 |
2018-05-15 | iommu/vt-d: Introduce __mapping_notify_one() | Peter Xu | 1 | -12/+14 |
2018-05-10 | PCI: Add "pci=noats" boot parameter | Gil Kupfer | 1 | -1/+2 |
2018-04-11 | Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+1 |
2018-03-29 | iommu/vt-d:Remove unused variable | Shaokun Zhang | 1 | -5/+1 |
2018-03-20 | iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,f... | Christoph Hellwig | 1 | -46/+16 |
2018-03-20 | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) | Christoph Hellwig | 1 | -1/+2 |
2018-02-08 | Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+2 |
2018-01-17 | iommu/vt-d: Enable upto 57 bits of domain address width | Sohil Mehta | 1 | -1/+1 |
2018-01-17 | iommu/vt-d: Use domain instead of cache fetching | Peter Xu | 1 | -2/+1 |
2018-01-15 | ia64: clean up swiotlb support | Christoph Hellwig | 1 | -1/+1 |
2017-11-17 | iommu/vt-d: Fix scatterlist offset handling | Robin Murphy | 1 | -3/+5 |
2017-10-13 | Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -11/+17 |
2017-10-12 | iommu/iova: Make rcache flush optional on IOVA allocation failure | Tomasz Nowicki | 1 | -2/+3 |
2017-10-10 | iommu/vt-d: Delete unnecessary check in domain_context_mapping_one() | Christos Gkekas | 1 | -1/+1 |
2017-10-06 | iommu/vt-d: Don't register bus-notifier under dmar_global_lock | Joerg Roedel | 1 | -0/+10 |
2017-09-27 | iommu/iova: Make dma_32bit_pfn implicit | Zhen Lei | 1 | -8/+3 |
2017-09-09 | Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -190/+90 |
2017-09-08 | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+7 |
2017-09-01 | Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/... | Joerg Roedel | 1 | -190/+90 |
2017-09-01 | iommu/vt-d: Don't be too aggressive when clearing one context entry | Filippo Sironi | 1 | -18/+24 |
2017-08-30 | iommu/vt-d: Prevent VMD child devices from being remapping targets | Jon Derrick | 1 | -0/+7 |
2017-08-30 | iommu/vt-d: Avoid calling virt_to_phys() on null pointer | Ashok Raj | 1 | -1/+2 |
2017-08-15 | iommu/vt-d: Make use of iova deferred flushing | Joerg Roedel | 1 | -159/+38 |
2017-08-15 | iommu: Fix wrong freeing of iommu_device->dev | Joerg Roedel | 1 | -1/+3 |
2017-07-26 | iommu/vt-d: Don't free parent pagetable of the PTE we're adding | David Dillow | 1 | -12/+26 |