index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-27
iommu/amd: Fix GT feature enablement again
Vasant Hegde
1
-0
/
+1
2024-06-27
iommu/vt-d: Fix missed device TLB cache tag
Lu Baolu
1
-10
/
+10
2024-06-27
iommu/amd: Invalidate cache before removing device from domain list
Vasant Hegde
1
-6
/
+6
2024-06-13
iommu/amd: Fix panic accessing amd_iommu_enable_faulting
Dimitri Sivanich
1
-1
/
+1
2024-06-04
iommu/amd: Fix Invalid wait context issue
Vasant Hegde
2
-42
/
+28
2024-06-04
iommu/amd: Check EFR[EPHSup] bit before enabling PPR
Vasant Hegde
1
-1
/
+2
2024-06-04
iommu/amd: Fix workqueue name
Vasant Hegde
1
-2
/
+1
2024-06-04
iommu/dma: Fix domain init
Robin Murphy
1
-4
/
+4
2024-06-04
iommu/amd: Fix sysfs leak in iommu init
Kun(llfl)
1
-0
/
+9
2024-05-23
Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+7
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-7
/
+7
2024-05-22
iommu: virtio: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-31
/
+5
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-15
/
+19
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-05-18
Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
48
-1473
/
+3388
2024-05-15
Revert "iommu/vt-d: Enable PCI/IMS"
Bjorn Helgaas
1
-16
/
+3
2024-05-15
Revert "iommu/amd: Enable PCI/IMS"
Bjorn Helgaas
1
-15
/
+2
2024-05-14
Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+113
2024-05-13
Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...
Joerg Roedel
48
-1473
/
+3388
2024-05-10
iommu/arm-smmu-v3: Make the kunit into a module
Jason Gunthorpe
5
-2
/
+15
2024-05-10
iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()
Jason Gunthorpe
1
-3
/
+1
2024-05-07
iommu/dma: avoid expensive indirect calls for sync operations
Alexander Lobakin
1
-1
/
+2
2024-05-07
iommu/dma: fix zeroing of bounce buffer padding used by untrusted devices
Michael Kelley
1
-13
/
+16
2024-05-07
swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()
Michael Kelley
1
-1
/
+1
2024-05-06
iommu/amd: Enable Guest Translation after reading IOMMU feature register
Vasant Hegde
1
-2
/
+2
2024-05-06
iommu/vt-d: Decouple igfx_off from graphic identity mapping
Lu Baolu
1
-13
/
+6
2024-05-03
Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Joerg Roedel
11
-341
/
+1457
2024-05-03
iommu/amd: Fix compilation error
Andy Shevchenko
1
-0
/
+1
2024-05-01
iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry
Jason Gunthorpe
6
-27
/
+533
2024-05-01
iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
Jason Gunthorpe
2
-32
/
+18
2024-05-01
iommu/arm-smmu-v3: Move the CD generation for SVA into a function
Jason Gunthorpe
3
-132
/
+107
2024-05-01
iommu/arm-smmu-v3: Allocate the CD table entry in advance
Jason Gunthorpe
1
-16
/
+8
2024-05-01
iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()
Jason Gunthorpe
2
-23
/
+39
2024-05-01
iommu/arm-smmu-v3: Consolidate clearing a CD table entry
Jason Gunthorpe
3
-11
/
+18
2024-05-01
iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
Jason Gunthorpe
3
-29
/
+76
2024-05-01
iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
Jason Gunthorpe
1
-22
/
+67
2024-05-01
iommu/arm-smmu-v3: Add an ops indirection to the STE code
Jason Gunthorpe
1
-72
/
+104
2024-05-01
iommu/arm-smmu-qcom: Don't build debug features as a kernel module
Will Deacon
1
-1
/
+1
2024-04-30
iommu/vt-d: Enable posted mode for device MSIs
Jacob Pan
1
-4
/
+109
2024-04-30
iommu/vt-d: Make posted MSI an opt-in command line option
Jacob Pan
1
-1
/
+4
2024-04-26
Merge branch 'memory-observability' into x86/amd
Joerg Roedel
20
-198
/
+350
2024-04-26
Merge branch 'iommu/fixes' into x86/amd
Joerg Roedel
1
-0
/
+4
2024-04-26
iommu/amd: Add SVA domain support
Vasant Hegde
4
-3
/
+93
2024-04-26
iommu: Add ops->domain_alloc_sva()
Jason Gunthorpe
1
-5
/
+11
2024-04-26
iommu/amd: Initial SVA support for AMD IOMMU
Vasant Hegde
6
-6
/
+156
2024-04-26
iommu/amd: Add support for enable/disable IOPF
Vasant Hegde
4
-8
/
+77
2024-04-26
iommu/amd: Add IO page fault notifier handler
Wei Huang
2
-1
/
+107
2024-04-26
iommu/amd: Add support for page response
Suravee Suthikulpanit
3
-6
/
+13
[next]