index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iommufd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest
Jason Gunthorpe
2024-04-14
1
-0
/
+1
*
iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
Jason Gunthorpe
2024-02-26
1
-11
/
+18
*
iommufd: Fix protection fault in iommufd_test_syz_conv_iova
Nicolin Chen
2024-02-26
1
-6
/
+21
*
iommufd/selftest: Fix mock_dev_num bug
Nicolin Chen
2024-02-26
1
-4
/
+9
*
iommufd: Fix iopt_access_list_id overwrite bug
Nicolin Chen
2024-02-26
1
-3
/
+6
*
iommufd: Reject non-zero data_type if no data_len is provided
Jason Gunthorpe
2024-02-21
1
-1
/
+2
*
iommufd/iova_bitmap: Consider page offset for the pages to be pinned
Joao Martins
2024-02-06
1
-6
/
+7
*
iommufd/selftest: Hugepage mock domain support
Joao Martins
2024-02-06
2
-2
/
+14
*
iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()
Joao Martins
2024-02-06
1
-19
/
+45
*
iommufd/iova_bitmap: Handle recording beyond the mapped pages
Joao Martins
2024-02-06
1
-0
/
+43
*
iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array
Joao Martins
2024-02-06
1
-4
/
+4
*
iommufd/iova_bitmap: Bounds check mapped::pages access
Joao Martins
2024-02-06
1
-0
/
+4
*
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-19
5
-13
/
+168
|
\
|
*
iommufd/selftest: Check the bus type during probe
Jason Gunthorpe
2024-01-11
1
-13
/
+15
|
*
iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
Nicolin Chen
2024-01-11
2
-0
/
+31
|
*
iommufd/selftest: Add mock_domain_cache_invalidate_user support
Nicolin Chen
2024-01-11
2
-0
/
+68
|
*
iommufd: Add IOMMU_HWPT_INVALIDATE
Yi Liu
2024-01-11
3
-0
/
+54
|
|
|
\
*
-
.
\
Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...
Joerg Roedel
2024-01-03
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
iommu: Validate that devices match domains
Robin Murphy
2023-11-27
1
-0
/
+2
|
|
/
*
|
iommufd: Do not UAF during iommufd_put_object()
Jason Gunthorpe
2023-11-30
2
-78
/
+135
*
|
iommufd: Add iommufd_ctx to iommufd_put_object()
Jason Gunthorpe
2023-11-30
6
-35
/
+36
|
/
*
Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-11-09
1
-24
/
+7
|
\
|
*
iommufd: Convert to alloc_domain_paging()
Jason Gunthorpe
2023-10-26
1
-8
/
+3
|
*
iommu: Add IOMMU_DOMAIN_PLATFORM
Jason Gunthorpe
2023-09-25
1
-9
/
+5
|
*
iommu: Add iommu_ops->identity_domain
Jason Gunthorpe
2023-09-25
1
-5
/
+0
*
|
iommufd: Organize the mock domain alloc functions closer to Joerg's tree
Jason Gunthorpe
2023-10-30
1
-19
/
+16
*
|
iommufd/selftest: Fix page-size check in iommufd_test_dirty()
Joao Martins
2023-10-30
1
-2
/
+4
*
|
iommufd: Add iopt_area_alloc()
Jason Gunthorpe
2023-10-30
2
-3
/
+17
*
|
iommufd: Fix missing update of domains_itree after splitting iopt_area
Koichiro Den
2023-10-30
1
-0
/
+10
*
|
iommufd/selftest: Add nested domain allocation for mock domain
Nicolin Chen
2023-10-26
2
-30
/
+140
*
|
iommufd: Add a nested HW pagetable object
Nicolin Chen
2023-10-26
4
-14
/
+130
*
|
iommu: Pass in parent domain with user_data to domain_alloc_user op
Yi Liu
2023-10-26
2
-2
/
+8
*
|
iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
Nicolin Chen
2023-10-26
1
-17
/
+29
*
|
iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
Nicolin Chen
2023-10-26
5
-108
/
+148
*
|
iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
Jason Gunthorpe
2023-10-26
2
-30
/
+86
*
|
iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
Jason Gunthorpe
2023-10-26
5
-10
/
+10
*
|
iommufd: Only enforce cache coherency in iommufd_hw_pagetable_alloc
Nicolin Chen
2023-10-24
3
-20
/
+10
*
|
iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag
Joao Martins
2023-10-24
1
-6
/
+9
*
|
iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
Joao Martins
2023-10-24
1
-1
/
+12
*
|
iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
Joao Martins
2023-10-24
2
-5
/
+111
*
|
iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
Joao Martins
2023-10-24
1
-0
/
+16
*
|
iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
Joao Martins
2023-10-24
1
-1
/
+36
*
|
iommufd/selftest: Expand mock_domain with dev_flags
Joao Martins
2023-10-24
2
-2
/
+21
*
|
iommufd: Add a flag to skip clearing of IOPTE dirty
Joao Martins
2023-10-24
2
-3
/
+9
*
|
iommufd: Add capabilities to IOMMU_GET_HW_INFO
Joao Martins
2023-10-24
1
-0
/
+4
*
|
iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
Joao Martins
2023-10-24
4
-0
/
+149
*
|
iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
Joao Martins
2023-10-24
4
-0
/
+93
*
|
iommufd: Add a flag to enforce dirty tracking on attach
Joao Martins
2023-10-24
1
-1
/
+3
*
|
iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
Joao Martins
2023-10-24
1
-4
/
+4
*
|
vfio: Move iova_bitmap into iommufd
Joao Martins
2023-10-24
2
-0
/
+427
[next]