summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2025-04-11iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()Nicolin Chen
2025-04-11iommu: remove unneeded semicolonPei Xiao
2025-04-11iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_groupLouis-Alexis Eyraud
2025-04-11iommu/exynos: Fix suspend/resume with IDENTITY domainMarek Szyprowski
2025-04-11iommu/ipmmu-vmsa: Register in a sensible orderRobin Murphy
2025-04-11iommu: Clear iommu-dma ops on cleanupRobin Murphy
2025-04-11iommu/vt-d: Remove an unnecessary call set_dma_ops()Petr Tesarik
2025-04-11iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIsSean Christopherson
2025-04-11iommu: Fix crash in report_iommu_fault()Fedor Pchelkin
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-28iommufd: Test attach before detaching pasidYi Liu
2025-03-28iommu: Convert unreachable() to BUG()Josh Poimboeuf
2025-03-28iommufd: Balance veventq->num_events inc/decYi Liu
2025-03-28iommufd: Initialize the flags of vevent in iommufd_viommu_report_event()Yi Liu
2025-03-28iommufd: Extend IOMMU_GET_HW_INFO to report PASID capabilityYi Liu
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-03-25iommufd/selftest: Add test ops to test pasid attach/detachYi Liu
2025-03-25iommufd/selftest: Add a helper to get test deviceYi Liu
2025-03-25iommufd/selftest: Add set_dev_pasid in mock iommuYi Liu
2025-03-25iommufd: Allow allocating PASID-compatible domainYi Liu
2025-03-25iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID supportYi 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-25iommu: Introduce a replace API for device pasidYi Liu
2025-03-25iommu: Require passing new handles to APIs supporting handleYi Liu
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen
2025-03-25iommufd: Move iommufd_sw_msi and related functions to driver.cNicolin Chen
2025-03-25iommu: Sort out domain user dataRobin Murphy
2025-03-20hyperv: Log hypercall status codes as stringsNuno Das Neves
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel
2025-03-20iommu/vt-d: Fix possible circular locking dependencyLu Baolu
2025-03-20iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changesSean Christopherson
2025-03-20iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabledSean Christopherson
2025-03-20iommu: apple-dart: fix potential null pointer derefQasim Ijaz
2025-03-20iommu/rockchip: Retire global dma_dev workaroundRobin Murphy
2025-03-20iommu/rockchip: Register in a sensible orderRobin Murphy
2025-03-20iommu/rockchip: Allocate per-device data sensiblyRobin Murphy
2025-03-18iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigationsNicolin Chen
2025-03-18iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMUNicolin Chen
2025-03-18iommu/arm-smmu-v3: Introduce struct arm_smmu_vmasterNicolin Chen