summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-1044-611/+838
|\
| *-----------. Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-012002-11614/+21840
| |\ \ \ \ \ \ \
| | | | | | | | * iommu: Fix IOMMU debugfs falloutGeert Uytterhoeven2019-02-261-19/+4
| | | | | | | | * iommu: Document iommu_ops.is_attach_deferred()Geert Uytterhoeven2019-02-261-0/+2
| | | | | | | | * iommu: Document iommu_ops.iotlb_sync_map()Geert Uytterhoeven2019-02-261-0/+1
| | | | | | | | * iommu: Fix flush_tlb_all typoTom Murphy2019-02-261-1/+1
| | | | | | | | * 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-15/+11
| | | | | | | | * iommu/dma: Remove unused variableShaokun Zhang2019-01-241-2/+1
| | | | | | | | * iommu/iova: Allow compiling the library without IOMMU supportSakari Ailus2019-01-112-4/+5
| | | | | | | * | MAINTAINERS: Add Hyper-V IOMMU driver into Hyper-V CORE AND DRIVERS scopeLan Tianyu2019-02-281-0/+1
| | | | | | | * | iommu/hyper-v: Add Hyper-V stub IOMMU driverLan Tianyu2019-02-285-0/+210
| | | | | | | * | x86/Hyper-V: Set x2apic destination mode to physical when x2apic is availableLan Tianyu2019-02-281-0/+12
| | | | | | * | | 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
| | | | | * | | | PCI/ATS: Add inline to pci_prg_resp_pasid_required()Kuppuswamy Sathyanarayanan2019-02-281-1/+1
| | | | | * | | | 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
| | | | | * | | | PCI/ATS: Add pci_ats_page_aligned() interfaceKuppuswamy Sathyanarayanan2019-02-263-0/+30
| | | | | * | | | iommu/vt-d: Fix PRI/PASID dependency issue.Kuppuswamy Sathyanarayanan2019-02-261-1/+3
| | | | | * | | | PCI/ATS: Add pci_prg_resp_pasid_required() interface.Kuppuswamy Sathyanarayanan2019-02-263-0/+36
| | | | | * | | | 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-113-45/+55
| | | | | | |_|/ | | | | | |/| |
| | | | * | | | 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: Clean up error messagesDmitry Osipenko2019-01-161-7/+8
| | | * | | | memory: tegra: Do not ask for IRQ sharingDmitry Osipenko2019-01-161-1/+1
| | | * | | | memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko2019-01-162-6/+4
| | | * | | | iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko2019-01-164-53/+87
| | | * | | | memory: tegra: Use relaxed versions of readl/writelDmitry Osipenko2019-01-161-2/+2