summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAge
* Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-08
|\
| *-------. Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2018-01-17
| |\ \ \ \ \
| | | | | | * iommu: Clean up of_iommu_init_fnRobin Murphy2018-01-17
| | | | | | * iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hookRobin Murphy2018-01-17
| | | | | | * iommu/msm: Claim bus ops on probeRobin Murphy2018-01-17
| | | | | | * iommu: Check the result of iommu_group_get() for NULLJordan Crouse2017-12-20
| | |_|_|_|/ | |/| | | |
| | | | | * iommu/vt-d: Enable 5-level paging mode in the PASID entrySohil Mehta2018-01-17
| | | | | * iommu/vt-d: Add a check for 5-level paging supportSohil Mehta2018-01-17
| | | | | * iommu/vt-d: Add a check for 1GB page supportSohil Mehta2018-01-17
| | | | | * iommu/vt-d: Enable upto 57 bits of domain address widthSohil Mehta2018-01-17
| | | | | * iommu/vt-d: Use domain instead of cache fetchingPeter Xu2018-01-17
| | | | | * iommu/vt-d: clean up pr_irq if request_threaded_irq failsJerry Snitselaar2017-12-20
| | |_|_|/ | |/| | |
| | | | * iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook2017-12-20
| | | | * iommu/amd - Record more information about unknown eventsGary R Hook2017-12-20
| | |_|/ | |/| |
| | | * iommu/exynos: Don't unconditionally steal bus opsRobin Murphy2018-01-17
| | * | iommu/omap: Fix debugfs_create_*() usageGeert Uytterhoeven2018-01-17
| | |/
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-06
|\ \ \
| * | | iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-11
| |/ /
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-01
|\ \ \
| * \ \ Merge tag 'tegra-for-4.16-memory' of ssh://gitolite.kernel.org/pub/scm/linux/...Arnd Bergmann2017-12-21
| |\ \ \ | | |/ / | |/| |
| | * | iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get()Wei Yongjun2017-12-20
| | * | iommu/tegra: Allow devices to be groupedThierry Reding2017-12-15
* | | | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-31
* | | | ia64: clean up swiotlb supportChristoph Hellwig2018-01-15
| |_|/ |/| |
* | | iommu/arm-smmu-v3: Cope with duplicated Stream IDsRobin Murphy2018-01-02
* | | iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker2018-01-02
* | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-29
|/ /
* | Merge tag 'iommu-v4.15-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-12-06
|\ \ | |/ |/|
| * iommu/vt-d: Fix scatterlist offset handlingRobin Murphy2017-11-17
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
|/
* Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-11-14
|\
| *-----. Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-...Alex Williamson2017-11-13
| |\ \ \ \
| | | | | * iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fqSebastian Andrzej Siewior2017-11-06
| | | | * | iommu/ipmmu-vmsa: Hook up r8a7795 DT matching codeMagnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Allow two bit SL0Magnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Make IMBUSCTR setup optionalMagnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Write IMCTR twiceMagnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: IPMMU device is 40-bit bus masterMagnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()Magnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Enable multi context supportMagnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Add optional root device featureMagnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Introduce features, break out aliasMagnus Damm2017-11-06
| | | | * | iommu/ipmmu-vmsa: Unify ipmmu_opsRobin Murphy2017-11-06
| | | | * | iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_privRobin Murphy2017-11-06
| | | | * | iommu/ipmmu-vmsa: Simplify group allocationRobin Murphy2017-11-06
| | | | * | iommu/ipmmu-vmsa: Unify domain alloc/freeRobin Murphy2017-11-06
| | | | * | iommu/ipmmu-vmsa: Fix return value check in ipmmu_find_group_dma()weiyongjun (A)2017-11-06
| | | | |/
| | | * | iommu/vt-d: Clear pasid table entry when memory unboundLu Baolu2017-11-03
| | | * | iommu/vt-d: Clear Page Request Overflow fault bitLu Baolu2017-11-03
| | | * | iommu/vt-d: Missing checks for pasid tables if allocation failsLu Baolu2017-11-03
| | | |/