summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2022-03-232-1/+75
|\
| * media: iommu/mediatek: Add device_link between the consumer and the larb devicesYong Wu2022-01-282-1/+58
| * media: iommu/mediatek: Add probe_defer for smi-larbYong Wu2022-01-282-0/+8
| * media: iommu/mediatek: Return ENODEV if the device is NULLYong Wu2022-01-282-2/+2
| * media: iommu/mediatek-v1: Free the existed fwspec if the master dev already hasYong Wu2022-01-281-0/+9
* | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-219-86/+27
|\ \
| * | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-156-78/+19
| * | iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVAFenghua Yu2022-02-144-8/+8
* | | iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_findMiaoqian Lin2022-02-281-1/+3
* | | iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang2022-02-281-1/+1
* | | iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit2022-02-141-6/+6
* | | iommu/amd: Recover from event log overflowLennert Buytenhek2022-02-144-2/+20
|/ /
* | iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel2022-02-041-0/+2
* | iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang2022-01-311-3/+10
* | iommu: Fix some W=1 warningsJohn Garry2022-01-313-13/+14
* | iommu: Fix potential use-after-free during probeVijayanand Jitta2022-01-311-2/+7
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-18/+5
|\ \
| * | iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner2021-12-161-16/+3
| * | platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-2/+2
| * | device: Move MSI related data into a structThomas Gleixner2021-12-161-1/+1
| |/
* | Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-1213-483/+475
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel2022-01-0413-483/+475
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | | | * iommu: Move flush queue data into iommu_dma_cookieRobin Murphy2021-12-202-79/+94
| | | | | | * iommu/iova: Move flush queue code to iommu-dmaRobin Murphy2021-12-202-176/+176
| | | | | | * iommu/iova: Consolidate flush queue codeRobin Murphy2021-12-201-73/+58
| | | | | | * iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)2021-12-203-76/+41
| | | | | | * iommu/amd: Use put_pages_listMatthew Wilcox (Oracle)2021-12-201-32/+18
| | | | | | * iommu/amd: Simplify pagetable freeingRobin Murphy2021-12-201-48/+34
| | | | | | * iommu/iova: Squash flush_cb abstractionRobin Murphy2021-12-202-18/+6
| | | | | | * iommu/iova: Squash entry_dtor abstractionRobin Murphy2021-12-202-28/+17
| | | | | | * iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang2021-12-201-2/+1
| | | | | | * iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu2021-12-172-8/+9
| | | | | | * iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin2021-12-061-4/+5
| | | | | | * iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu2021-12-061-1/+2
| | |_|_|_|/ | |/| | | |
| | | | | * iommu/vt-d: Remove unused dma_to_mm_pfn functionMaíra Canal2021-12-171-5/+0
| | | | | * iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()Kefeng Wang2021-12-171-4/+0
| | | | | * iommu/vt-d: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-171-5/+4
| | | | | * iommu/vt-d: Use correctly sized arguments for bit fieldKees Cook2021-12-171-2/+2
| | |_|_|/ | |/| | |
| | | | * iommu/amd: Fix typo in *glues … together* in commentPaul Menzel2021-12-201-1/+1
| | | | * iommu/amd: Remove useless irq affinity notifierMaxim Levitsky2021-12-171-2/+0
| | | | * iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resumeMaxim Levitsky2021-12-171-1/+7
| | | | * iommu/amd: X2apic mode: setup the INTX registers on mask/unmaskMaxim Levitsky2021-12-171-32/+33
| | | | * iommu/amd: X2apic mode: re-enable after resumeMaxim Levitsky2021-12-171-1/+4
| | | | * iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky2021-12-171-16/+15
| | |_|/ | |/| |
| | | * iommu/virtio: Fix typo in a commentXiang wangx2021-12-171-1/+1
| | | * iommu/virtio: Support identity-mapped domainsJean-Philippe Brucker2021-12-061-4/+57
| | | * iommu/virtio: Pass end address to viommu_add_mapping()Jean-Philippe Brucker2021-12-061-16/+15
| | | * iommu/virtio: Sort reserved regionsJean-Philippe Brucker2021-12-061-2/+7