aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2022-02-04iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Gravatar Joerg Roedel 1-0/+2
2022-01-31iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Gravatar Guoqing Jiang 1-3/+10
2022-01-31iommu: Fix some W=1 warningsGravatar John Garry 3-13/+14
2022-01-31iommu: Fix potential use-after-free during probeGravatar Vijayanand Jitta 1-2/+7
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-1/+1
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-18/+5
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-483/+475
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextGravatar Joerg Roedel 13-483/+475
2021-12-20iommu: Move flush queue data into iommu_dma_cookieGravatar Robin Murphy 2-79/+94
2021-12-20iommu/iova: Move flush queue code to iommu-dmaGravatar Robin Murphy 2-176/+176
2021-12-20iommu/iova: Consolidate flush queue codeGravatar Robin Murphy 1-73/+58
2021-12-20iommu/vt-d: Use put_pages_listGravatar Matthew Wilcox (Oracle) 3-76/+41
2021-12-20iommu/amd: Use put_pages_listGravatar Matthew Wilcox (Oracle) 1-32/+18
2021-12-20iommu/amd: Simplify pagetable freeingGravatar Robin Murphy 1-48/+34
2021-12-20iommu/iova: Squash flush_cb abstractionGravatar Robin Murphy 2-18/+6
2021-12-20iommu/iova: Squash entry_dtor abstractionGravatar Robin Murphy 2-28/+17
2021-12-20iommu/iova: Fix race between FQ timeout and teardownGravatar Xiongfeng Wang 1-2/+1
2021-12-20iommu/amd: Fix typo in *glues … together* in commentGravatar Paul Menzel 1-1/+1
2021-12-17iommu/vt-d: Remove unused dma_to_mm_pfn functionGravatar Maíra Canal 1-5/+0
2021-12-17iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()Gravatar Kefeng Wang 1-4/+0
2021-12-17iommu/vt-d: Use bitmap_zalloc() when applicableGravatar Christophe JAILLET 1-5/+4
2021-12-17iommu/amd: Remove useless irq affinity notifierGravatar Maxim Levitsky 1-2/+0
2021-12-17iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resumeGravatar Maxim Levitsky 1-1/+7
2021-12-17iommu/amd: X2apic mode: setup the INTX registers on mask/unmaskGravatar Maxim Levitsky 1-32/+33
2021-12-17iommu/amd: X2apic mode: re-enable after resumeGravatar Maxim Levitsky 1-1/+4
2021-12-17iommu/amd: Restore GA log/tail pointer on host resumeGravatar Maxim Levitsky 1-16/+15
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()Gravatar John Garry via iommu 2-8/+9
2021-12-17iommu/virtio: Fix typo in a commentGravatar Xiang wangx 1-1/+1
2021-12-17iommu/vt-d: Use correctly sized arguments for bit fieldGravatar Kees Cook 1-2/+2
2021-12-16iommu/arm-smmu-v3: Use msi_get_virq()Gravatar Thomas Gleixner 1-16/+3
2021-12-16platform-msi: Use msi_desc::msi_indexGravatar Thomas Gleixner 1-2/+2
2021-12-16device: Move MSI related data into a structGravatar Thomas Gleixner 1-1/+1
2021-12-15Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"Gravatar Zhou Wang 1-3/+2
2021-12-14iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failureGravatar Yunfei Wang 1-1/+5
2021-12-14iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_opsGravatar Rikard Falkeborn 1-1/+1
2021-12-14iommu: arm-smmu-impl: Add SM8450 qcom iommu implementationGravatar Vinod Koul 1-0/+1
2021-12-14iommu/arm-smmu-qcom: Fix TTBR0 readGravatar Rob Clark 1-1/+1
2021-12-06iommu/virtio: Support identity-mapped domainsGravatar Jean-Philippe Brucker 1-4/+57
2021-12-06iommu/virtio: Pass end address to viommu_add_mapping()Gravatar Jean-Philippe Brucker 1-16/+15
2021-12-06iommu/virtio: Sort reserved regionsGravatar Jean-Philippe Brucker 1-2/+7
2021-12-06iommu/virtio: Support bypass domainsGravatar Jean-Philippe Brucker 1-1/+19
2021-12-06s390/pci: use physical addresses in DMA tablesGravatar Niklas Schnelle 1-5/+5
2021-12-06iommu/io-pgtable-arm: Fix table descriptor paddr formattingGravatar Hector Martin 1-4/+5
2021-12-06iommu: Extend mutex lock scope in iommu_probe_device()Gravatar Lu Baolu 1-1/+2
2021-11-26iommu/vt-d: Fix unmap_pages supportGravatar Alex Williamson 1-4/+2
2021-11-26iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()Gravatar Christophe JAILLET 1-2/+3
2021-11-26iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568Gravatar Alex Bee 1-2/+2
2021-11-26iommu/amd: Clarify AMD IOMMUv2 initialization messagesGravatar Joerg Roedel 1-3/+3
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+28