index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2019-10-30
iommu/vt-d: Fix panic after kexec -p for kdump
John Donnelly
1
-1
/
+1
2019-10-30
iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41
Takashi Iwai
1
-0
/
+13
2019-10-30
iommu/ipmmu-vmsa: Remove dev_err() on platform_get_irq() failure
YueHaibing
1
-3
/
+1
2019-10-26
Merge tag 'dma-mapping-5.4-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+9
2019-10-18
iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMU
Arvind Sankar
1
-1
/
+9
2019-10-18
iommu/amd: Check PM_LEVEL_SIZE() condition in locked section
Joerg Roedel
1
-3
/
+4
2019-10-15
iommu/amd: Fix incorrect PASID decoding from event log
Suthikulpanit, Suravee
2
-4
/
+5
2019-10-15
iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatory
Geert Uytterhoeven
1
-2
/
+1
2019-10-15
iommu/rockchip: Don't use platform_get_irq to implicitly count irqs
Heiko Stuebner
1
-5
/
+14
2019-10-01
iommu/io-pgtable-arm: Support all Mali configurations
Robin Murphy
1
-1
/
+6
2019-10-01
iommu/io-pgtable-arm: Correct Mali attributes
Robin Murphy
1
-13
/
+40
2019-10-01
iommu/arm-smmu: Free context bitmap in the err path of arm_smmu_init_domain_c...
Liu Xiang
1
-0
/
+1
2019-09-29
Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-94
/
+139
2019-09-28
iommu/amd: Lock code paths traversing protection_domain->dev_list
Joerg Roedel
1
-1
/
+24
2019-09-28
iommu/amd: Lock dev_data in attach/detach code paths
Joerg Roedel
2
-0
/
+12
2019-09-28
iommu/amd: Check for busy devices earlier in attach_device()
Joerg Roedel
1
-18
/
+7
2019-09-28
iommu/amd: Take domain->lock for complete attach/detach path
Joerg Roedel
1
-39
/
+26
2019-09-28
iommu/amd: Remove amd_iommu_devtable_lock
Joerg Roedel
1
-17
/
+6
2019-09-28
iommu/amd: Remove domain->updated
Joerg Roedel
2
-25
/
+25
2019-09-24
iommu/amd: Wait for completion of IOTLB flush in attach_device
Filippo Sironi
1
-0
/
+2
2019-09-24
iommu/amd: Unmap all L7 PTEs when downgrading page-sizes
Andrei Dulea
1
-3
/
+27
2019-09-24
iommu/amd: Introduce first_pte_l7() helper
Andrei Dulea
1
-11
/
+29
2019-09-24
iommu/amd: Fix downgrading default page-sizes in alloc_pte()
Andrei Dulea
1
-1
/
+2
2019-09-24
iommu/amd: Fix pages leak in free_pagetable()
Andrei Dulea
1
-1
/
+1
2019-09-19
Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-15
/
+18
2019-09-18
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-14
/
+4
2019-09-17
Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-09-14
iommu: pass cell_count = -1 to of_for_each_phandle with cells_name
Uwe Kleine-König
2
-2
/
+2
2019-09-11
Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...
Joerg Roedel
35
-1269
/
+3104
2019-09-11
iommu/vt-d: Declare Broadwell igfx dmar support snafu
Chris Wilson
1
-9
/
+35
2019-09-11
iommu/vt-d: Add Scalable Mode fault information
Kyung Min Park
1
-4
/
+73
2019-09-11
iommu/vt-d: Use bounce buffer for untrusted devices
Lu Baolu
1
-0
/
+258
2019-09-11
iommu/vt-d: Add trace events for device dma map/unmap
Lu Baolu
3
-3
/
+25
2019-09-11
iommu/vt-d: Don't switch off swiotlb if bounce page is used
Lu Baolu
2
-15
/
+18
2019-09-11
iommu/vt-d: Check whether device requires bounce buffer
Lu Baolu
1
-0
/
+7
2019-09-06
iommu/omap: Mark pm functions __maybe_unused
Arnd Bergmann
1
-2
/
+2
2019-09-06
iommu/amd: Fix race in increase_address_space()
Joerg Roedel
1
-5
/
+11
2019-09-06
iommu/amd: Flush old domains in kdump kernel
Stuart Hayes
1
-0
/
+24
2019-09-05
iommu/ipmmu-vmsa: Disable cache snoop transactions on R-Car Gen3
Hai Nguyen Pham
1
-33
/
+38
2019-09-05
iommu/ipmmu-vmsa: Move IMTTBCR_SL0_TWOBIT_* to restore sort order
Geert Uytterhoeven
1
-4
/
+3
2019-09-04
dma-mapping: introduce a dma_common_find_pages helper
Christoph Hellwig
1
-12
/
+3
2019-09-04
dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
Christoph Hellwig
1
-3
/
+3
2019-09-04
dma-mapping: explicitly wire up ->mmap and ->get_sgtable
Christoph Hellwig
2
-0
/
+4
2019-09-03
iommu: Don't use sme_active() in generic code
Joerg Roedel
1
-2
/
+2
2019-09-03
iommu/vt-d: Remove global page flush support
Jacob Pan
1
-21
/
+15
2019-09-03
iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATS
YueHaibing
1
-0
/
+7
2019-09-03
iommu/dma: add a new dma_map_ops of get_merge_boundary()
Yoshihiro Shimoda
1
-0
/
+8
2019-08-30
iommu/qcom: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+3
2019-08-30
iommu: Remove wrong default domain comments
Tom Murphy
1
-3
/
+1
[next]