aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30iommu/vt-d: Leave scalable mode default offLu Baolu1-4/+4
2019-01-22iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer1-1/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-172/+179
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+53
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-172/+179
2018-12-11iommu/vt-d: Remove deferred invalidationLu Baolu1-1/+0
2018-12-11iommu/vt-d: Shared virtual address in scalable modeLu Baolu1-38/+0
2018-12-11iommu/vt-d: Setup context and enable RID2PASID supportLu Baolu1-30/+106
2018-12-11iommu/vt-d: Pass pasid table to context mappingLu Baolu1-3/+11
2018-12-11iommu/vt-d: Setup pasid entry for RID2PASID supportLu Baolu1-0/+20
2018-12-11iommu/vt-d: Add second level page table interfaceLu Baolu1-1/+1
2018-12-11iommu/vt-d: Reserve a domain id for FL and PT modesLu Baolu1-0/+10
2018-12-11iommu/vt-d: Move page table helpers into headerLu Baolu1-43/+0
2018-12-11iommu/vt-d: Manage scalalble mode PASID tablesLu Baolu1-9/+14
2018-12-11iommu/vt-d: Enumerate the scalable mode capabilityLu Baolu1-47/+17
2018-12-06iommu/vt-d: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+3
2018-12-06iommu/intel: small map_page cleanupChristoph Hellwig1-7/+7
2018-12-05iommu/vt-d: Do not enable ATS for untrusted devicesMika Westerberg1-1/+2
2018-12-05iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu1-2/+51
2018-11-22iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta1-2/+2
2018-11-22iommu/vt-d: Use memunmap to free memremapPan Bian1-1/+1
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-28/+4
2018-10-23Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-3/+1
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-28/+4
2018-09-25iommu/vt-d: Enable base Intel IOMMU debugfs supportSohil Mehta1-0/+1
2018-09-25iommu/vt-d: Relocate struct/function declarations to its header filesSohil Mehta1-28/+3
2018-09-25iommu/vt-d: Handle memory shortage on pasid table allocationLu Baolu1-3/+3
2018-09-17intel-iommu: mark intel_dma_ops staticChristoph Hellwig1-1/+1
2018-09-17ia64: remove iommu_dma_supportedChristoph Hellwig1-2/+0
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-83/+77
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()Marek Szyprowski1-1/+2
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-101/+153
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-07-20iommu/vt-d: Remove the obsolete per iommu pasid tablesLu Baolu1-3/+3
2018-07-20iommu/vt-d: Apply per pci device pasid table in SVALu Baolu1-20/+9
2018-07-20iommu/vt-d: Allocate and free pasid tableLu Baolu1-0/+10
2018-07-20iommu/vt-d: Per PCI device pasid table interfacesLu Baolu1-0/+1
2018-07-20iommu/vt-d: Add for_each_device_domain() helperLu Baolu1-0/+21
2018-07-20iommu/vt-d: Move device_domain_info to headerLu Baolu1-59/+4
2018-07-20iommu/vt-d: Global PASID name spaceLu Baolu1-0/+13
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu1-2/+30
2018-07-06iommu/vt-d: Fix dev iotlb pfsid useJacob Pan1-1/+16
2018-07-06iommu/vt-d: Add definitions for PFSIDJacob Pan1-0/+1
2018-07-05Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent()"Christoph Hellwig1-16/+46
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-08Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-52/+49
2018-05-15iommu/vt-d: Clean up pasid quirk for pre-production devicesLu Baolu1-30/+2
2018-05-15iommu/vt-d: Clean up unused variable in find_or_alloc_domainLu Baolu1-3/+1
2018-05-15iommu/vt-d: Fix iotlb psi missing for mappingsPeter Xu1-9/+34
2018-05-15iommu/vt-d: Introduce __mapping_notify_one()Peter Xu1-12/+14