summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-05Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-03Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-37/+44
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi1-37/+44
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-07-24PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj1-1/+1
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+8
2020-07-22iommu/qcom: Use domain rather than dev as tlb cookieRob Clark1-20/+17
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+8
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner3-4/+8
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain1-3/+3
2020-07-09iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unusedJordan Crouse1-1/+1
2020-07-09iommu: Fix use-after-free in iommu_release_deviceQian Cai1-1/+1
2020-06-30iommu/amd: Make amd_iommu_apply_ivrs_quirks() static inlineJoerg Roedel1-1/+1
2020-06-30iommu: SUN50I_IOMMU should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2020-06-30iommu/sun50i: Remove unused variableMaxime Ripard1-2/+0
2020-06-30iommu/sun50i: Change the readl timeout to the atomic variantMaxime Ripard1-3/+3
2020-06-23iommu/vt-d: Fix misuse of iommu_domain_identity_map()Lu Baolu1-1/+3
2020-06-23iommu/vt-d: Update scalable mode paging structure coherencyLu Baolu1-3/+10
2020-06-23iommu/vt-d: Enable PCI ACS for platform opt in hintLu Baolu1-1/+2
2020-06-23iommu/vt-d: Don't apply gfx quirks to untrusted devicesRajat Jain1-0/+37
2020-06-23iommu/vt-d: Set U/S bit in first level page table by defaultLu Baolu1-3/+2
2020-06-23iommu/vt-d: Make Intel SVM code 64-bit onlyLu Baolu1-1/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-9/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-9/+9
2020-06-12Merge tag 'iommu-drivers-move-v5.8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-14/+14
2020-06-10iommu/vt-d: Move Intel IOMMU driver into subdirectoryJoerg Roedel9-9/+9
2020-06-10iommu/amd: Move AMD IOMMU driver into subdirectoryJoerg Roedel8-5/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+4
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds38-1633/+3095
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+3
2020-06-04iommu: Check for deferred attach in iommu_group_do_dma_attach()Joerg Roedel1-1/+5
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel38-1633/+3091
2020-05-29iommu/amd: Remove redundant devid checksJoerg Roedel1-11/+2
2020-05-29iommu/amd: Store dev_data as device iommu private dataJoerg Roedel1-22/+22
2020-05-29iommu/amd: Merge private header filesJoerg Roedel6-110/+100
2020-05-29iommu/amd: Remove PD_DMA_OPS_MASKJoerg Roedel1-17/+7
2020-05-29iommu/amd: Consolidate domain allocation/freeingJoerg Roedel1-89/+27
2020-05-29iommu/amd: Free page-table in protection_domain_free()Joerg Roedel1-5/+6
2020-05-29iommu/amd: Allocate page-table in protection_domain_init()Joerg Roedel1-26/+22
2020-05-29iommu/amd: Let free_pagetable() not rely on domain->pt_rootJoerg Roedel1-20/+16
2020-05-29iommu/amd: Unexport get_dev_data()Joerg Roedel3-11/+11
2020-05-29Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel5-58/+180