summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-fix-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-151-2/+6
|\
| * iommu/amd: Fix NULL dereference bug in match_hid_uidAaron Ma2019-03-151-2/+6
* | Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-1028-733/+608
|\|
| *-----------. Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-0128-736/+610
| |\ \ \ \ \ \ \
| | | | | | | | * iommu: Fix IOMMU debugfs falloutGeert Uytterhoeven2019-02-261-19/+4
| | | | | | | | * iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tablesNicolas Boichat2019-02-261-1/+2
| | | | | | | | * iommu: Use dev_printk() when possibleBjorn Helgaas2019-02-111-4/+4
| | | | | | | | * iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring2019-02-1110-228/+11
| | | | | | | | * iommu/dma: Remove unused variableShaokun Zhang2019-01-241-2/+1
| | | | | | | | * iommu/iova: Allow compiling the library without IOMMU supportSakari Ailus2019-01-111-3/+4
| | | | | | | * | iommu/hyper-v: Add Hyper-V stub IOMMU driverLan Tianyu2019-02-285-0/+210
| | | | | | * | | iommu/amd: Use dev_printk() when possibleBjorn Helgaas2019-02-112-24/+22
| | | | | | * | | iommu/amd: Remove clear_flush_young notifierPeter Xu2019-01-301-24/+0
| | | | | | * | | iommu/amd: Print reason for iommu_map_page failure in map_sgJerry Snitselaar2019-01-301-3/+3
| | | | | * | | | iommu/vt-d: Get domain ID before clear pasid entryLu Baolu2019-03-011-1/+1
| | | | | * | | | iommu/vt-d: Fix NULL pointer reference in intel_svm_bind_mm()Lu Baolu2019-03-011-1/+1
| | | | | * | | | iommu/vt-d: Set context field after value initializedLu Baolu2019-03-011-1/+2
| | | | | * | | | iommu/vt-d: Disable ATS support on untrusted devicesLu Baolu2019-03-011-1/+2
| | | | | * | | | iommu/vt-d: Check identity map for hot-added devicesLu Baolu2019-02-261-9/+12
| | | | | * | | | iommu/vt-d: Enable ATS only if the device uses page aligned address.Kuppuswamy Sathyanarayanan2019-02-261-0/+1
| | | | | * | | | iommu/vt-d: Fix PRI/PASID dependency issue.Kuppuswamy Sathyanarayanan2019-02-261-1/+3
| | | | | * | | | iommu/vt-d: Allow interrupts from the entire bus for aliased devicesLogan Gunthorpe2019-02-261-0/+15
| | | | | * | | | iommu/vt-d: Add helper to set an IRTE to verify only the bus numberLogan Gunthorpe2019-02-261-3/+14
| | | | | * | | | iommu/vt-d: Remove misleading "domain 0" test from domain_exit()Bjorn Helgaas2019-02-111-4/+0
| | | | | * | | | iommu/vt-d: Remove unused dmar_remove_one_dev_info() argumentBjorn Helgaas2019-02-111-11/+9
| | | | | * | | | iommu/vt-d: Remove unnecessary local variable initializationsBjorn Helgaas2019-02-111-14/+13
| | | | | * | | | iommu/vt-d: Use dev_printk() when possibleBjorn Helgaas2019-02-111-30/+24
| | | | | * | | | iommu/vt-d: Remove change_pte notifierPeter Xu2019-01-301-9/+0
| | | | | * | | | iommu/vt-d: Implement dma_[un]map_resource()Logan Gunthorpe2019-01-301-7/+16
| | | | | * | | | iommu/vt-d: Support page request in scalable modeJacob Pan2019-01-111-32/+45
| | | | | | |_|/ | | | | | |/| |
| | | | * | | | iommu/mediatek: Fix semicolon code style issueYang Wei2019-03-011-1/+1
| | | | | |_|/ | | | | |/| |
| | | * | | | iommu/tegra: gart: Perform code refactoringDmitry Osipenko2019-01-161-148/+105
| | | * | | | iommu/tegra: gart: Simplify clients-tracking codeDmitry Osipenko2019-01-161-115/+40
| | | * | | | iommu/tegra: gart: Don't detach devices from inactive domainsDmitry Osipenko2019-01-161-3/+5
| | | * | | | iommu/tegra: gart: Prepend error/debug messages with "gart:"Dmitry Osipenko2019-01-161-0/+2
| | | * | | | iommu/tegra: gart: Don't use managed resourcesDmitry Osipenko2019-01-161-5/+7
| | | * | | | iommu/tegra: gart: Allow only one active domain at a timeDmitry Osipenko2019-01-161-0/+9
| | | * | | | iommu/tegra: gart: Fix NULL pointer dereferenceDmitry Osipenko2019-01-161-2/+2
| | | * | | | iommu/tegra: gart: Fix spinlock recursionDmitry Osipenko2019-01-161-8/+16
| | | * | | | memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko2019-01-161-4/+0
| | | * | | | iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko2019-01-162-53/+19
| | | * | | | iommu/tegra: gart: Optimize mapping / unmapping performanceDmitry Osipenko2019-01-161-2/+10
| | | * | | | iommu: Introduce iotlb_sync_map callbackDmitry Osipenko2019-01-161-2/+6
| | | * | | | iommu/tegra: gart: Ignore devices without IOMMU phandle in DTDmitry Osipenko2019-01-161-1/+13
| | | * | | | iommu/tegra: gart: Clean up driver probe errors handlingDmitry Osipenko2019-01-161-6/+10
| | | * | | | iommu/tegra: gart: Remove pr_fmt and clean up includesDmitry Osipenko2019-01-161-12/+5
| | * | | | | iommu/msm: Reduce indentationJulia Lawall2019-01-111-4/+4
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-062-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-114-12/+23
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | IOMMU: Make dwo drivers use stateless device linksRafael J. Wysocki2019-02-012-1/+3
| | |_|_|/ / | |/| | | |