aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-156/+121
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-74/+102
2020-10-01iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()Lu Baolu1-2/+2
2020-10-01iommu/amd: Fix the overwritten field in IVMD headerAdrian Huang1-46/+10
2020-09-24iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai1-2/+6
2020-09-18iommu/amd: Restore IRTE.RemapEn bit for amd_iommu_activate_guest_modeSuravee Suthikulpanit1-0/+4
2020-09-18iommu/amd: Fix potential @entry null derefJoao Martins1-1/+3
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu1-1/+27
2020-09-17iommu/vt-d: Change flags type to unsigned int in binding mmFenghua Yu1-3/+4
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu9-70/+71
2020-09-16iommu/amd: Remove domain search for PCI/MSIThomas Gleixner1-3/+0
2020-09-16iommu/vt-d: Remove domain search for PCI/MSI[X]Thomas Gleixner1-3/+0
2020-09-16iommm/amd: Store irq domain in struct deviceThomas Gleixner1-1/+16
2020-09-16iommm/vt-d: Store irq domain in struct deviceThomas Gleixner2-0/+19
2020-09-16x86/msi: Consolidate MSI allocationThomas Gleixner2-4/+5
2020-09-16x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner3-17/+17
2020-09-16x86/msi: Consolidate HPET allocationThomas Gleixner2-3/+3
2020-09-16iommu/irq_remapping: Consolidate irq domain lookupThomas Gleixner5-30/+4
2020-09-16iommu/amd: Consolidate irq domain getterThomas Gleixner1-44/+21
2020-09-16iommu/vt-d: Consolidate irq domain getterThomas Gleixner1-43/+24
2020-09-16x86/irq: Add allocation type for parent domain retrievalThomas Gleixner3-7/+11
2020-09-16x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependencyThomas Gleixner2-21/+21
2020-09-16iommu/amd: Prevent NULL pointer dereferenceThomas Gleixner1-2/+2
2020-09-04iommu/vt-d: Handle 36bit addressing for x86-32Chris Wilson1-7/+7
2020-09-04iommu/amd: Do not use IOMMUv2 functionality when SME is activeJoerg Roedel1-0/+7
2020-09-04iommu/amd: Do not force direct mapping when SME is activeJoerg Roedel1-1/+6
2020-09-04iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit3-7/+33
2020-09-04iommu/amd: Restore IRTE.RemapEn bit after programming IRTESuravee Suthikulpanit1-0/+2
2020-09-04iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()Lu Baolu1-45/+55
2020-09-04iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu1-2/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-9/+7
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig1-2/+2
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu2-2/+3
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-17/+17
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds41-519/+1150
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+4
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar1-0/+1
2020-08-05Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2020-08-05virtio-iommu: convert to LE accessorsMichael S. Tsirkin1-17/+17
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/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-08-03Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-37/+44
2020-07-29Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into nextJoerg Roedel11-5/+9
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel37-515/+1142
2020-07-29iommu/amd: Move Kconfig and Makefile bits down into amd directoryJerry Snitselaar4-48/+50
2020-07-29iommu/vt-d: Move Kconfig and Makefile bits down into intel directoryJerry Snitselaar4-91/+96