index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-11
iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_device
Artem Savkov
1
-0
/
+7
2017-07-26
iommu/amd: Fix schedule-while-atomic BUG in initialization code
Joerg Roedel
1
-1
/
+1
2017-07-25
iommu/amd: Enable ga_log_intr when enabling guest_mode
Suravee Suthikulpanit
1
-0
/
+1
2017-07-20
iommu/io-pgtable: Sanitise map/unmap addresses
Robin Murphy
2
-0
/
+13
2017-07-20
iommu/arm-smmu: Fix the error path in arm_smmu_add_device
Vivek Gautam
1
-4
/
+3
2017-07-20
Revert "iommu/io-pgtable: Avoid redundant TLB syncs"
Robin Murphy
1
-8
/
+1
2017-07-20
iommu/mtk: Avoid redundant TLB syncs locally
Robin Murphy
2
-0
/
+7
2017-07-20
iommu/arm-smmu: Reintroduce locking around TLB sync operations
Will Deacon
1
-1
/
+10
2017-07-12
Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-527
/
+1134
2017-07-06
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-13
/
+28
2017-07-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-17
/
+36
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+3
2017-07-03
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
Linus Torvalds
1
-6
/
+5
2017-06-28
x86: remove arch specific dma_supported implementation
Christoph Hellwig
2
-0
/
+5
2017-06-28
iommu/amd: implement ->mapping_error
Christoph Hellwig
1
-5
/
+13
2017-06-28
Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...
Joerg Roedel
18
-527
/
+1134
2017-06-28
iommu/amd: Fix interrupt remapping when disable guest_mode
Suravee Suthikulpanit
1
-4
/
+2
2017-06-28
iommu/vt-d: Constify intel_dma_ops
Arvind Yadav
1
-1
/
+1
2017-06-28
iommu: Warn once when device_group callback returns NULL
Joerg Roedel
1
-0
/
+3
2017-06-28
iommu/omap: Return ERR_PTR in device_group call-back
Joerg Roedel
1
-1
/
+1
2017-06-28
iommu: Return ERR_PTR() values from device_group call-backs
Joerg Roedel
1
-12
/
+2
2017-06-28
iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()
Joerg Roedel
1
-10
/
+5
2017-06-28
iommu/vt-d: Don't disable preemption while accessing deferred_flush()
Sebastian Andrzej Siewior
1
-6
/
+2
2017-06-28
iommu/iova: Don't disable preempt around this_cpu_ptr()
Sebastian Andrzej Siewior
1
-6
/
+3
2017-06-28
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...
Joerg Roedel
6
-228
/
+445
2017-06-23
iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126
Geetha Sowjanya
1
-24
/
+70
2017-06-23
iommu/arm-smmu-v3: Enable ACPI based HiSilicon CMD_PREFETCH quirk(erratum 161...
shameer
1
-1
/
+11
2017-06-23
iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
Linu Cherian
1
-18
/
+50
2017-06-23
iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number defin...
Robert Richter
1
-0
/
+5
2017-06-23
iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing table
Will Deacon
2
-4
/
+12
2017-06-23
iommu/io-pgtable: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST with LPAE
Will Deacon
1
-1
/
+1
2017-06-23
iommu/arm-smmu-v3: Remove io-pgtable spinlock
Robin Murphy
1
-27
/
+6
2017-06-23
iommu/arm-smmu: Remove io-pgtable spinlock
Robin Murphy
1
-31
/
+14
2017-06-23
iommu/io-pgtable-arm-v7s: Support lockless operation
Robin Murphy
1
-21
/
+63
2017-06-23
iommu/io-pgtable-arm: Support lockless operation
Robin Murphy
1
-15
/
+57
2017-06-23
iommu/io-pgtable: Introduce explicit coherency
Robin Murphy
5
-12
/
+28
2017-06-23
iommu/io-pgtable-arm-v7s: Refactor split_blk_unmap
Robin Murphy
1
-40
/
+45
2017-06-23
iommu/io-pgtable-arm: Improve split_blk_unmap
Robin Murphy
1
-47
/
+67
2017-06-23
iommu/io-pgtable-arm-v7s: Check table PTEs more precisely
Robin Murphy
1
-1
/
+2
2017-06-23
iommu: arm-smmu: Handle return of iommu_device_register.
Arvind Yadav
1
-0
/
+4
2017-06-23
iommu: arm-smmu-v3: make of_device_ids const
Arvind Yadav
1
-1
/
+1
2017-06-23
iommu/arm-smmu: Plumb in new ACPI identifiers
Robin Murphy
1
-0
/
+16
2017-06-23
iommu/io-pgtable-arm-v7s: constify dummy_tlb_ops.
Arvind Yadav
1
-1
/
+1
2017-06-23
iommu/arm-smmu-v3: Increase CMDQ drain timeout value
Sunil Goutham
1
-2
/
+10
2017-06-22
iommu/amd: Use named irq domain interface
Thomas Gleixner
1
-3
/
+10
2017-06-22
iommu/vt-d: Use named irq domain interface
Thomas Gleixner
1
-6
/
+16
2017-06-22
iommu/vt-d: Add name to irq chip
Thomas Gleixner
1
-4
/
+5
2017-06-22
iommu/amd: Add name to irq chip
Thomas Gleixner
1
-4
/
+5
2017-06-22
iommu/amd: Free already flushed ring-buffer entries before full-check
Joerg Roedel
1
-3
/
+9
2017-06-22
iommu/amd: Remove amd_iommu_disabled check from amd_iommu_detect()
Joerg Roedel
1
-3
/
+0
[next]