summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2025-11-16iommu: disable SVA when CONFIG_X86 is setLu Baolu1-0/+3
2025-11-14syscore: Pass context data to callbacksThierry Reding2-10/+18
2025-11-13iommu/io-pgtable-arm-selftests: Use KUnitMostafa Saleh3-44/+50
2025-11-13iommu/io-pgtable-arm-selftests: Modularize the testMostafa Saleh2-14/+22
2025-11-13iommu/io-pgtable-arm: Move selftests to a separate fileMostafa Saleh3-190/+202
2025-11-13iommu/io-pgtable-arm: Remove arm_lpae_dump_ops()Mostafa Saleh1-27/+14
2025-11-13iommu/amd: Fix pci_segment memleak in alloc_pci_segment()Jinhui Guo1-3/+12
2025-11-13iommu/amd: Enhance "Completion-wait Time-out" error messageDheeraj Kumar Srivastava2-1/+31
2025-11-07iommu/iommupt: Fix build error in genericpt unit-testsJoerg Roedel1-1/+1
2025-11-07iommupt: Documentation fixesJason Gunthorpe2-2/+2
2025-11-07iommupt: Describe @bitnr parameterBagas Sanjaya1-0/+2
2025-11-05iommufd: Make vfio_compat's unmap succeed if the range is already emptyJason Gunthorpe2-9/+7
2025-11-05iommupt: Add a kunit test for the SW bitsJason Gunthorpe1-0/+110
2025-11-05iommu/vt-d: Follow PT_FEAT_DMA_INCOHERENT into the PASID entryJason Gunthorpe4-19/+22
2025-11-05iommu/vt-d: Use the generic iommu page tableJason Gunthorpe5-861/+175
2025-11-05iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENTJason Gunthorpe2-1/+28
2025-11-05iommupt/x86: Set the dirty bit only for writable PTEsJason Gunthorpe1-2/+2
2025-11-05iommupt: Add the Intel VT-d second stage page table formatJason Gunthorpe6-0/+337
2025-11-05iommupt: Flush the CPU cache after any writes to the page tableJason Gunthorpe1-4/+61
2025-11-05iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENTJason Gunthorpe3-20/+75
2025-11-05iommupt: Add basic support for SW bits in the page tableJason Gunthorpe2-0/+91
2025-11-05iommu/pages: Add support for incoherent IOMMU page table walkersJason Gunthorpe2-2/+183
2025-11-05iommupt: Add a kunit test for the IOMMU implementationJason Gunthorpe3-0/+490
2025-11-05iommu/amd: Remove AMD io_pgtable supportJason Gunthorpe5-1048/+1
2025-11-05iommu/amd: Use the generic iommu page tableAlejandro Jimenez5-266/+272
2025-11-05iommupt: Add the x86 64 bit page table formatJason Gunthorpe6-0/+301
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe4-255/+220
2025-11-05iommupt: Add a mock pagetable format for iommufd selftest to useJason Gunthorpe3-2/+27
2025-11-05iommupt: Add a kunit test for Generic Page TableJason Gunthorpe7-0/+948
2025-11-05iommupt: Add read_and_clear_dirty opJason Gunthorpe1-0/+104
2025-11-05iommupt: Add map_pages opJason Gunthorpe2-2/+501
2025-11-05iommupt: Add unmap_pages opJason Gunthorpe1-0/+156
2025-11-05iommupt: Add iova_to_phys opJason Gunthorpe1-0/+105
2025-11-05iommupt: Add the AMD IOMMU v1 page table formatJason Gunthorpe6-0/+447
2025-11-05iommupt: Add the basic structure of the iommu implementationJason Gunthorpe3-0/+311
2025-11-05genpt: Generic Page Table base APIJason Gunthorpe7-0/+1700
2025-11-04iommu/amd: Fix potential out-of-bounds read in iommu_mmio_showSongtang Liu1-1/+1
2025-11-03iommu/arm-smmu-qcom: Add Glymur MDSS compatibleAbel Vesa1-0/+1
2025-10-27iommu: tegra: enable compile testingJohan Hovold1-1/+1
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen24-97/+148
2025-10-27iommu: Do not revert set_domain for the last gdevNicolin Chen1-2/+3
2025-10-27iommu/amd: Set release_domain to blocked_domainNicolin Chen1-9/+1
2025-10-27iommu/exynos-iommu: Set release_domain to exynos_identity_domainNicolin Chen1-2/+1
2025-10-27iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domainNicolin Chen1-6/+1
2025-10-27iommu: Generic support for RMRs during device releaseJason Gunthorpe1-2/+14
2025-10-27iommu/mediatek: mt8189: Add MM IOMMUs supportZhengnan Chen1-0/+28
2025-10-27iommu/mediatek: mt8189: Add INFRA IOMMUs supportZhengnan Chen1-0/+14
2025-10-27iommu/mediatek: mt8189: Add APU IOMMUs supportZhengnan Chen1-0/+34
2025-10-27iommu/mediatek: Add a flag DL_WITH_MULTI_LARBZhengnan Chen1-13/+43
2025-10-27iommu/pages: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes1-1/+1