summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-08-01iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to idaDawei Li2-23/+8
2023-07-28iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverageNicolin Chen2-0/+23
2023-07-28iommufd: Add iommufd_access_replace() APINicolin Chen1-0/+15
2023-07-28iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_objectNicolin Chen1-6/+4
2023-07-28iommufd: Add iommufd_access_change_ioas(_id) helpersNicolin Chen1-38/+71
2023-07-28iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()Nicolin Chen3-6/+9
2023-07-27iommufd: Set end correctly when doing batch carryJason Gunthorpe1-1/+1
2023-07-27iommufd: IOMMUFD_DESTROY should not increase the refcountJason Gunthorpe3-30/+75
2023-07-26iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOCJason Gunthorpe1-0/+3
2023-07-26iommufd/selftest: Return the real idev id from selftest mock_domainJason Gunthorpe2-0/+3
2023-07-26iommufd: Add IOMMU_HWPT_ALLOCJason Gunthorpe3-0/+58
2023-07-26iommufd/selftest: Test iommufd_device_replace()Nicolin Chen2-0/+43
2023-07-26iommufd: Make destroy_rwsem use a lock class per object typeJason Gunthorpe2-1/+11
2023-07-26iommufd: Add iommufd_device_replace()Jason Gunthorpe2-0/+102
2023-07-26iommu: Introduce a new iommu_group_replace_domain() APINicolin Chen2-0/+37
2023-07-26iommufd: Reorganize iommufd_device_attach into iommufd_device_change_ptJason Gunthorpe1-39/+102
2023-07-26iommufd: Fix locking around hwpt allocationJason Gunthorpe1-1/+1
2023-07-26iommufd: Allow a hwpt to be aborted after allocationJason Gunthorpe3-1/+26
2023-07-26iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()Jason Gunthorpe3-15/+32
2023-07-26iommufd: Move putting a hwpt to a helper functionJason Gunthorpe2-5/+11
2023-07-26iommufd: Make sw_msi_start a group globalJason Gunthorpe2-7/+8
2023-07-26iommufd: Use the iommufd_group to avoid duplicate MSI setupJason Gunthorpe1-4/+4
2023-07-26iommufd: Keep track of each device's reserved regions instead of groupsJason Gunthorpe3-23/+16
2023-07-26iommu: Export iommu_get_resv_regions()Jason Gunthorpe1-1/+10
2023-07-26iommufd: Replace the hwpt->devices list with iommufd_groupJason Gunthorpe3-81/+54
2023-07-26iommufd: Add iommufd_groupJason Gunthorpe3-18/+137
2023-07-26iommufd: Move isolated msi enforcement to iommufd_device_bind()Jason Gunthorpe1-18/+20
2023-07-25vfio: Compile vfio_group infrastructure optionallyYi Liu1-2/+2
2023-07-25iommufd: Add iommufd_ctx_from_fd()Yi Liu1-0/+24
2023-07-25iommufd/device: Add iommufd_access_detach() APINicolin Chen2-5/+71
2023-07-25iommufd: Add helper to retrieve iommufd_ctx and devidYi Liu1-0/+12
2023-07-25iommufd: Add iommufd_ctx_has_group()Yi Liu1-0/+30
2023-07-25iommufd: Reserve all negative IDs in the iommufd xarrayYi Liu1-1/+1
2023-07-14iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde1-4/+7
2023-07-14iommu/amd: Consolidate PPR log enablementVasant Hegde1-3/+3
2023-07-14iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde1-0/+4
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde2-12/+47
2023-07-14iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde2-43/+53
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde4-1/+22
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde3-22/+36
2023-07-14iommu: rockchip: Allocate tables from all available memory for IOMMU v2Jonas Karlman1-2/+5
2023-07-14iommu: rockchip: Fix directory table address encodingJonas Karlman1-38/+5
2023-07-14iommu/amd/iommu_v2: Clear pasid state in free pathVasant Hegde1-0/+3
2023-07-14iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbindDaniel Marcovitch1-2/+2
2023-07-14iommu: Optimise PCI SAC address trickRobin Murphy3-6/+31
2023-07-14iommu: Avoid locking/unlocking for iommu_probe_device()Jason Gunthorpe1-43/+35
2023-07-14iommu: Split iommu_group_add_device()Jason Gunthorpe1-23/+43
2023-07-14iommu: Always destroy the iommu_group during iommu_release_device()Jason Gunthorpe1-6/+6
2023-07-14iommu: Do not export iommu_device_link/unlink()Jason Gunthorpe1-2/+0
2023-07-14iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device()Jason Gunthorpe2-10/+9