summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
12 daysiommu/amd: Fix Invalid wait context issueVasant Hegde
12 daysiommu/amd: Check EFR[EPHSup] bit before enabling PPRVasant Hegde
12 daysiommu/amd: Fix workqueue nameVasant Hegde
12 daysiommu/dma: Fix domain initRobin Murphy
12 daysiommu/amd: Fix sysfs leak in iommu initKun(llfl)
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22iommu: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-15Revert "iommu/vt-d: Enable PCI/IMS"Bjorn Helgaas
2024-05-15Revert "iommu/amd: Enable PCI/IMS"Bjorn Helgaas
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel
2024-05-10iommu/arm-smmu-v3: Make the kunit into a moduleJason Gunthorpe
2024-05-10iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()Jason Gunthorpe
2024-05-07iommu/dma: avoid expensive indirect calls for sync operationsAlexander Lobakin
2024-05-07iommu/dma: fix zeroing of bounce buffer padding used by untrusted devicesMichael Kelley
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley
2024-05-06iommu/amd: Enable Guest Translation after reading IOMMU feature registerVasant Hegde
2024-05-06iommu/vt-d: Decouple igfx_off from graphic identity mappingLu Baolu
2024-05-03Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel
2024-05-03iommu/amd: Fix compilation errorAndy Shevchenko
2024-05-01iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entryJason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()Jason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Move the CD generation for SVA into a functionJason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Allocate the CD table entry in advanceJason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()Jason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Consolidate clearing a CD table entryJason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Move the CD generation for S1 domains into a functionJason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()Jason Gunthorpe
2024-05-01iommu/arm-smmu-v3: Add an ops indirection to the STE codeJason Gunthorpe
2024-05-01iommu/arm-smmu-qcom: Don't build debug features as a kernel moduleWill Deacon
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-26Merge branch 'memory-observability' into x86/amdJoerg Roedel
2024-04-26Merge branch 'iommu/fixes' into x86/amdJoerg Roedel
2024-04-26iommu/amd: Add SVA domain supportVasant Hegde
2024-04-26iommu: Add ops->domain_alloc_sva()Jason Gunthorpe
2024-04-26iommu/amd: Initial SVA support for AMD IOMMUVasant Hegde
2024-04-26iommu/amd: Add support for enable/disable IOPFVasant Hegde
2024-04-26iommu/amd: Add IO page fault notifier handlerWei Huang
2024-04-26iommu/amd: Add support for page responseSuravee Suthikulpanit
2024-04-26iommu/amd: Define per-IOMMU iopf_queueSuravee Suthikulpanit
2024-04-26iommu/amd: Enable PCI features based on attached domain capabilityVasant Hegde
2024-04-26iommu/amd: Setup GCR3 table in advance if domain is SVA capableVasant Hegde
2024-04-26iommu/amd: Introduce iommu_dev_data.max_pasidsVasant Hegde