Age | Commit message (Expand) | Author | Files | Lines |
2016-05-27 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 1 | -94/+224 |
2016-05-09 | Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc... | Joerg Roedel | 1 | -2/+2 |
2016-04-20 | iommu/vt-d: Use per-cpu IOVA caching | Omer Peleg | 1 | -12/+35 |
2016-04-20 | iommu/vt-d: change intel-iommu to use IOVA frame numbers | Omer Peleg | 1 | -32/+29 |
2016-04-20 | iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbs | Omer Peleg | 1 | -0/+34 |
2016-04-20 | iommu/vt-d: only unmap mapped entries | Omer Peleg | 1 | -11/+25 |
2016-04-20 | iommu/vt-d: correct flush_unmaps pfn usage | Omer Peleg | 1 | -1/+2 |
2016-04-20 | iommu/vt-d: per-cpu deferred invalidation queues | Omer Peleg | 1 | -41/+92 |
2016-04-20 | iommu/vt-d: refactoring of deferred flush entries | Omer Peleg | 1 | -19/+29 |
2016-04-07 | iommu/vt-d: Silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+1 |
2016-04-05 | x86/vt-d: Fix comment for dma_pte_free_pagetable() | Michael S. Tsirkin | 1 | -1/+1 |
2016-02-29 | iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path | Joerg Roedel | 1 | -2/+2 |
2016-01-29 | iommu/vt-d: Don't skip PCI devices when disabling IOTLB | Jeremy McNicoll | 1 | -1/+1 |
2015-12-15 | Revert "scatterlist: use sg_phys()" | Dan Williams | 1 | -2/+2 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -1/+1 |
2015-11-05 | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -29/+54 |
2015-11-05 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 1 | -48/+255 |
2015-11-02 | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel | 1 | -29/+54 |
2015-10-24 | iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependencies | David Woodhouse | 1 | -7/+23 |
2015-10-22 | iommu: Add device_group call-back to x86 iommu drivers | Joerg Roedel | 1 | -0/+1 |
2015-10-22 | Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommu | Linus Torvalds | 1 | -4/+8 |
2015-10-19 | iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..) | Sudeep Dutt | 1 | -2/+2 |
2015-10-15 | iommu/vt-d: Implement page request handling | David Woodhouse | 1 | -1/+21 |
2015-10-15 | iommu/vt-d: Implement deferred invalidate for SVM | David Woodhouse | 1 | -0/+2 |
2015-10-15 | iommu/vt-d: Add basic SVM PASID support | David Woodhouse | 1 | -0/+104 |
2015-10-15 | iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATS | David Woodhouse | 1 | -35/+75 |
2015-10-15 | iommu/vt-d: Add initial support for PASID tables | David Woodhouse | 1 | -0/+14 |
2015-10-15 | iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macro | David Woodhouse | 1 | -6/+14 |
2015-10-15 | iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints | David Woodhouse | 1 | -3/+6 |
2015-10-14 | iommu/vt-d: Switch from ioremap_cache to memremap | Dan Williams | 1 | -9/+11 |
2015-10-13 | iommu/vt-d: fix range computation when making room for large pages | Christian Zander | 1 | -4/+8 |
2015-10-13 | Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2015-10-05 | iommu/vt-d: Create RMRR mappings in newly allocated domains | Joerg Roedel | 1 | -0/+20 |
2015-10-05 | iommu/vt-d: Split iommu_prepare_identity_map | Joerg Roedel | 1 | -20/+22 |
2015-10-02 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 1 | -3/+5 |
2015-09-29 | iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info() | Sudip Mukherjee | 1 | -0/+1 |
2015-09-08 | Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -384/+332 |
2015-09-02 | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2015-08-31 | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+18 |
2015-08-25 | iommu/vt-d: Really use upper context table when necessary | Joerg Roedel | 1 | -1/+1 |
2015-08-17 | scatterlist: use sg_phys() | Dan Williams | 1 | -2/+2 |
2015-08-13 | iommu/vt-d: Access iomem correctly | Joerg Roedel | 1 | -6/+9 |
2015-08-13 | iommu/vt-d: Make two functions static | Joerg Roedel | 1 | -4/+4 |
2015-08-13 | iommu/vt-d: Use BUG_ON instead of if () BUG() | Joerg Roedel | 1 | -2/+1 |
2015-08-12 | iommu/vt-d: Avoid duplicate device_domain_info structures | Joerg Roedel | 1 | -3/+7 |
2015-08-12 | iommu/vt-d: Only insert alias dev_info if there is an alias | Joerg Roedel | 1 | -2/+4 |
2015-08-12 | iommu/vt-d: Pass device_domain_info to __dmar_remove_one_dev_info | Joerg Roedel | 1 | -18/+15 |
2015-08-12 | iommu/vt-d: Remove dmar_global_lock from device_notifier | Joerg Roedel | 1 | -2/+0 |
2015-08-12 | iommu/vt-d: Get rid of domain->iommu_lock | Joerg Roedel | 1 | -38/+49 |
2015-08-12 | iommu/vt-d: Only call domain_remove_one_dev_info to detach old domain | Joerg Roedel | 1 | -4/+1 |