summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2018-03-20iommu/vt-d: Use real PASID for flush in caching modeLu Baolu1-10/+6
2018-03-20iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,f...Christoph Hellwig2-46/+17
2018-03-20iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig2-47/+22
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2-4/+6
2018-03-15iommu/omap: Increase group ref in .device_group()Jeffy Chen1-1/+1
2018-03-15iommu/amd: Use dev_err to send events to the system logGary R Hook1-27/+28
2018-03-15iommu/vt-d: Fix a potential memory leakLu Baolu1-0/+1
2018-03-15iommu/rockchip: Perform a reset on shutdownMarc Zyngier1-0/+18
2018-03-15iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit1-3/+16
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-02-17x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He1-2/+2
2018-02-15iommu/amd: Avoid locking get_irq_table() from atomic contextScott Wood1-7/+22
2018-02-14iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum1-1/+7
2018-02-13iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam3-24/+25
2018-02-13iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2-4/+4
2018-02-13iommu/vt-d: Add __init for dmar_register_bus_notifier()Dmitry Safonov1-1/+1
2018-02-13iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1Yong Wu1-33/+21
2018-02-13iommu/exynos: Use generic group callbackRobin Murphy1-12/+1
2018-02-13iommu/amd: Don't use dev_data in irte_ga_set_affinity()Scott Wood1-3/+1
2018-02-13iommu/amd: Use raw locks on atomic context pathsScott Wood3-18/+18
2018-02-08Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-66/+77
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+9
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+120
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2-0/+2
2018-01-17Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel14-72/+92
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy7-28/+12
2018-01-17iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hookRobin Murphy1-12/+2
2018-01-17iommu/msm: Claim bus ops on probeRobin Murphy1-13/+3
2018-01-17iommu/vt-d: Enable 5-level paging mode in the PASID entrySohil Mehta1-2/+13
2018-01-17iommu/vt-d: Add a check for 5-level paging supportSohil Mehta1-0/+4
2018-01-17iommu/vt-d: Add a check for 1GB page supportSohil Mehta1-0/+4
2018-01-17iommu/vt-d: Enable upto 57 bits of domain address widthSohil Mehta1-1/+1
2018-01-17iommu/vt-d: Use domain instead of cache fetchingPeter Xu1-2/+1
2018-01-17iommu/exynos: Don't unconditionally steal bus opsRobin Murphy1-0/+7
2018-01-17iommu/omap: Fix debugfs_create_*() usageGeert Uytterhoeven1-2/+2
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig1-1/+1
2018-01-11iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya3-6/+9
2018-01-02iommu/arm-smmu-v3: Cope with duplicated Stream IDsRobin Murphy1-1/+8
2018-01-02iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker1-3/+5
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2-2/+2
2017-12-21Merge tag 'tegra-for-4.16-memory' of ssh://gitolite.kernel.org/pub/scm/linux/...Arnd Bergmann1-4/+120
2017-12-20iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get()Wei Yongjun1-1/+1
2017-12-20iommu/vt-d: clean up pr_irq if request_threaded_irq failsJerry Snitselaar1-3/+6
2017-12-20iommu: Check the result of iommu_group_get() for NULLJordan Crouse1-0/+5
2017-12-20iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook2-5/+17
2017-12-20iommu/amd - Record more information about unknown eventsGary R Hook1-1/+3
2017-12-15iommu/tegra: Allow devices to be groupedThierry Reding1-4/+120
2017-12-06Merge tag 'iommu-v4.15-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+5
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-11-17iommu/vt-d: Fix scatterlist offset handlingRobin Murphy1-3/+5