index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
iommu/vt-d: Add common code for dmar latency performance monitors
Lu Baolu
4
-0
/
+243
2021-06-10
iommu/vt-d: Add prq_report trace event
Lu Baolu
1
-0
/
+7
2021-06-10
iommu/vt-d: Report prq to io-pgfault framework
Lu Baolu
2
-81
/
+17
2021-06-10
iommu/vt-d: Allocate/register iopf queue for sva devices
Lu Baolu
2
-26
/
+77
2021-06-10
iommu/vt-d: Refactor prq_event_thread()
Lu Baolu
1
-103
/
+136
2021-06-10
iommu/vt-d: Use common helper to lookup svm devices
Lu Baolu
1
-28
/
+40
2021-06-10
iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpers
Lu Baolu
3
-162
/
+120
2021-06-10
iommu/vt-d: Add pasid private data helpers
Lu Baolu
1
-21
/
+41
2021-06-10
iommu/vt-d: Support asynchronous IOMMU nested capabilities
Lu Baolu
1
-1
/
+8
2021-06-10
iommu/vt-d: Select PCI_ATS explicitly
Lu Baolu
1
-0
/
+1
2021-06-10
iommu/vt-d: Tweak the description of a DMA fault
Lu Baolu
1
-8
/
+15
2021-06-10
iommu/vt-d: Fix kernel-doc syntax in file header
Aditya Srivastava
1
-1
/
+1
2021-06-10
iommu/vt-d: Remove redundant assignment to variable agaw
Colin Ian King
1
-1
/
+1
2021-05-27
iommu/vt-d: Fix sysfs leak in alloc_iommu()
Rolf Eike Beer
1
-1
/
+3
2021-05-19
iommu/vt-d: Use user privilege for RID2PASID translation
Lu Baolu
2
-3
/
+7
2021-05-19
iommu/vt-d: Check for allocation failure in aux_detach_device()
Dan Carpenter
1
-0
/
+2
2021-05-05
Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-1
/
+2
2021-04-16
iommu: Streamline registration interface
Robin Murphy
2
-5
/
+2
2021-04-16
Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into next
Joerg Roedel
6
-199
/
+264
2021-04-15
iommu/vt-d: Force to flush iotlb before creating superpage
Longpeng(Mike)
1
-14
/
+38
2021-04-15
iommu/vt-d: Fix an error handling path in 'intel_prepare_irq_remapping()'
Christophe JAILLET
1
-1
/
+1
2021-04-15
iommu/vt-d: Fix build error of pasid_enable_wpe() with !X86
Lu Baolu
1
-0
/
+2
2021-04-07
iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardown
Lu Baolu
1
-0
/
+3
2021-04-07
iommu/vt-d: Invalidate PASID cache when root/context entry changed
Lu Baolu
1
-9
/
+9
2021-04-07
iommu/vt-d: Remove WO permissions on second-level paging entries
Lu Baolu
1
-1
/
+2
2021-04-07
iommu/vt-d: Report the right page fault address
Lu Baolu
1
-1
/
+1
2021-04-07
iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
Robin Murphy
1
-52
/
+12
2021-04-07
iommu: remove DOMAIN_ATTR_NESTING
Christoph Hellwig
1
-22
/
+9
2021-04-07
iommu/vt-d: Support IOMMU_DEV_FEAT_IOPF
Jean-Philippe Brucker
1
-3
/
+8
2021-04-07
iommu/vt-d: Report right snoop capability when using FL for IOVA
Lu Baolu
3
-1
/
+28
2021-04-07
iommu/vt-d: Remove IOVA domain rcache flushing for CPU offlining
John Garry
1
-31
/
+0
2021-04-07
iommu/vt-d: Make unnecessarily global functions static
Lu Baolu
2
-4
/
+2
2021-04-07
iommu/vt-d: Remove unused function declarations
Lu Baolu
1
-3
/
+0
2021-04-07
iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASID
Lu Baolu
1
-22
/
+18
2021-04-07
iommu/vt-d: Remove svm_dev_ops
Lu Baolu
1
-14
/
+1
2021-04-07
iommu/vt-d: Don't set then clear private data in prq_event_thread()
Lu Baolu
1
-2
/
+2
2021-04-07
iommu/vt-d: Fix lockdep splat in intel_pasid_get_entry()
Lu Baolu
1
-8
/
+13
2021-03-22
iommu/vt-d: Use Real PCI DMA device for IRTE
Jon Derrick
1
-1
/
+2
2021-03-18
iommu/vt-d: Calculate and set flags for handle_mm_fault
Jacob Pan
1
-3
/
+6
2021-03-18
iommu/vt-d: Reject unsupported page request modes
Jacob Pan
1
-1
/
+11
2021-03-18
iommu/vt-d: Enable write protect propagation from guest
Jacob Pan
1
-0
/
+3
2021-03-18
iommu/vt-d: Enable write protect for supervisor SVM
Jacob Pan
1
-0
/
+26
2021-03-18
iommu/vt-d: Report more information about invalidation errors
Lu Baolu
1
-4
/
+64
2021-03-18
iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the device
Kyung Min Park
1
-0
/
+3
2021-03-18
iommu/dma: Resurrect the "forcedac" option
Robin Murphy
1
-3
/
+2
2021-03-04
iommu/vt-d: Fix status code for Allocate/Free PASID command
Zenghui Yu
1
-2
/
+2
2021-02-12
Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into next
Joerg Roedel
8
-175
/
+549
2021-02-04
iommu/vt-d: Parse SATC reporting structure
Yian Chen
2
-0
/
+97
2021-02-04
iommu/vt-d: Add iotlb_sync_map callback
Lu Baolu
1
-30
/
+60
2021-02-04
iommu/vt-d: Move capability check code to cap_audit files
Kyung Min Park
3
-74
/
+42
[prev]
[next]