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
2022-09-21
iommu/vt-d: Check correct capability for sagaw determination
Yi Liu
1
-1
/
+1
2022-09-21
Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"
Lu Baolu
2
-9
/
+25
2022-09-11
iommu: Fix false ownership failure on AMD systems with PASID activated
Jason Gunthorpe
2
-2
/
+21
2022-09-11
iommu/vt-d: Fix possible recursive locking in intel_iommu_init()
Lu Baolu
2
-25
/
+9
2022-09-07
iommu/virtio: Fix interaction with VFIO
Jean-Philippe Brucker
1
-0
/
+11
2022-09-07
iommu/vt-d: Fix lockdep splat due to klist iteration in atomic context
Lu Baolu
1
-28
/
+19
2022-09-07
iommu/vt-d: Fix recursive lock issue in iommu_flush_dev_iotlb()
Lu Baolu
1
-16
/
+23
2022-09-07
iommu/vt-d: Correctly calculate sagaw value of IOMMU
Lu Baolu
1
-3
/
+25
2022-09-07
iommu/vt-d: Fix kdump kernels boot failure with scalable mode
Lu Baolu
2
-59
/
+50
2022-09-07
iommu/amd: use full 64-bit value in build_completion_wait()
John Sperbeck
1
-1
/
+2
2022-08-23
Revert "iommu/of: Delete usage of driver_deferred_probe_check_state()"
Saravana Kannan
1
-1
/
+1
2022-08-18
Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Thomas Gleixner
1
-3
/
+1
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-08-06
Revert "iommu/dma: Add config for PCI SAC address trick"
Linus Torvalds
2
-27
/
+1
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
3
-14
/
+100
2022-08-06
Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
43
-1379
/
+2993
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-08-04
iommu/hyper-v: Use helper instead of directly accessing affinity
Michael Kelley
1
-3
/
+1
2022-08-01
Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-07-29
Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...
Joerg Roedel
43
-1379
/
+2993
2022-07-29
iommu/amd: Fix compile warning in init code
Joerg Roedel
1
-6
/
+3
2022-07-29
iommu/amd: Add support for AVIC when SNP is enabled
Suravee Suthikulpanit
2
-1
/
+17
2022-07-29
iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) Enablement
Suravee Suthikulpanit
1
-30
/
+55
2022-07-26
iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
Logan Gunthorpe
1
-14
/
+85
2022-07-26
iommu: Explicitly skip bus address marked segments in __iommu_map_sg()
Logan Gunthorpe
1
-0
/
+4
2022-07-22
drivers: iommu: fix clang -wformat warning
Justin Stitt
1
-1
/
+1
2022-07-19
iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loop
Liang He
1
-2
/
+5
2022-07-19
iommu/arm-smmu-qcom: Add SM6375 SMMU compatible
Konrad Dybcio
1
-0
/
+1
2022-07-19
dma-iommu: add iommu_dma_opt_mapping_size()
John Garry
2
-0
/
+11
2022-07-15
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
1
-1
/
+1
2022-07-15
iommu/amd: Do not support IOMMUv2 APIs when SNP is enabled
Suravee Suthikulpanit
1
-1
/
+6
2022-07-15
iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabled
Suravee Suthikulpanit
1
-0
/
+7
2022-07-15
iommu/amd: Set translation valid bit only when IO page tables are in use
Suravee Suthikulpanit
2
-3
/
+16
2022-07-15
iommu/amd: Introduce function to check and enable SNP
Brijesh Singh
2
-0
/
+44
2022-07-15
iommu/amd: Globally detect SNP support
Suravee Suthikulpanit
1
-2
/
+5
2022-07-15
iommu/amd: Process all IVHDs before enabling IOMMU features
Suravee Suthikulpanit
1
-6
/
+19
2022-07-15
iommu/amd: Introduce global variable for storing common EFR and EFR2
Suravee Suthikulpanit
2
-8
/
+40
2022-07-15
iommu/amd: Introduce Support for Extended Feature 2 Register
Suravee Suthikulpanit
2
-8
/
+20
2022-07-15
iommu/amd: Change macro for IOMMU control register bit shift to decimal value
Suravee Suthikulpanit
1
-21
/
+21
2022-07-15
iommu/exynos: Enable default VM instance on SysMMU v7
Sam Protsenko
1
-0
/
+16
2022-07-15
iommu/exynos: Add SysMMU v7 register set
Sam Protsenko
1
-3
/
+47
2022-07-15
iommu/exynos: Abstract non-common registers on different variants
Sam Protsenko
1
-40
/
+60
2022-07-15
iommu/exynos: Set correct dma mask for SysMMU v5+
Sam Protsenko
1
-0
/
+10
2022-07-15
iommu/exynos: Handle failed IOMMU device registration properly
Sam Protsenko
1
-1
/
+5
2022-07-15
iommu/exynos: Reuse SysMMU constants for page size and order
Sam Protsenko
1
-2
/
+2
2022-07-15
iommu/mediatek: Log with dev_err_probe when failing to parse dts
NĂcolas F. R. A. Prado
1
-1
/
+1
2022-07-15
iommu/vt-d: Remove global g_iommus array
Lu Baolu
1
-44
/
+0
2022-07-15
iommu/vt-d: Remove unnecessary check in intel_iommu_add()
Lu Baolu
1
-3
/
+0
2022-07-15
iommu/vt-d: Refactor iommu information of each domain
Lu Baolu
4
-63
/
+93
2022-07-15
iommu/vt-d: Use IDA interface to manage iommu sequence id
Lu Baolu
1
-27
/
+8
[next]