summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+11
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel1-18/+11
2023-06-16iommu/vt-d: Remove commented-out codeLu Baolu1-9/+1
2023-06-16iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()Yanfei Xu1-4/+0
2023-06-16iommu/vt-d: Handle the failure case of dmar_reenable_qi()Yanfei Xu1-3/+8
2023-06-16iommu/vt-d: Remove unnecessary (void*) conversionsSuhui1-1/+1
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra1-6/+2
2023-05-22iommu: Use flush queue capabilityRobin Murphy1-1/+0
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy1-0/+1
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-242/+141
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel8-241/+141
2023-04-13iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope()Tina Zhang1-1/+2
2023-04-13iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn)Tina Zhang1-2/+0
2023-04-13iommu/vt-d: Remove BUG_ON in map/unmap()Tina Zhang1-3/+5
2023-04-13iommu/vt-d: Remove BUG_ON when domain->pgd is NULLTina Zhang1-4/+0
2023-04-13iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidationTina Zhang1-3/+8
2023-04-13iommu/vt-d: Remove BUG_ON on checking valid pfn rangeTina Zhang1-6/+6
2023-04-13iommu/vt-d: Make size of operands same in bitwise operationsTina Zhang2-3/+3
2023-04-13iommu/vt-d: Remove PASID supervisor request supportJacob Pan2-50/+0
2023-04-13iommu/vt-d: Use non-privileged mode for all PASIDsJacob Pan1-2/+0
2023-04-13iommu/vt-d: Remove extern from function prototypesLu Baolu1-18/+18
2023-04-13iommu/vt-d: Do not use GFP_ATOMIC when not neededChristophe JAILLET1-1/+1
2023-04-13iommu/vt-d: Remove unnecessary checks in iopf disabling pathLu Baolu1-9/+8
2023-04-13iommu/vt-d: Move PRI handling to IOPF feature pathLu Baolu1-12/+41
2023-04-13iommu/vt-d: Move pfsid and ats_qdep calculation to device probe pathLu Baolu1-15/+11
2023-04-13iommu/vt-d: Move iopf code from SVA to IOPF enabling pathLu Baolu1-14/+18
2023-04-13iommu/vt-d: Allow SVA with device-specific IOPFLu Baolu1-1/+15
2023-03-31iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplugKan Liang2-24/+46
2023-03-31iommu/vt-d: Allow zero SAGAW if second-stage not supportedLu Baolu1-1/+2
2023-03-31iommu/vt-d: Remove unnecessary locking in intel_irq_remapping_alloc()Lu Baolu1-6/+0
2023-03-31iommu: Remove ioasid infrastructureJason Gunthorpe2-2/+0
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan3-4/+4
2023-03-31iommu/vt-d: Remove virtual command interfaceJacob Pan4-91/+0
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu1-8/+9
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+2
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel9-89/+1244
2023-02-16iommu/vt-d: Allow to use flush-queue when first level is defaultTina Zhang1-1/+2
2023-02-16iommu/vt-d: Fix PASID directory pointer coherencyJacob Pan1-0/+7
2023-02-16iommu/vt-d: Avoid superfluous IOTLB tracking in lazy modeJacob Pan1-1/+6
2023-02-16iommu/vt-d: Fix error handling in sva enable/disable pathsLu Baolu1-4/+12
2023-02-03iommu/vt-d: Enable IOMMU perfmon supportKan Liang2-0/+6
2023-02-03iommu/vt-d: Add IOMMU perfmon overflow handler supportKan Liang4-2/+95
2023-02-03iommu/vt-d: Support cpumask for IOMMU perfmonKan Liang1-8/+105
2023-02-03iommu/vt-d: Add IOMMU perfmon supportKan Liang3-0/+565
2023-02-03iommu/vt-d: Support Enhanced Command InterfaceKan Liang3-0/+99
2023-02-03iommu/vt-d: Retrieve IOMMU perfmon capability informationKan Liang6-1/+273
2023-02-03iommu/vt-d: Support size of the register set in DRHDKan Liang1-4/+7
2023-02-03iommu/vt-d: Set No Execute Enable bit in PASID table entryLu Baolu1-0/+11
2023-02-03iommu/vt-d: Remove sva from intel_svm_devLu Baolu2-15/+9
2023-02-03iommu/vt-d: Remove users from intel_svm_devLu Baolu2-36/+27