summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel
2018-03-29iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy
2018-03-29iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen
2018-03-29iommu/rockchip: Add runtime PM supportJeffy Chen
2018-03-29iommu/rockchip: Fix error handling in initJeffy Chen
2018-03-29iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen
2018-03-29iommu/rockchip: Use IOMMU device for dma mapping operationsJeffy Chen
2018-03-29dt-bindings: iommu/rockchip: Add clock propertyJeffy Chen
2018-03-29iommu/rockchip: Control clocks needed to access the IOMMUTomasz Figa
2018-03-29iommu/rockchip: Fix TLB flush of secondary IOMMUsTomasz Figa
2018-03-29iommu/rockchip: Use iopoll helpers to wait for hardwareTomasz Figa
2018-03-29iommu/rockchip: Fix error handling in attachTomasz Figa
2018-03-29iommu/rockchip: Request irqs in rk_iommu_probe()Jeffy Chen
2018-03-29iommu/rockchip: Fix error handling in probeJeffy Chen
2018-03-29iommu/rockchip: Prohibit unbind and removeJeffy Chen
2018-03-29iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior
2018-03-29iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior
2018-03-29iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior
2018-03-29iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior
2018-03-29iommu/vt-d:Remove unused variableShaokun Zhang
2018-03-29Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2018-03-27iommu/arm-smmu-v3: Support 52-bit virtual addressRobin Murphy
2018-03-27iommu/arm-smmu-v3: Support 52-bit physical addressRobin Murphy
2018-03-27iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up queue definitionsRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up table definitionsRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up register definitionsRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up address maskingRobin Murphy
2018-03-27iommu/arm-smmu-v3: limit reporting of MSI allocation failuresNate Watterson
2018-03-27iommu/arm-smmu-v3: Warn about missing IRQsRobin Murphy
2018-03-25Linux 4.16-rc7Linus Torvalds
2018-03-25Merge tag 'dmaengine-fix-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-03-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-03-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds
2018-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2018-03-24Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman
2018-03-24Merge tag 'pinctrl-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski
2018-03-23x86/efi: Free efi_pgd with free_pages()Waiman Long