summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-10iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()Jason Gunthorpe
2024-04-30iommu/vt-d: Enable posted mode for device MSIsJacob Pan
2024-04-30iommu/vt-d: Make posted MSI an opt-in command line optionJacob Pan
2024-04-26iommu/amd: Enhance def_domain_type to handle untrusted deviceVasant Hegde
2024-04-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-14iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftestJason Gunthorpe
2024-04-12iommu/amd: Change log message severityVasant Hegde
2024-04-12iommu/vt-d: Fix WARN_ON in iommu probe pathLu Baolu
2024-04-12iommu/vt-d: Allocate local memory for page request queueJacob Pan
2024-04-12iommu/vt-d: Fix wrong use of pasid configXuchun Shang
2024-04-12iommu: mtk: fix module autoloadingKrzysztof Kozlowski
2024-04-12iommu/amd: Do not enable SNP when V2 page table is enabledVasant Hegde
2024-04-12iommu/amd: Fix possible irq lock inversion dependency issueVasant Hegde
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)
2024-03-28iommu: Validate the PASID in iommu_attach_device_pasid()Jason Gunthorpe
2024-03-26iommu/arm-smmu-v3: Fix access for STE.SHCFGMostafa Saleh
2024-03-26iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_VJason Gunthorpe
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-13iommu/dma: Force swiotlb_max_mapping_size on an untrusted deviceNicolin Chen
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2024-03-08iommu: Fix compilation without CONFIG_IOMMU_INTELBert Karwatzki
2024-03-08iommu/amd: Fix sleeping in atomic contextVasant Hegde
2024-03-06iommu/dma: Document min_align_mask assumptionRobin Murphy
2024-03-06iommu/vt-d: Remove scalabe mode in domain_context_clear_one()Lu Baolu
2024-03-06iommu/vt-d: Remove scalable mode context entry setup from attach_devLu Baolu
2024-03-06iommu/vt-d: Setup scalable mode context entry in probe pathLu Baolu
2024-03-06iommu/vt-d: Fix NULL domain on device releaseLu Baolu
2024-03-06iommu: Add static iommu_ops->release_domainLu Baolu
2024-03-06iommu/vt-d: Improve ITE fault handling if target device isn't presentEthan Zhao
2024-03-06iommu/vt-d: Don't issue ATS Invalidation request when device is disconnectedEthan Zhao
2024-03-04Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2024-03-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-01Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel
2024-03-01iommu/sva: Fix SVA handle sharing in multi device caseZhangfei Gao
2024-03-01iommu/vt-d: Use device rbtree in iopf reporting pathLu Baolu
2024-03-01iommu/vt-d: Use rbtree to track iommu probed devicesLu Baolu
2024-03-01iommu/vt-d: Merge intel_svm_bind_mm() into its callerTina Zhang
2024-03-01iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_headTina Zhang
2024-03-01iommu/vt-d: Remove treatment for revoking PASIDs with pending page faultsTina Zhang
2024-03-01iommu/vt-d: Use kcalloc() instead of kzalloc()Erick Archer
2024-03-01iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WALu Baolu
2024-03-01iommu: re-use local fwnode variable in iommu_ops_from_fwnode()Krzysztof Kozlowski
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski