summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel2016-02-291-2/+2
* iommu/vt-d: Don't skip PCI devices when disabling IOTLBJeremy McNicoll2016-01-291-1/+1
* Revert "scatterlist: use sg_phys()"Dan Williams2015-12-151-2/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-051-29/+54
|\
| *-----. Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-021-29/+54
| |\ \ \ \
| | | | * | iommu: Add device_group call-back to x86 iommu driversJoerg Roedel2015-10-221-0/+1
| | | |/ /
| | * | | iommu/vt-d: Switch from ioremap_cache to memremapDan Williams2015-10-141-9/+11
| | * | | iommu/vt-d: Create RMRR mappings in newly allocated domainsJoerg Roedel2015-10-051-0/+20
| | * | | iommu/vt-d: Split iommu_prepare_identity_mapJoerg Roedel2015-10-051-20/+22
| | | |/ | | |/|
* | | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-11-051-48/+255
|\ \ \ \ | |/ / / |/| | |
| * | | iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependenciesDavid Woodhouse2015-10-241-7/+23
| * | | iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..)Sudeep Dutt2015-10-191-2/+2
| * | | iommu/vt-d: Implement page request handlingDavid Woodhouse2015-10-151-1/+21
| * | | iommu/vt-d: Implement deferred invalidate for SVMDavid Woodhouse2015-10-151-0/+2
| * | | iommu/vt-d: Add basic SVM PASID supportDavid Woodhouse2015-10-151-0/+104
| * | | iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATSDavid Woodhouse2015-10-151-35/+75
| * | | iommu/vt-d: Add initial support for PASID tablesDavid Woodhouse2015-10-151-0/+14
| * | | iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macroDavid Woodhouse2015-10-151-6/+14
| * | | iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpointsDavid Woodhouse2015-10-151-3/+6
* | | | Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommuLinus Torvalds2015-10-221-4/+8
|\ \ \ \ | |/ / /
| * | | iommu/vt-d: fix range computation when making room for large pagesChristian Zander2015-10-131-4/+8
| | |/ | |/|
* | | Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-10-131-0/+1
|\ \ \ | |/ / |/| |
| * | iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()Sudip Mukherjee2015-09-291-0/+1
| |/
* | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-10-021-3/+5
|\ \ | |/ |/|
| * iommu: iova: Move iova cache management to the iova librarySakari Ailus2015-07-281-3/+3
| * iommu/iova: Avoid over-allocating when size-alignedRobin Murphy2015-07-281-0/+2
* | Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-09-081-384/+332
|\ \
| * | iommu/vt-d: Really use upper context table when necessaryJoerg Roedel2015-08-251-1/+1
| * | iommu/vt-d: Access iomem correctlyJoerg Roedel2015-08-131-6/+9
| * | iommu/vt-d: Make two functions staticJoerg Roedel2015-08-131-4/+4
| * | iommu/vt-d: Use BUG_ON instead of if () BUG()Joerg Roedel2015-08-131-2/+1
| * | iommu/vt-d: Avoid duplicate device_domain_info structuresJoerg Roedel2015-08-121-3/+7
| * | iommu/vt-d: Only insert alias dev_info if there is an aliasJoerg Roedel2015-08-121-2/+4
| * | iommu/vt-d: Pass device_domain_info to __dmar_remove_one_dev_infoJoerg Roedel2015-08-121-18/+15
| * | iommu/vt-d: Remove dmar_global_lock from device_notifierJoerg Roedel2015-08-121-2/+0
| * | iommu/vt-d: Get rid of domain->iommu_lockJoerg Roedel2015-08-121-38/+49
| * | iommu/vt-d: Only call domain_remove_one_dev_info to detach old domainJoerg Roedel2015-08-121-4/+1
| * | iommu/vt-d: Unify domain->iommu attach/detachmentJoerg Roedel2015-08-121-76/+49
| * | iommu/vt-d: Establish domain<->iommu link in dmar_insert_one_dev_infoJoerg Roedel2015-08-121-17/+11
| * | iommu/vt-d: Pass an iommu pointer to domain_init()Joerg Roedel2015-08-121-4/+3
| * | iommu/vt-d: Rename iommu_detach_dependent_devices()Joerg Roedel2015-08-121-10/+8
| * | iommu/vt-d: Rename domain_remove_one_dev_info()Joerg Roedel2015-08-121-11/+11
| * | iommu/vt-d: Rename dmar_insert_dev_info()Joerg Roedel2015-08-121-8/+8
| * | iommu/vt-d: Move context-mapping into dmar_insert_dev_infoJoerg Roedel2015-08-121-25/+8
| * | iommu/vt-d: Simplify domain_remove_dev_info()Joerg Roedel2015-08-121-18/+2
| * | iommu/vt-d: Simplify domain_remove_one_dev_info()Joerg Roedel2015-08-121-34/+16
| * | iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmapJoerg Roedel2015-08-121-12/+3
| * | iommu/vt-d: Replace iommu_bmp with a refcountJoerg Roedel2015-08-121-37/+45
| * | iommu/vt-d: Kill dmar_domain->idJoerg Roedel2015-08-121-9/+2
OpenPOWER on IntegriCloud