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