index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iommufd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-13
/
+168
2024-01-11
iommufd/selftest: Check the bus type during probe
Jason Gunthorpe
1
-13
/
+15
2024-01-11
iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
Nicolin Chen
2
-0
/
+31
2024-01-11
iommufd/selftest: Add mock_domain_cache_invalidate_user support
Nicolin Chen
2
-0
/
+68
2024-01-11
iommufd: Add IOMMU_HWPT_INVALIDATE
Yi Liu
3
-0
/
+54
2024-01-03
Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...
Joerg Roedel
1
-0
/
+2
2023-11-29
iommufd: Do not UAF during iommufd_put_object()
Jason Gunthorpe
2
-78
/
+135
2023-11-29
iommufd: Add iommufd_ctx to iommufd_put_object()
Jason Gunthorpe
6
-35
/
+36
2023-11-27
iommu: Validate that devices match domains
Robin Murphy
1
-0
/
+2
2023-11-09
Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-24
/
+7
2023-10-30
iommufd: Organize the mock domain alloc functions closer to Joerg's tree
Jason Gunthorpe
1
-19
/
+16
2023-10-30
iommufd/selftest: Fix page-size check in iommufd_test_dirty()
Joao Martins
1
-2
/
+4
2023-10-30
iommufd: Add iopt_area_alloc()
Jason Gunthorpe
2
-3
/
+17
2023-10-30
iommufd: Fix missing update of domains_itree after splitting iopt_area
Koichiro Den
1
-0
/
+10
2023-10-26
iommufd: Convert to alloc_domain_paging()
Jason Gunthorpe
1
-8
/
+3
2023-10-26
iommufd/selftest: Add nested domain allocation for mock domain
Nicolin Chen
2
-30
/
+140
2023-10-26
iommufd: Add a nested HW pagetable object
Nicolin Chen
4
-14
/
+130
2023-10-26
iommu: Pass in parent domain with user_data to domain_alloc_user op
Yi Liu
2
-2
/
+8
2023-10-26
iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
Nicolin Chen
1
-17
/
+29
2023-10-26
iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
Nicolin Chen
5
-108
/
+148
2023-10-26
iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
Jason Gunthorpe
2
-30
/
+86
2023-10-26
iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
Jason Gunthorpe
5
-10
/
+10
2023-10-24
iommufd: Only enforce cache coherency in iommufd_hw_pagetable_alloc
Nicolin Chen
3
-20
/
+10
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag
Joao Martins
1
-6
/
+9
2023-10-24
iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
Joao Martins
1
-1
/
+12
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
Joao Martins
2
-5
/
+111
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
Joao Martins
1
-0
/
+16
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
Joao Martins
1
-1
/
+36
2023-10-24
iommufd/selftest: Expand mock_domain with dev_flags
Joao Martins
2
-2
/
+21
2023-10-24
iommufd: Add a flag to skip clearing of IOPTE dirty
Joao Martins
2
-3
/
+9
2023-10-24
iommufd: Add capabilities to IOMMU_GET_HW_INFO
Joao Martins
1
-0
/
+4
2023-10-24
iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
Joao Martins
4
-0
/
+149
2023-10-24
iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
Joao Martins
4
-0
/
+93
2023-10-24
iommufd: Add a flag to enforce dirty tracking on attach
Joao Martins
1
-1
/
+3
2023-10-24
iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
Joao Martins
1
-4
/
+4
2023-10-24
vfio: Move iova_bitmap into iommufd
Joao Martins
2
-0
/
+427
2023-10-10
iommufd/selftest: Add domain_alloc_user() support in iommu mock
Yi Liu
1
-0
/
+19
2023-10-10
iommufd: Support allocating nested parent domain
Yi Liu
1
-1
/
+4
2023-10-10
iommufd: Flow user flags for domain allocation to domain_alloc_user()
Yi Liu
3
-5
/
+9
2023-10-10
iommufd: Use the domain_alloc_user() op for domain allocation
Yi Liu
1
-4
/
+15
2023-09-25
iommu: Add IOMMU_DOMAIN_PLATFORM
Jason Gunthorpe
1
-9
/
+5
2023-09-25
iommu: Add iommu_ops->identity_domain
Jason Gunthorpe
1
-5
/
+0
2023-08-30
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-314
/
+916
2023-08-30
Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
5
-8
/
+142
2023-08-18
iommufd/selftest: Don't leak the platform device memory when unloading the mo...
Yang Yingliang
1
-2
/
+2
2023-08-18
iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
Nicolin Chen
2
-0
/
+25
2023-08-18
iommufd: Add IOMMU_GET_HW_INFO
Yi Liu
3
-0
/
+77
2023-08-17
vfio: align capability structures
Stefan Hajnoczi
1
-0
/
+2
2023-08-15
iommufd: Remove iommufd_ref_to_users()
Jason Gunthorpe
1
-23
/
+0
2023-08-15
Merge tag 'v6.5-rc6' into iommufd for-next
Jason Gunthorpe
4
-31
/
+76
[next]