aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-04iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel1-0/+2
2022-01-31iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang1-3/+10
2022-01-31iommu: Fix some W=1 warningsJohn Garry3-13/+14
2022-01-31iommu: Fix potential use-after-free during probeVijayanand Jitta1-2/+7
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+5
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds13-483/+475
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel13-483/+475
2021-12-20iommu: Move flush queue data into iommu_dma_cookieRobin Murphy2-79/+94
2021-12-20iommu/iova: Move flush queue code to iommu-dmaRobin Murphy2-176/+176
2021-12-20iommu/iova: Consolidate flush queue codeRobin Murphy1-73/+58
2021-12-20iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)3-76/+41
2021-12-20iommu/amd: Use put_pages_listMatthew Wilcox (Oracle)1-32/+18
2021-12-20iommu/amd: Simplify pagetable freeingRobin Murphy1-48/+34
2021-12-20iommu/iova: Squash flush_cb abstractionRobin Murphy2-18/+6
2021-12-20iommu/iova: Squash entry_dtor abstractionRobin Murphy2-28/+17
2021-12-20iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang1-2/+1
2021-12-20iommu/amd: Fix typo in *glues … together* in commentPaul Menzel1-1/+1
2021-12-17iommu/vt-d: Remove unused dma_to_mm_pfn functionMaíra Canal1-5/+0
2021-12-17iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()Kefeng Wang1-4/+0
2021-12-17iommu/vt-d: Use bitmap_zalloc() when applicableChristophe JAILLET1-5/+4
2021-12-17iommu/amd: Remove useless irq affinity notifierMaxim Levitsky1-2/+0
2021-12-17iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resumeMaxim Levitsky1-1/+7
2021-12-17iommu/amd: X2apic mode: setup the INTX registers on mask/unmaskMaxim Levitsky1-32/+33
2021-12-17iommu/amd: X2apic mode: re-enable after resumeMaxim Levitsky1-1/+4
2021-12-17iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky1-16/+15
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu2-8/+9
2021-12-17iommu/virtio: Fix typo in a commentXiang wangx1-1/+1
2021-12-17iommu/vt-d: Use correctly sized arguments for bit fieldKees Cook1-2/+2
2021-12-16iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner1-16/+3
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner1-2/+2
2021-12-16device: Move MSI related data into a structThomas Gleixner1-1/+1
2021-12-15Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"Zhou Wang1-3/+2
2021-12-14iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failureYunfei Wang1-1/+5
2021-12-14iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_opsRikard Falkeborn1-1/+1
2021-12-14iommu: arm-smmu-impl: Add SM8450 qcom iommu implementationVinod Koul1-0/+1
2021-12-14iommu/arm-smmu-qcom: Fix TTBR0 readRob Clark1-1/+1
2021-12-06iommu/virtio: Support identity-mapped domainsJean-Philippe Brucker1-4/+57
2021-12-06iommu/virtio: Pass end address to viommu_add_mapping()Jean-Philippe Brucker1-16/+15
2021-12-06iommu/virtio: Sort reserved regionsJean-Philippe Brucker1-2/+7
2021-12-06iommu/virtio: Support bypass domainsJean-Philippe Brucker1-1/+19
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle1-5/+5
2021-12-06iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin1-4/+5
2021-12-06iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu1-1/+2
2021-11-26iommu/vt-d: Fix unmap_pages supportAlex Williamson1-4/+2
2021-11-26iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()Christophe JAILLET1-2/+3
2021-11-26iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568Alex Bee1-2/+2
2021-11-26iommu/amd: Clarify AMD IOMMUv2 initialization messagesJoerg Roedel1-3/+3
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+28