summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd/device.c
AgeCommit message (Expand)Author
2025-07-18iommufd: Rename some shortterm-related identifiersXu Yilun
2025-07-18iommufd: Destroy vdevice on idevice destroyXu Yilun
2025-07-11iommufd: Allow an input data_type via iommu_hw_infoNicolin Chen
2025-07-11iommu: Allow an input type in hw_info opNicolin Chen
2025-07-11iommufd/access: Bypass access->ops->unmap for internal useNicolin Chen
2025-07-10iommufd/access: Add internal APIs for HW queue to useNicolin Chen
2025-06-19iommufd: Return EOPNOTSUPP for failures due to driver bugsNicolin Chen
2025-06-19iommufd: Apply obvious cosmetic fixesNicolin Chen
2025-04-28iommufd: Remove unnecessary IOMMU_DEV_FEAT_IOPFLu Baolu
2025-03-28iommufd: Test attach before detaching pasidYi Liu
2025-03-28iommufd: Extend IOMMU_GET_HW_INFO to report PASID capabilityYi Liu
2025-03-25iommufd: Enforce PASID-compatible domain for RIDYi Liu
2025-03-25iommufd: Support pasid attach/replaceYi Liu
2025-03-25iommufd: Enforce PASID-compatible domain in PASID pathYi Liu
2025-03-25iommufd/device: Add pasid_attach array to track per-PASID attachYi Liu
2025-03-25iommufd/device: Replace device_list with device_arrayYi Liu
2025-03-25iommufd/device: Wrap igroup->hwpt and igroup->device_list into attach structYi Liu
2025-03-25iommufd/device: Add helper to detect the first attach of a groupYi Liu
2025-03-25iommufd/device: Replace idev->igroup with local variableYi Liu
2025-03-25iommufd/device: Only add reserved_iova in non-pasid pathYi Liu
2025-03-25iommufd: Pass @pasid through the device attach/replace pathYi Liu
2025-03-25iommufd: Move iommufd_sw_msi and related functions to driver.cNicolin Chen
2025-03-07iommufd: Fail replace if device has not been attachedYi Liu
2025-03-04iommufd: Fix uninitialized rc in iommufd_access_rw()Nicolin Chen
2025-02-27iommufd: Implement sw_msi support nativelyJason Gunthorpe
2025-02-11iommufd: Make attach_handle generic than fault specificNicolin Chen
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-08-27Merge branch 'nesting_reserved_regions' into iommufd.git for-nextJason Gunthorpe
2024-08-27iommufd/device: Enforce reserved IOVA also when attached to hwpt_nestedNicolin Chen
2024-08-26iommufd: Reorder include filesNicolin Chen
2024-07-29iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace()Nicolin Chen
2024-07-09iommufd: Fault-capable hwpt attach/detach/replaceLu Baolu
2023-11-29iommufd: Add iommufd_ctx to iommufd_put_object()Jason Gunthorpe
2023-10-26iommufd: Add a nested HW pagetable objectNicolin Chen
2023-10-26iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetableNicolin Chen
2023-10-26iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurationsJason Gunthorpe
2023-10-26iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGINGJason Gunthorpe
2023-10-24iommufd: Only enforce cache coherency in iommufd_hw_pagetable_allocNicolin Chen
2023-10-24iommufd: Add capabilities to IOMMU_GET_HW_INFOJoao Martins
2023-10-10iommufd: Flow user flags for domain allocation to domain_alloc_user()Yi Liu
2023-08-18iommufd: Add IOMMU_GET_HW_INFOYi Liu
2023-08-15Merge tag 'v6.5-rc6' into iommufd for-nextJason Gunthorpe
2023-07-28iommufd: Add iommufd_access_replace() APINicolin Chen
2023-07-28iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_objectNicolin Chen
2023-07-28iommufd: Add iommufd_access_change_ioas(_id) helpersNicolin Chen
2023-07-28iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()Nicolin Chen
2023-07-27iommufd: IOMMUFD_DESTROY should not increase the refcountJason Gunthorpe
2023-07-26iommufd: Add iommufd_device_replace()Jason Gunthorpe
2023-07-26iommufd: Reorganize iommufd_device_attach into iommufd_device_change_ptJason Gunthorpe
2023-07-26iommufd: Fix locking around hwpt allocationJason Gunthorpe