index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
iommu: rockchip: fix building without CONFIG_OF
Arnd Bergmann
1
-1
/
+1
2018-05-03
iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()
Joerg Roedel
1
-1
/
+1
2018-05-03
iommu/vt-d: fix shift-out-of-bounds in bug checking
Changbin Du
1
-1
/
+1
2018-05-03
iommu/dma: Move PCI window region reservation back into dma specific path.
Shameer Kolothum
1
-29
/
+25
2018-05-03
iommu/rockchip: Make clock handling optional
Heiko Stuebner
1
-1
/
+8
2018-05-03
iommu/amd: Hide unused iommu_table_lock
Arnd Bergmann
1
-1
/
+1
2018-05-03
iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
Jagannathan Raman
1
-1
/
+1
2018-04-12
Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-834
/
+868
2018-04-06
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2
-1
/
+1
2018-04-03
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-97
/
+45
2018-04-02
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2018-03-29
Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...
Joerg Roedel
16
-699
/
+679
2018-03-29
iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_t
Robin Murphy
1
-1
/
+1
2018-03-29
iommu/rockchip: Support sharing IOMMU between masters
Jeffy Chen
1
-2
/
+20
2018-03-29
iommu/rockchip: Add runtime PM support
Jeffy Chen
1
-52
/
+129
2018-03-29
iommu/rockchip: Fix error handling in init
Jeffy Chen
1
-13
/
+2
2018-03-29
iommu/rockchip: Use OF_IOMMU to attach devices automatically
Jeffy Chen
1
-95
/
+40
2018-03-29
iommu/rockchip: Use IOMMU device for dma mapping operations
Jeffy Chen
1
-61
/
+24
2018-03-29
iommu/rockchip: Control clocks needed to access the IOMMU
Tomasz Figa
1
-3
/
+47
2018-03-29
iommu/rockchip: Fix TLB flush of secondary IOMMUs
Tomasz Figa
1
-5
/
+7
2018-03-29
iommu/rockchip: Use iopoll helpers to wait for hardware
Tomasz Figa
1
-36
/
+39
2018-03-29
iommu/rockchip: Fix error handling in attach
Tomasz Figa
1
-4
/
+4
2018-03-29
iommu/rockchip: Request irqs in rk_iommu_probe()
Jeffy Chen
1
-29
/
+9
2018-03-29
iommu/rockchip: Fix error handling in probe
Jeffy Chen
1
-0
/
+2
2018-03-29
iommu/rockchip: Prohibit unbind and remove
Jeffy Chen
1
-20
/
+1
2018-03-29
iommu/amd: Return proper error code in irq_remapping_alloc()
Sebastian Andrzej Siewior
1
-2
/
+2
2018-03-29
iommu/amd: Make amd_iommu_devtable_lock a spin_lock
Sebastian Andrzej Siewior
1
-7
/
+7
2018-03-29
iommu/amd: Drop the lock while allocating new irq remap table
Sebastian Andrzej Siewior
1
-18
/
+45
2018-03-29
iommu/amd: Factor out setting the remap table for a devid
Sebastian Andrzej Siewior
1
-11
/
+12
2018-03-29
iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()
Sebastian Andrzej Siewior
1
-5
/
+5
2018-03-29
iommu/amd: Remove the special case from alloc_irq_table()
Sebastian Andrzej Siewior
1
-14
/
+20
2018-03-29
iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lock
Sebastian Andrzej Siewior
1
-2
/
+3
2018-03-29
iommu/amd: Split domain id out of amd_iommu_devtable_lock
Sebastian Andrzej Siewior
1
-7
/
+5
2018-03-29
iommu/amd: Turn dev_data_list into a lock less list
Sebastian Andrzej Siewior
2
-19
/
+11
2018-03-29
iommu/amd: Take into account that alloc_dev_data() may return NULL
Sebastian Andrzej Siewior
1
-0
/
+2
2018-03-29
iommu/vt-d:Remove unused variable
Shaokun Zhang
1
-5
/
+1
2018-03-27
iommu/arm-smmu-v3: Support 52-bit virtual address
Robin Murphy
1
-1
/
+9
2018-03-27
iommu/arm-smmu-v3: Support 52-bit physical address
Robin Murphy
1
-15
/
+20
2018-03-27
iommu/io-pgtable-arm: Support 52-bit physical address
Robin Murphy
1
-18
/
+49
2018-03-27
iommu/arm-smmu-v3: Clean up queue definitions
Robin Murphy
1
-73
/
+55
2018-03-27
iommu/arm-smmu-v3: Clean up table definitions
Robin Murphy
1
-90
/
+59
2018-03-27
iommu/arm-smmu-v3: Clean up register definitions
Robin Murphy
1
-97
/
+77
2018-03-27
iommu/arm-smmu-v3: Clean up address masking
Robin Murphy
1
-32
/
+21
2018-03-27
iommu/arm-smmu-v3: limit reporting of MSI allocation failures
Nate Watterson
1
-1
/
+6
2018-03-27
iommu/arm-smmu-v3: Warn about missing IRQs
Robin Murphy
1
-0
/
+6
2018-03-21
iommu/mediatek: Fix protect memory setting
Yong Wu
2
-5
/
+11
2018-03-20
iommu/vt-d: Use real PASID for flush in caching mode
Lu Baolu
1
-10
/
+6
2018-03-20
iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,f...
Christoph Hellwig
2
-46
/
+17
2018-03-20
iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()
Christoph Hellwig
2
-47
/
+22
2018-03-20
x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)
Christoph Hellwig
2
-4
/
+6
[next]