aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-10Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds28-733/+608
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-1/+3
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2-3/+5
2019-03-01Merge tag 'iommu-fix-v5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2019-03-01Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt-d', 'x86/amd', 'hyper-v' and 'core' into nextJoerg Roedel28-736/+610
2019-03-01iommu/vt-d: Get domain ID before clear pasid entryLu Baolu1-1/+1
2019-03-01iommu/vt-d: Fix NULL pointer reference in intel_svm_bind_mm()Lu Baolu1-1/+1
2019-03-01iommu/vt-d: Set context field after value initializedLu Baolu1-1/+2
2019-03-01iommu/vt-d: Disable ATS support on untrusted devicesLu Baolu1-1/+2
2019-03-01iommu/mediatek: Fix semicolon code style issueYang Wei1-1/+1
2019-02-28iommu/hyper-v: Add Hyper-V stub IOMMU driverLan Tianyu5-0/+210
2019-02-26iommu/vt-d: Check identity map for hot-added devicesLu Baolu1-9/+12
2019-02-26iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright1-1/+1
2019-02-26iommu: Fix IOMMU debugfs falloutGeert Uytterhoeven1-19/+4
2019-02-26iommu/vt-d: Enable ATS only if the device uses page aligned address.Kuppuswamy Sathyanarayanan1-0/+1
2019-02-26iommu/vt-d: Fix PRI/PASID dependency issue.Kuppuswamy Sathyanarayanan1-1/+3
2019-02-26iommu/vt-d: Allow interrupts from the entire bus for aliased devicesLogan Gunthorpe1-0/+15
2019-02-26iommu/vt-d: Add helper to set an IRTE to verify only the bus numberLogan Gunthorpe1-3/+14
2019-02-26iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tablesNicolas Boichat1-1/+2
2019-02-11iommu/vt-d: Remove misleading "domain 0" test from domain_exit()Bjorn Helgaas1-4/+0
2019-02-11iommu/vt-d: Remove unused dmar_remove_one_dev_info() argumentBjorn Helgaas1-11/+9
2019-02-11iommu/vt-d: Remove unnecessary local variable initializationsBjorn Helgaas1-14/+13
2019-02-11iommu/vt-d: Use dev_printk() when possibleBjorn Helgaas1-30/+24
2019-02-11iommu/amd: Use dev_printk() when possibleBjorn Helgaas2-24/+22
2019-02-11iommu: Use dev_printk() when possibleBjorn Helgaas1-4/+4
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring10-228/+11
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman4-12/+23
2019-02-08Merge tag 'iommu-fixes-v5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+4
2019-02-01IOMMU: Make dwo drivers use stateless device linksRafael J. Wysocki2-1/+3
2019-01-30Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-7/+18
2019-01-30iommu/vt-d: Remove change_pte notifierPeter Xu1-9/+0
2019-01-30iommu/amd: Remove clear_flush_young notifierPeter Xu1-24/+0
2019-01-30iommu/amd: Print reason for iommu_map_page failure in map_sgJerry Snitselaar1-3/+3
2019-01-30iommu/vt-d: Leave scalable mode default offLu Baolu1-4/+4
2019-01-30iommu/vt-d: Implement dma_[un]map_resource()Logan Gunthorpe1-7/+16
2019-01-24iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit1-4/+11
2019-01-24iommu/dma: Remove unused variableShaokun Zhang1-2/+1
2019-01-23iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()Joerg Roedel1-0/+4
2019-01-22iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer1-1/+1
2019-01-22iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar1-1/+1
2019-01-22iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar1-1/+1
2019-01-22Merge tag 'iommu-fixes-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2019-01-16iommu/tegra: gart: Perform code refactoringDmitry Osipenko1-148/+105
2019-01-16iommu/tegra: gart: Simplify clients-tracking codeDmitry Osipenko1-115/+40
2019-01-16iommu/tegra: gart: Don't detach devices from inactive domainsDmitry Osipenko1-3/+5
2019-01-16iommu/tegra: gart: Prepend error/debug messages with "gart:"Dmitry Osipenko1-0/+2
2019-01-16iommu/tegra: gart: Don't use managed resourcesDmitry Osipenko1-5/+7
2019-01-16iommu/tegra: gart: Allow only one active domain at a timeDmitry Osipenko1-0/+9
2019-01-16iommu/tegra: gart: Fix NULL pointer dereferenceDmitry Osipenko1-2/+2
2019-01-16iommu/tegra: gart: Fix spinlock recursionDmitry Osipenko1-8/+16