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