summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-172/+179
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-172/+179
| |\ \
| | | * iommu/vt-d: Remove deferred invalidationLu Baolu2018-12-111-1/+0Star
| | | * iommu/vt-d: Shared virtual address in scalable modeLu Baolu2018-12-111-38/+0Star
| | | * iommu/vt-d: Setup context and enable RID2PASID supportLu Baolu2018-12-111-30/+106
| | | * iommu/vt-d: Pass pasid table to context mappingLu Baolu2018-12-111-3/+11
| | | * iommu/vt-d: Setup pasid entry for RID2PASID supportLu Baolu2018-12-111-0/+20
| | | * iommu/vt-d: Add second level page table interfaceLu Baolu2018-12-111-1/+1
| | | * iommu/vt-d: Reserve a domain id for FL and PT modesLu Baolu2018-12-111-0/+10
| | | * iommu/vt-d: Move page table helpers into headerLu Baolu2018-12-111-43/+0Star
| | | * iommu/vt-d: Manage scalalble mode PASID tablesLu Baolu2018-12-111-9/+14
| | | * iommu/vt-d: Enumerate the scalable mode capabilityLu Baolu2018-12-111-47/+17Star
| | | * iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta2018-11-221-2/+2
| | |/
* | | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-291-3/+53
|\ \ \
| * | | iommu/vt-d: Do not enable ATS for untrusted devicesMika Westerberg2018-12-051-1/+2
| * | | iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu2018-12-051-2/+51
| |/ /
* | | iommu/vt-d: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+3Star
* | | iommu/intel: small map_page cleanupChristoph Hellwig2018-12-061-7/+7
|/ /
* / iommu/vt-d: Use memunmap to free memremapPan Bian2018-11-221-1/+1
|/
* Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-28/+4Star
|\
| *-. Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-28/+4Star
| |\ \
| | | * iommu/vt-d: Enable base Intel IOMMU debugfs supportSohil Mehta2018-09-251-0/+1
| | | * iommu/vt-d: Relocate struct/function declarations to its header filesSohil Mehta2018-09-251-28/+3Star
| | |/
* | | Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-231-3/+1Star
|\ \ \ | |/ / |/| |
| * | intel-iommu: mark intel_dma_ops staticChristoph Hellwig2018-09-171-1/+1
| * | ia64: remove iommu_dma_supportedChristoph Hellwig2018-09-171-2/+0Star
| |/
* / iommu/vt-d: Handle memory shortage on pasid table allocationLu Baolu2018-09-251-3/+3
|/
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-83/+77Star
|\
| *---. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-101/+153
| |\ \ \
| | | | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0Star
| | |_|/ | |/| |
| | | * iommu/vt-d: Remove the obsolete per iommu pasid tablesLu Baolu2018-07-201-3/+3
| | | * iommu/vt-d: Apply per pci device pasid table in SVALu Baolu2018-07-201-20/+9Star
| | | * iommu/vt-d: Allocate and free pasid tableLu Baolu2018-07-201-0/+10
| | | * iommu/vt-d: Per PCI device pasid table interfacesLu Baolu2018-07-201-0/+1
| | | * iommu/vt-d: Add for_each_device_domain() helperLu Baolu2018-07-201-0/+21
| | | * iommu/vt-d: Move device_domain_info to headerLu Baolu2018-07-201-59/+4Star
| | | * iommu/vt-d: Global PASID name spaceLu Baolu2018-07-201-0/+13
| | | * iommu/vt-d: Fix dev iotlb pfsid useJacob Pan2018-07-061-1/+16
| | | * iommu/vt-d: Add definitions for PFSIDJacob Pan2018-07-061-0/+1
| | |/ | |/|
* | | kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-181-1/+2
| |/ |/|
* | Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu2018-07-201-2/+30
* | Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_...Christoph Hellwig2018-07-051-16/+46
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-081-52/+49Star
|\
| * iommu/vt-d: Clean up pasid quirk for pre-production devicesLu Baolu2018-05-151-30/+2Star
| * iommu/vt-d: Clean up unused variable in find_or_alloc_domainLu Baolu2018-05-151-3/+1Star
| * iommu/vt-d: Fix iotlb psi missing for mappingsPeter Xu2018-05-151-9/+34
| * iommu/vt-d: Introduce __mapping_notify_one()Peter Xu2018-05-151-12/+14
* | PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-111-1/+2
|/
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-121-5/+1Star
|\