summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..)Sudeep Dutt2015-10-191-2/+2
* iommu/vt-d: fix a loop in prq_event_thread()Dan Carpenter2015-10-181-1/+1
* iommu/vt-d: Fix IOTLB flushing for global pagesDavid Woodhouse2015-10-161-10/+17
* iommu/vt-d: Fix address shifting in page request handlerDavid Woodhouse2015-10-161-1/+1
* iommu/vt-d: shift wrapping bug in prq_event_thread()Dan Carpenter2015-10-151-1/+1
* iommu/vt-d: Fix NULL pointer dereference in page request error caseDavid Woodhouse2015-10-151-4/+8
* iommu/vt-d: Implement SVM_FLAG_SUPERVISOR_MODE for kernel accessDavid Woodhouse2015-10-151-12/+31
* iommu/vt-d: Implement SVM_FLAG_PRIVATE_PASID to allocate unique PASIDsDavid Woodhouse2015-10-151-2/+4
* iommu/vt-d: Add callback to device driver on page faultsDavid Woodhouse2015-10-151-1/+25
* iommu/vt-d: Implement page request handlingDavid Woodhouse2015-10-152-1/+194
* iommu/vt-d: Generalise DMAR MSI setup to allow for page request eventsDavid Woodhouse2015-10-151-11/+31
* iommu/vt-d: Implement deferred invalidate for SVMDavid Woodhouse2015-10-152-0/+11
* iommu/vt-d: Add basic SVM PASID supportDavid Woodhouse2015-10-153-0/+396
* iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATSDavid Woodhouse2015-10-152-35/+76
* iommu/vt-d: Add initial support for PASID tablesDavid Woodhouse2015-10-154-0/+88
* 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
* iommu/vt-d: fix range computation when making room for large pagesChristian Zander2015-10-131-4/+8
* Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-10-023-55/+75
|\
| * iommu: Make the iova library a moduleSakari Ailus2015-07-282-1/+5
| * iommu: iova: Export symbolsSakari Ailus2015-07-281-0/+10
| * iommu: iova: Move iova cache management to the iova librarySakari Ailus2015-07-282-37/+52
| * iommu/iova: Avoid over-allocating when size-alignedRobin Murphy2015-07-282-17/+8
* | fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-111-1/+2
* | Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-09-0822-902/+925
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------------. \ Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x...Joerg Roedel2015-08-2522-902/+925
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | of: iommu: Silence misleading warningRobin Murphy2015-08-031-3/+5
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | | | | | | * | iommu/fsl: Really fix init section(s) contentEmil Medve2015-08-181-13/+13
| | | | | | | * | | iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel2015-08-132-4/+4
| | | | | | | * | | iommu/amd: Make a symbol staticJoerg Roedel2015-08-131-1/+1
| | | | | | | * | | iommu/amd: Simplify allocation in irq_remapping_alloc()Joerg Roedel2015-08-131-11/+6
| | |_|_|_|_|/ / / | |/| | | | | | |
| | | | | | * | | iommu/vt-d: Really use upper context table when necessaryJoerg Roedel2015-08-251-1/+1
| | | | | | * | | iommu/vt-d: Access iomem correctlyJoerg Roedel2015-08-132-8/+11
| | | | | | * | | 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: Return false instead of 0 in irq_remapping_cap()Joerg Roedel2015-08-131-1/+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
OpenPOWER on IntegriCloud