summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2018-02-08Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes
2018-01-17Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy
2018-01-17iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hookRobin Murphy
2018-01-17iommu/msm: Claim bus ops on probeRobin Murphy
2018-01-17iommu/vt-d: Enable 5-level paging mode in the PASID entrySohil Mehta
2018-01-17iommu/vt-d: Add a check for 5-level paging supportSohil Mehta
2018-01-17iommu/vt-d: Add a check for 1GB page supportSohil Mehta
2018-01-17iommu/vt-d: Enable upto 57 bits of domain address widthSohil Mehta
2018-01-17iommu/vt-d: Use domain instead of cache fetchingPeter Xu
2018-01-17iommu/exynos: Don't unconditionally steal bus opsRobin Murphy
2018-01-17iommu/omap: Fix debugfs_create_*() usageGeert Uytterhoeven
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig
2018-01-11iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-02iommu/arm-smmu-v3: Cope with duplicated Stream IDsRobin Murphy
2018-01-02iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-12-21Merge tag 'tegra-for-4.16-memory' of ssh://gitolite.kernel.org/pub/scm/linux/...Arnd Bergmann
2017-12-20iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get()Wei Yongjun
2017-12-20iommu/vt-d: clean up pr_irq if request_threaded_irq failsJerry Snitselaar
2017-12-20iommu: Check the result of iommu_group_get() for NULLJordan Crouse
2017-12-20iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook
2017-12-20iommu/amd - Record more information about unknown eventsGary R Hook
2017-12-15iommu/tegra: Allow devices to be groupedThierry Reding
2017-12-06Merge tag 'iommu-v4.15-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-17iommu/vt-d: Fix scatterlist offset handlingRobin Murphy
2017-11-14Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-11-13Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-...Alex Williamson
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-06iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fqSebastian Andrzej Siewior
2017-11-06iommu/mediatek: Fix driver nameMatthias Brugger
2017-11-06iommu/ipmmu-vmsa: Hook up r8a7795 DT matching codeMagnus Damm
2017-11-06iommu/ipmmu-vmsa: Allow two bit SL0Magnus Damm
2017-11-06iommu/ipmmu-vmsa: Make IMBUSCTR setup optionalMagnus Damm
2017-11-06iommu/ipmmu-vmsa: Write IMCTR twiceMagnus Damm
2017-11-06iommu/ipmmu-vmsa: IPMMU device is 40-bit bus masterMagnus Damm
2017-11-06iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()Magnus Damm
2017-11-06iommu/ipmmu-vmsa: Enable multi context supportMagnus Damm
2017-11-06iommu/ipmmu-vmsa: Add optional root device featureMagnus Damm
2017-11-06iommu/ipmmu-vmsa: Introduce features, break out aliasMagnus Damm
2017-11-06iommu/ipmmu-vmsa: Unify ipmmu_opsRobin Murphy
2017-11-06iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_privRobin Murphy
2017-11-06iommu/ipmmu-vmsa: Simplify group allocationRobin Murphy
2017-11-06iommu/ipmmu-vmsa: Unify domain alloc/freeRobin Murphy
2017-11-06iommu/ipmmu-vmsa: Fix return value check in ipmmu_find_group_dma()weiyongjun (A)