summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-768/+1993
2025-03-28iommufd: Test attach before detaching pasidYi Liu1-0/+7
2025-03-28iommu: Convert unreachable() to BUG()Josh Poimboeuf1-2/+2
2025-03-28iommufd: Balance veventq->num_events inc/decYi Liu1-1/+2
2025-03-28iommufd: Initialize the flags of vevent in iommufd_viommu_report_event()Yi Liu1-1/+1
2025-03-28iommufd: Extend IOMMU_GET_HW_INFO to report PASID capabilityYi Liu1-1/+33
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-734/+926
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2025-03-25iommufd/selftest: Add test ops to test pasid attach/detachYi Liu2-0/+188
2025-03-25iommufd/selftest: Add a helper to get test deviceYi Liu1-13/+23
2025-03-25iommufd/selftest: Add set_dev_pasid in mock iommuYi Liu2-5/+36
2025-03-25iommufd: Allow allocating PASID-compatible domainYi Liu1-3/+4
2025-03-25iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID supportYi Liu2-2/+3
2025-03-25iommufd: Enforce PASID-compatible domain for RIDYi Liu1-4/+22
2025-03-25iommufd: Support pasid attach/replaceYi Liu2-26/+41
2025-03-25iommufd: Enforce PASID-compatible domain in PASID pathYi Liu3-0/+21
2025-03-25iommufd/device: Add pasid_attach array to track per-PASID attachYi Liu2-20/+41
2025-03-25iommufd/device: Replace device_list with device_arrayYi Liu1-19/+39
2025-03-25iommufd/device: Wrap igroup->hwpt and igroup->device_list into attach structYi Liu2-23/+58
2025-03-25iommufd/device: Add helper to detect the first attach of a groupYi Liu1-2/+9
2025-03-25iommufd/device: Replace idev->igroup with local variableYi Liu1-20/+23
2025-03-25iommufd/device: Only add reserved_iova in non-pasid pathYi Liu1-6/+8
2025-03-25iommufd: Pass @pasid through the device attach/replace pathYi Liu3-39/+52
2025-03-25iommu: Introduce a replace API for device pasidYi Liu2-4/+114
2025-03-25iommu: Require passing new handles to APIs supporting handleYi Liu1-0/+9
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen4-17/+27
2025-03-25iommufd: Move iommufd_sw_msi and related functions to driver.cNicolin Chen5-126/+153
2025-03-25iommu: Sort out domain user dataRobin Murphy5-93/+128
2025-03-20hyperv: Log hypercall status codes as stringsNuno Das Neves1-2/+2
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel30-734/+926
2025-03-20iommu/vt-d: Fix possible circular locking dependencyLu Baolu1-0/+2
2025-03-20iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changesSean Christopherson1-10/+15
2025-03-20iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabledSean Christopherson1-6/+13
2025-03-20iommu: apple-dart: fix potential null pointer derefQasim Ijaz1-3/+2
2025-03-20iommu/rockchip: Retire global dma_dev workaroundRobin Murphy1-21/+13
2025-03-20iommu/rockchip: Register in a sensible orderRobin Murphy1-11/+10
2025-03-20iommu/rockchip: Allocate per-device data sensiblyRobin Murphy1-3/+3
2025-03-18iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigationsNicolin Chen3-2/+5
2025-03-18iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMUNicolin Chen3-25/+57
2025-03-18iommu/arm-smmu-v3: Introduce struct arm_smmu_vmasterNicolin Chen3-1/+86
2025-03-18iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverageNicolin Chen2-0/+40
2025-03-18iommufd/selftest: Require vdev_id when attaching to a nested domainNicolin Chen1-0/+24
2025-03-18iommufd/viommu: Add iommufd_viommu_report_event helperNicolin Chen1-0/+48
2025-03-18iommufd/viommu: Add iommufd_viommu_get_vdev_id helperNicolin Chen1-0/+24
2025-03-18iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOCNicolin Chen4-1/+299
2025-03-17iommufd: Rename fault.c to eventq.cNicolin Chen2-1/+1
2025-03-17iommufd: Abstract an iommufd_eventq from iommufd_faultNicolin Chen3-63/+82
2025-03-17iommufd/fault: Add an iommufd_fault_init() helperNicolin Chen1-28/+42
2025-03-17iommufd/fault: Move two fault functions out of the headerNicolin Chen2-25/+25