summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2020-09-09iommu/vt-d: Handle 36bit addressing for x86-32Chris Wilson
2020-09-09iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit
2020-09-09iommu/amd: Restore IRTE.RemapEn bit after programming IRTESuravee Suthikulpanit
2020-09-09iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu
2020-09-03dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig
2020-09-03iommu/iova: Don't BUG on invalid PFNsRobin Murphy
2020-08-21iommu/vt-d: Disable multiple GPASID-dev bindJacob Pan
2020-08-21iommu/vt-d: Warn on out-of-range invalidation addressJacob Pan
2020-08-21iommu/vt-d: Handle non-page aligned addressLiu Yi L
2020-08-21iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King
2020-08-21PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj
2020-08-19irqdomain/treewide: Free firmware node after domain removalJon Derrick
2020-08-19iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommuLu Baolu
2020-07-22iommu/qcom: Use domain rather than dev as tlb cookieRob Clark
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-07-09iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unusedJordan Crouse
2020-07-09iommu: Fix use-after-free in iommu_release_deviceQian Cai
2020-06-30iommu/amd: Make amd_iommu_apply_ivrs_quirks() static inlineJoerg Roedel
2020-06-30iommu: SUN50I_IOMMU should depend on HAS_DMAGeert Uytterhoeven
2020-06-30iommu/sun50i: Remove unused variableMaxime Ripard
2020-06-30iommu/sun50i: Change the readl timeout to the atomic variantMaxime Ripard
2020-06-23iommu/vt-d: Fix misuse of iommu_domain_identity_map()Lu Baolu
2020-06-23iommu/vt-d: Update scalable mode paging structure coherencyLu Baolu
2020-06-23iommu/vt-d: Enable PCI ACS for platform opt in hintLu Baolu
2020-06-23iommu/vt-d: Don't apply gfx quirks to untrusted devicesRajat Jain
2020-06-23iommu/vt-d: Set U/S bit in first level page table by defaultLu Baolu
2020-06-23iommu/vt-d: Make Intel SVM code 64-bit onlyLu Baolu
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12Merge tag 'iommu-drivers-move-v5.8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-10iommu/vt-d: Move Intel IOMMU driver into subdirectoryJoerg Roedel
2020-06-10iommu/amd: Move AMD IOMMU driver into subdirectoryJoerg Roedel
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-04iommu: Check for deferred attach in iommu_group_do_dma_attach()Joerg Roedel
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel
2020-05-29iommu/amd: Remove redundant devid checksJoerg Roedel
2020-05-29iommu/amd: Store dev_data as device iommu private dataJoerg Roedel
2020-05-29iommu/amd: Merge private header filesJoerg Roedel
2020-05-29iommu/amd: Remove PD_DMA_OPS_MASKJoerg Roedel
2020-05-29iommu/amd: Consolidate domain allocation/freeingJoerg Roedel
2020-05-29iommu/amd: Free page-table in protection_domain_free()Joerg Roedel
2020-05-29iommu/amd: Allocate page-table in protection_domain_init()Joerg Roedel
2020-05-29iommu/amd: Let free_pagetable() not rely on domain->pt_rootJoerg Roedel
2020-05-29iommu/amd: Unexport get_dev_data()Joerg Roedel
2020-05-29Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel
2020-05-29iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu