index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iommufd
/
selftest.c
Age
Commit message (
Expand
)
Author
2024-11-22
iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()
Jason Gunthorpe
2024-11-22
iommu: Add ops->domain_alloc_nested()
Jason Gunthorpe
2024-11-12
iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
Nicolin Chen
2024-11-12
iommufd/selftest: Add mock_viommu_cache_invalidate
Nicolin Chen
2024-11-12
iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
Nicolin Chen
2024-11-12
iommufd/selftest: Add refcount to mock_iommu_device
Nicolin Chen
2024-11-12
iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
Nicolin Chen
2024-11-12
iommufd/selftest: Add container_of helpers
Nicolin Chen
2024-08-27
Merge branch 'nesting_reserved_regions' into iommufd.git for-next
Jason Gunthorpe
2024-08-27
iommufd/selftest: Fix buffer read overrrun in the dirty test
Jason Gunthorpe
2024-08-26
iommufd: Reorder include files
Nicolin Chen
2024-08-19
iommufd/selftest: Make dirty_ops static
Jinjie Ruan
2024-07-09
Merge branch 'iommufd_pri' into iommufd for-next
Jason Gunthorpe
2024-07-09
iommufd/selftest: Add IOPF support for mock device
Lu Baolu
2024-06-28
iommufd/selftest: Do not record head iova to better match iommu drivers
Joao Martins
2024-06-28
iommufd/selftest: Fix iommufd_test_dirty() to handle <u8 bitmaps
Joao Martins
2024-02-26
iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
Jason Gunthorpe
2024-02-26
iommufd: Fix protection fault in iommufd_test_syz_conv_iova
Nicolin Chen
2024-02-26
iommufd/selftest: Fix mock_dev_num bug
Nicolin Chen
2024-02-06
iommufd/selftest: Hugepage mock domain support
Joao Martins
2024-02-06
iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()
Joao Martins
2024-01-11
iommufd/selftest: Check the bus type during probe
Jason Gunthorpe
2024-01-11
iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
Nicolin Chen
2024-01-11
iommufd/selftest: Add mock_domain_cache_invalidate_user support
Nicolin Chen
2023-11-29
iommufd: Add iommufd_ctx to iommufd_put_object()
Jason Gunthorpe
2023-11-09
Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-30
iommufd: Organize the mock domain alloc functions closer to Joerg's tree
Jason Gunthorpe
2023-10-30
iommufd/selftest: Fix page-size check in iommufd_test_dirty()
Joao Martins
2023-10-26
iommufd: Convert to alloc_domain_paging()
Jason Gunthorpe
2023-10-26
iommufd/selftest: Add nested domain allocation for mock domain
Nicolin Chen
2023-10-26
iommu: Pass in parent domain with user_data to domain_alloc_user op
Yi Liu
2023-10-26
iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
Jason Gunthorpe
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag
Joao Martins
2023-10-24
iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
Joao Martins
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
Joao Martins
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
Joao Martins
2023-10-24
iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
Joao Martins
2023-10-24
iommufd/selftest: Expand mock_domain with dev_flags
Joao Martins
2023-10-10
iommufd/selftest: Add domain_alloc_user() support in iommu mock
Yi Liu
2023-09-25
iommu: Add IOMMU_DOMAIN_PLATFORM
Jason Gunthorpe
2023-09-25
iommu: Add iommu_ops->identity_domain
Jason Gunthorpe
2023-08-18
iommufd/selftest: Don't leak the platform device memory when unloading the mo...
Yang Yingliang
2023-08-18
iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
Nicolin Chen
2023-08-14
iommufd/selftest: Make the mock iommu driver into a real driver
Jason Gunthorpe
2023-07-28
iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
Nicolin Chen
2023-07-26
iommufd/selftest: Return the real idev id from selftest mock_domain
Jason Gunthorpe
2023-07-26
iommufd/selftest: Test iommufd_device_replace()
Nicolin Chen
2023-04-04
iommufd/selftest: Set varaiable mock_iommu_device storage-class-specifier to ...
Tom Rix
2023-03-31
Merge branch 'vfio_mdev_ops' into iommufd.git for-next
Jason Gunthorpe
2023-03-31
vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
Yi Liu
[next]