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-07-19
Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-6
/
+11
2024-07-12
Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/next
Will Deacon
1
-3
/
+4
2024-07-12
Merge branch 'iommu/core' into iommu/next
Will Deacon
1
-3
/
+4
2024-07-12
iommufd: Fix error pointer checking
Lu Baolu
1
-1
/
+1
2024-07-12
iommufd: Add check on user response code
Lu Baolu
1
-0
/
+10
2024-07-10
iommufd: Require drivers to supply the cache_invalidate_user ops
Jason Gunthorpe
1
-1
/
+2
2024-07-09
Merge branch 'iommufd_pri' into iommufd for-next
Jason Gunthorpe
8
-11
/
+626
2024-07-09
iommufd/selftest: Add IOPF support for mock device
Lu Baolu
2
-0
/
+72
2024-07-09
iommufd: Associate fault object with iommufd_hw_pgtable
Lu Baolu
3
-8
/
+56
2024-07-09
iommufd: Fault-capable hwpt attach/detach/replace
Lu Baolu
3
-3
/
+235
2024-07-09
iommufd: Add iommufd fault object
Lu Baolu
4
-0
/
+263
2024-07-04
iommufd: Use iommu_paging_domain_alloc()
Lu Baolu
1
-3
/
+4
2024-07-03
iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
Joao Martins
1
-0
/
+3
2024-06-28
iommufd/iova_bitmap: Remove iterator logic
Joao Martins
1
-95
/
+2
2024-06-28
iommufd/iova_bitmap: Dynamic pinning on iova_bitmap_set()
Joao Martins
1
-7
/
+66
2024-06-28
iommufd/iova_bitmap: Consolidate iova_bitmap_set exit conditionals
Joao Martins
1
-6
/
+6
2024-06-28
iommufd/iova_bitmap: Move initial pinning to iova_bitmap_for_each()
Joao Martins
1
-3
/
+4
2024-06-28
iommufd/iova_bitmap: Cache mapped length in iova_bitmap_map struct
Joao Martins
1
-0
/
+6
2024-06-28
iommufd/iova_bitmap: Check iova_bitmap_done() after set ahead
Joao Martins
1
-2
/
+3
2024-06-28
iommufd/selftest: Do not record head iova to better match iommu drivers
Joao Martins
1
-2
/
+2
2024-06-28
iommufd/selftest: Fix iommufd_test_dirty() to handle <u8 bitmaps
Joao Martins
1
-1
/
+1
2024-06-25
iommufd: Use atomic_long_try_cmpxchg() in incr_user_locked_vm()
Uros Bizjak
1
-3
/
+4
2024-04-14
iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest
Jason Gunthorpe
1
-0
/
+1
2024-02-26
iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
Jason Gunthorpe
1
-11
/
+18
2024-02-26
iommufd: Fix protection fault in iommufd_test_syz_conv_iova
Nicolin Chen
1
-6
/
+21
2024-02-26
iommufd/selftest: Fix mock_dev_num bug
Nicolin Chen
1
-4
/
+9
2024-02-26
iommufd: Fix iopt_access_list_id overwrite bug
Nicolin Chen
1
-3
/
+6
2024-02-21
iommufd: Reject non-zero data_type if no data_len is provided
Jason Gunthorpe
1
-1
/
+2
2024-02-06
iommufd/iova_bitmap: Consider page offset for the pages to be pinned
Joao Martins
1
-6
/
+7
2024-02-06
iommufd/selftest: Hugepage mock domain support
Joao Martins
2
-2
/
+14
2024-02-06
iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()
Joao Martins
1
-19
/
+45
2024-02-06
iommufd/iova_bitmap: Handle recording beyond the mapped pages
Joao Martins
1
-0
/
+43
2024-02-06
iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array
Joao Martins
1
-4
/
+4
2024-02-06
iommufd/iova_bitmap: Bounds check mapped::pages access
Joao Martins
1
-0
/
+4
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
[next]