index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
iommu/vt-d: Add cache tag assignment interface
Lu Baolu
6
-9
/
+295
2024-04-26
iommu/vt-d: Remove caching mode check before device TLB flush
Lu Baolu
1
-7
/
+2
2024-04-26
iommu/vt-d: Remove private data use in fault message
Jingqi Liu
2
-61
/
+15
2024-04-26
iommu/vt-d: Remove debugfs use of private data field
Jingqi Liu
3
-17
/
+0
2024-04-26
iommu/vt-d: Allocate DMAR fault interrupts locally
Dimitri Sivanich
1
-2
/
+7
2024-04-26
iommu/vt-d: Use try_cmpxchg64{,_local}() in iommu.c
Uros Bizjak
1
-4
/
+5
2024-04-26
iommu/vt-d: Remove redundant assignment to variable err
Colin Ian King
1
-1
/
+0
2024-04-15
iommu/vt-d: add wrapper functions for page allocations
Pasha Tatashin
6
-63
/
+47
2024-04-12
iommu: Pass domain to remove_dev_pasid() op
Yi Liu
1
-8
/
+3
2024-04-12
iommu/vt-d: Fix WARN_ON in iommu probe path
Lu Baolu
1
-4
/
+7
2024-04-12
iommu/vt-d: Allocate local memory for page request queue
Jacob Pan
1
-1
/
+1
2024-04-12
iommu/vt-d: Fix wrong use of pasid config
Xuchun Shang
1
-1
/
+1
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2024-03-08
Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...
Joerg Roedel
9
-250
/
+426
2024-03-08
iommu: Fix compilation without CONFIG_IOMMU_INTEL
Bert Karwatzki
1
-0
/
+2
2024-03-06
iommu/vt-d: Remove scalabe mode in domain_context_clear_one()
Lu Baolu
1
-14
/
+1
2024-03-06
iommu/vt-d: Remove scalable mode context entry setup from attach_dev
Lu Baolu
1
-112
/
+44
2024-03-06
iommu/vt-d: Setup scalable mode context entry in probe path
Lu Baolu
3
-0
/
+151
2024-03-06
iommu/vt-d: Fix NULL domain on device release
Lu Baolu
3
-25
/
+71
2024-03-06
iommu/vt-d: Improve ITE fault handling if target device isn't present
Ethan Zhao
1
-0
/
+22
2024-03-06
iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected
Ethan Zhao
1
-0
/
+3
2024-03-01
iommu/vt-d: Use device rbtree in iopf reporting path
Lu Baolu
4
-8
/
+15
2024-03-01
iommu/vt-d: Use rbtree to track iommu probed devices
Lu Baolu
3
-3
/
+96
2024-03-01
iommu/vt-d: Merge intel_svm_bind_mm() into its caller
Tina Zhang
1
-11
/
+3
2024-03-01
iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head
Tina Zhang
1
-1
/
+0
2024-03-01
iommu/vt-d: Remove treatment for revoking PASIDs with pending page faults
Tina Zhang
1
-7
/
+0
2024-03-01
iommu/vt-d: Use kcalloc() instead of kzalloc()
Erick Archer
1
-1
/
+1
2024-03-01
iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
Lu Baolu
2
-15
/
+0
2024-02-21
iommu/vt-d: Fix constant-out-of-range warning
Arnd Bergmann
1
-1
/
+1
2024-02-21
iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
Yi Liu
1
-0
/
+2
2024-02-21
iommu/vt-d: Add missing dirty tracking set for parent domain
Yi Liu
1
-0
/
+35
2024-02-21
iommu/vt-d: Wrap the dirty tracking loop to be a helper
Yi Liu
1
-11
/
+24
2024-02-21
iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()
Yi Liu
3
-7
/
+4
2024-02-21
iommu/vt-d: Add missing device iotlb flush for parent domain
Yi Liu
1
-0
/
+18
2024-02-21
iommu/vt-d: Update iotlb in nested domain attach
Yi Liu
3
-3
/
+4
2024-02-21
iommu/vt-d: Add missing iotlb flush for parent domain
Yi Liu
1
-0
/
+31
2024-02-21
iommu/vt-d: Add __iommu_flush_iotlb_psi()
Yi Liu
1
-35
/
+43
2024-02-21
iommu/vt-d: Track nested domains in parent
Yi Liu
3
-5
/
+31
2024-02-20
treewide: replace or remove redundant def_bool in Kconfig files
Masahiro Yamada
1
-1
/
+1
2024-02-16
iommu: Make iommu_report_device_fault() return void
Lu Baolu
1
-12
/
+7
2024-02-16
iommu: Make iopf_group_response() return void
Lu Baolu
2
-18
/
+4
2024-02-16
iommu: Improve iopf_queue_remove_device()
Lu Baolu
1
-6
/
+1
2024-02-16
iommu: Separate SVA and IOPF
Lu Baolu
3
-2
/
+1
2024-02-16
iommu: Merge iommu_fault_event and iopf_fault
Lu Baolu
2
-4
/
+3
2024-02-16
iommu: Remove iommu_[un]register_device_fault_handler()
Lu Baolu
1
-17
/
+7
2024-01-18
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+88
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-532
/
+422
2024-01-11
iommu/vt-d: Add iotlb flush for nested domain
Lu Baolu
1
-0
/
+88
2024-01-08
Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-01-03
Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...
Joerg Roedel
6
-532
/
+422
[prev]
[next]