summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2022-02-28iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_findMiaoqian Lin
2022-02-28iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang
2022-02-14iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit
2022-02-14iommu/amd: Recover from event log overflowLennert Buytenhek
2022-02-04iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel
2022-01-31iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang
2022-01-31iommu: Fix some W=1 warningsJohn Garry
2022-01-31iommu: Fix potential use-after-free during probeVijayanand Jitta
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel
2021-12-20iommu: Move flush queue data into iommu_dma_cookieRobin Murphy
2021-12-20iommu/iova: Move flush queue code to iommu-dmaRobin Murphy
2021-12-20iommu/iova: Consolidate flush queue codeRobin Murphy
2021-12-20iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)
2021-12-20iommu/amd: Use put_pages_listMatthew Wilcox (Oracle)
2021-12-20iommu/amd: Simplify pagetable freeingRobin Murphy
2021-12-20iommu/iova: Squash flush_cb abstractionRobin Murphy
2021-12-20iommu/iova: Squash entry_dtor abstractionRobin Murphy
2021-12-20iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang
2021-12-20iommu/amd: Fix typo in *glues … together* in commentPaul Menzel
2021-12-17iommu/vt-d: Remove unused dma_to_mm_pfn functionMaíra Canal
2021-12-17iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()Kefeng Wang
2021-12-17iommu/vt-d: Use bitmap_zalloc() when applicableChristophe JAILLET
2021-12-17iommu/amd: Remove useless irq affinity notifierMaxim Levitsky
2021-12-17iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resumeMaxim Levitsky
2021-12-17iommu/amd: X2apic mode: setup the INTX registers on mask/unmaskMaxim Levitsky
2021-12-17iommu/amd: X2apic mode: re-enable after resumeMaxim Levitsky
2021-12-17iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu
2021-12-17iommu/virtio: Fix typo in a commentXiang wangx
2021-12-17iommu/vt-d: Use correctly sized arguments for bit fieldKees Cook
2021-12-16iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-16device: Move MSI related data into a structThomas Gleixner
2021-12-15Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"Zhou Wang
2021-12-14iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failureYunfei Wang
2021-12-14iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_opsRikard Falkeborn
2021-12-14iommu: arm-smmu-impl: Add SM8450 qcom iommu implementationVinod Koul
2021-12-14iommu/arm-smmu-qcom: Fix TTBR0 readRob Clark
2021-12-06iommu/virtio: Support identity-mapped domainsJean-Philippe Brucker
2021-12-06iommu/virtio: Pass end address to viommu_add_mapping()Jean-Philippe Brucker
2021-12-06iommu/virtio: Sort reserved regionsJean-Philippe Brucker
2021-12-06iommu/virtio: Support bypass domainsJean-Philippe Brucker
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle
2021-12-06iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin
2021-12-06iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu
2021-11-26iommu/vt-d: Fix unmap_pages supportAlex Williamson