index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iommufd
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
iommufd: Register iommufd mock devices with fwspec
Guixin Liu
1
-1
/
+1
2025-09-19
iommufd: WARN if an object is aborted with an elevated refcount
Jason Gunthorpe
3
-3
/
+7
2025-09-19
iommufd: Fix race during abort for file descriptors
Jason Gunthorpe
2
-10
/
+34
2025-09-19
iommufd: Fix refcounting race during mmap
Jason Gunthorpe
1
-6
/
+14
2025-08-18
iommufd: viommu: free memory allocated by kvcalloc() using kvfree()
Akhilesh Patil
1
-2
/
+2
2025-07-31
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Linus Torvalds
13
-189
/
+1052
2025-07-18
iommufd: Rename some shortterm-related identifiers
Xu Yilun
4
-33
/
+34
2025-07-18
iommufd/vdevice: Remove struct device reference from struct vdevice
Xu Yilun
2
-5
/
+8
2025-07-18
iommufd: Destroy vdevice on idevice destroy
Xu Yilun
4
-4
/
+113
2025-07-18
iommufd: Add a pre_destroy() op for objects
Xu Yilun
1
-0
/
+4
2025-07-18
iommufd: Add iommufd_object_tombstone_user() helper
Xu Yilun
2
-2
/
+45
2025-07-18
iommufd/viommu: Roll back to use iommufd_object_alloc() for vdevice
Xu Yilun
1
-4
/
+10
2025-07-17
iommufd: Prevent ALIGN() overflow
Jason Gunthorpe
1
-16
/
+25
2025-07-14
iommufd: Do not allow _iommufd_object_alloc_ucmd if abort op is set
Nicolin Chen
1
-0
/
+9
2025-07-11
iommufd: Allow an input data_type via iommu_hw_info
Nicolin Chen
1
-3
/
+6
2025-07-11
iommu: Allow an input type in hw_info op
Nicolin Chen
2
-0
/
+7
2025-07-11
iommufd/selftest: Add coverage for the new mmap interface
Nicolin Chen
2
-1
/
+36
2025-07-11
iommufd: Add mmap interface
Nicolin Chen
3
-0
/
+129
2025-07-11
iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
Nicolin Chen
2
-0
/
+100
2025-07-11
iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
Nicolin Chen
1
-0
/
+28
2025-07-11
iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
Nicolin Chen
3
-0
/
+188
2025-07-11
iommufd/viommu: Add driver-defined vDEVICE support
Nicolin Chen
2
-13
/
+25
2025-07-11
iommufd/access: Bypass access->ops->unmap for internal use
Nicolin Chen
4
-10
/
+33
2025-07-10
iommufd/access: Add internal APIs for HW queue to use
Nicolin Chen
2
-9
/
+73
2025-07-10
iommufd/selftest: Support user_data in mock_viommu_alloc
Nicolin Chen
2
-0
/
+28
2025-07-10
iommufd/viommu: Allow driver-specific user data for a vIOMMU object
Nicolin Chen
1
-1
/
+7
2025-07-10
iommu: Pass in a driver-level user data structure to viommu_init op
Nicolin Chen
2
-2
/
+3
2025-07-10
iommu: Use enum iommu_hw_info_type for type in hw_info op
Nicolin Chen
1
-1
/
+2
2025-07-10
iommufd/viommu: Explicitly define vdev->virt_id
Nicolin Chen
3
-4
/
+9
2025-07-10
iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
Nicolin Chen
1
-2
/
+5
2025-06-27
iommu: Remove ops.pgsize_bitmap from drivers that don't use it
Jason Gunthorpe
1
-1
/
+0
2025-06-19
iommufd: Apply the new iommufd_object_alloc_ucmd helper
Nicolin Chen
2
-28
/
+10
2025-06-19
iommufd: Introduce iommufd_object_alloc_ucmd helper
Nicolin Chen
2
-0
/
+51
2025-06-19
iommufd: Move _iommufd_object_alloc out of driver.c
Nicolin Chen
3
-33
/
+36
2025-06-19
iommu: Deprecate viommu_alloc op
Nicolin Chen
1
-15
/
+5
2025-06-19
iommufd/selftest: Replace mock_viommu_alloc with mock_viommu_init
Nicolin Chen
1
-15
/
+14
2025-06-19
iommufd/selftest: Drop parent domain from mock_iommu_domain_nested
Nicolin Chen
1
-3
/
+0
2025-06-19
iommufd/viommu: Support get_viommu_size and viommu_init ops
Nicolin Chen
1
-3
/
+39
2025-06-19
iommufd: Return EOPNOTSUPP for failures due to driver bugs
Nicolin Chen
2
-3
/
+3
2025-06-19
iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventq
Nicolin Chen
1
-2
/
+3
2025-06-19
iommufd: Drop unused ictx in struct iommufd_vdevice
Nicolin Chen
1
-1
/
+0
2025-06-19
iommufd: Apply obvious cosmetic fixes
Nicolin Chen
9
-36
/
+24
2025-04-28
iommufd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
3
-83
/
+30
2025-04-28
iommufd/selftest: Put iopf enablement in domain attach path
Lu Baolu
1
-10
/
+47
2025-03-28
iommufd: Test attach before detaching pasid
Yi Liu
1
-0
/
+7
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-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
[next]