index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-01
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
22
-768
/
+1993
2025-03-28
iommufd: Test attach before detaching pasid
Yi Liu
1
-0
/
+7
2025-03-28
iommu: Convert unreachable() to BUG()
Josh Poimboeuf
1
-2
/
+2
2025-03-28
iommufd: Balance veventq->num_events inc/dec
Yi Liu
1
-1
/
+2
2025-03-28
iommufd: Initialize the flags of vevent in iommufd_viommu_report_event()
Yi Liu
1
-1
/
+1
2025-03-28
iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
Yi Liu
1
-1
/
+33
2025-03-26
Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
30
-734
/
+926
2025-03-25
Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+4
2025-03-25
iommufd/selftest: Add test ops to test pasid attach/detach
Yi Liu
2
-0
/
+188
2025-03-25
iommufd/selftest: Add a helper to get test device
Yi Liu
1
-13
/
+23
2025-03-25
iommufd/selftest: Add set_dev_pasid in mock iommu
Yi Liu
2
-5
/
+36
2025-03-25
iommufd: Allow allocating PASID-compatible domain
Yi Liu
1
-3
/
+4
2025-03-25
iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID support
Yi Liu
2
-2
/
+3
2025-03-25
iommufd: Enforce PASID-compatible domain for RID
Yi Liu
1
-4
/
+22
2025-03-25
iommufd: Support pasid attach/replace
Yi Liu
2
-26
/
+41
2025-03-25
iommufd: Enforce PASID-compatible domain in PASID path
Yi Liu
3
-0
/
+21
2025-03-25
iommufd/device: Add pasid_attach array to track per-PASID attach
Yi Liu
2
-20
/
+41
2025-03-25
iommufd/device: Replace device_list with device_array
Yi Liu
1
-19
/
+39
2025-03-25
iommufd/device: Wrap igroup->hwpt and igroup->device_list into attach struct
Yi Liu
2
-23
/
+58
2025-03-25
iommufd/device: Add helper to detect the first attach of a group
Yi Liu
1
-2
/
+9
2025-03-25
iommufd/device: Replace idev->igroup with local variable
Yi Liu
1
-20
/
+23
2025-03-25
iommufd/device: Only add reserved_iova in non-pasid path
Yi Liu
1
-6
/
+8
2025-03-25
iommufd: Pass @pasid through the device attach/replace path
Yi Liu
3
-39
/
+52
2025-03-25
iommu: Introduce a replace API for device pasid
Yi Liu
2
-4
/
+114
2025-03-25
iommu: Require passing new handles to APIs supporting handle
Yi Liu
1
-0
/
+9
2025-03-25
iommu: Drop sw_msi from iommu_domain
Nicolin Chen
4
-17
/
+27
2025-03-25
iommufd: Move iommufd_sw_msi and related functions to driver.c
Nicolin Chen
5
-126
/
+153
2025-03-25
iommu: Sort out domain user data
Robin Murphy
5
-93
/
+128
2025-03-20
hyperv: Log hypercall status codes as strings
Nuno Das Neves
1
-2
/
+2
2025-03-20
Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...
Joerg Roedel
30
-734
/
+926
2025-03-20
iommu/vt-d: Fix possible circular locking dependency
Lu Baolu
1
-0
/
+2
2025-03-20
iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changes
Sean Christopherson
1
-10
/
+15
2025-03-20
iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabled
Sean Christopherson
1
-6
/
+13
2025-03-20
iommu: apple-dart: fix potential null pointer deref
Qasim Ijaz
1
-3
/
+2
2025-03-20
iommu/rockchip: Retire global dma_dev workaround
Robin Murphy
1
-21
/
+13
2025-03-20
iommu/rockchip: Register in a sensible order
Robin Murphy
1
-11
/
+10
2025-03-20
iommu/rockchip: Allocate per-device data sensibly
Robin Murphy
1
-3
/
+3
2025-03-18
iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
Nicolin Chen
3
-2
/
+5
2025-03-18
iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
Nicolin Chen
3
-25
/
+57
2025-03-18
iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
Nicolin Chen
3
-1
/
+86
2025-03-18
iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
Nicolin Chen
2
-0
/
+40
2025-03-18
iommufd/selftest: Require vdev_id when attaching to a nested domain
Nicolin Chen
1
-0
/
+24
2025-03-18
iommufd/viommu: Add iommufd_viommu_report_event helper
Nicolin Chen
1
-0
/
+48
2025-03-18
iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
Nicolin Chen
1
-0
/
+24
2025-03-18
iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
Nicolin Chen
4
-1
/
+299
2025-03-17
iommufd: Rename fault.c to eventq.c
Nicolin Chen
2
-1
/
+1
2025-03-17
iommufd: Abstract an iommufd_eventq from iommufd_fault
Nicolin Chen
3
-63
/
+82
2025-03-17
iommufd/fault: Add an iommufd_fault_init() helper
Nicolin Chen
1
-28
/
+42
2025-03-17
iommufd/fault: Move two fault functions out of the header
Nicolin Chen
2
-25
/
+25
[next]