summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07iommu/vt-d: Fix ineffective devTLB invalidation for subdevicesLiu Yi L1-16/+37
2021-01-07iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L1-24/+71
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon1-4/+5
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon1-788/+120
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon1-2/+2
2020-12-01iommu/vt-d: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET1-1/+1
2020-11-27iommu/vt-d: Remove set but not used variableLu Baolu1-2/+1
2020-11-26iommu/vt-d: Don't read VCCAP register unless it existsDavid Woodhouse1-2/+2
2020-11-25iommu: Move def_domain type check for untrusted device into coreLu Baolu1-7/+0
2020-11-25iommu/vt-d: Cleanup after converting to dma-iommu opsLu Baolu1-62/+28
2020-11-25iommu/vt-d: Convert intel iommu driver to the iommu opsTom Murphy1-703/+42
2020-11-25iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_devLu Baolu1-2/+14
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy1-19/+36
2020-11-23iommu/ioasid: Add ioasid referencesJean-Philippe Brucker1-2/+2
2020-11-23Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Will Deacon1-3/+2
2020-11-18iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan1-2/+3
2020-11-17iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVMLukas Bulwahn1-1/+1
2020-11-03iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()Lu Baolu1-0/+3
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig1-3/+2
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+7
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+47
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2020-10-07Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', '...Joerg Roedel1-15/+47
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-10-01iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()Lu Baolu1-2/+2
2020-10-01iommu/vt-d: Check UAPI data processed by IOMMU coreJacob Pan1-2/+1
2020-10-01iommu/uapi: Use named union for user dataJacob Pan1-11/+11
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+4
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig1-52/+62
2020-09-24iommu/vt-d: Use device numa domain if RHSA is missingLu Baolu1-2/+35
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-2/+2
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig1-1/+1
2020-09-04iommu/vt-d: Handle 36bit addressing for x86-32Chris Wilson1-7/+7
2020-09-04iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()Lu Baolu1-45/+55
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-63/+78
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2020-08-05Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel1-63/+78
2020-07-24PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj1-1/+1
2020-07-24iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommuLu Baolu1-0/+27
2020-07-24iommu/vt-d: Rename intel-pasid.h to pasid.hLu Baolu1-1/+1
2020-07-24iommu/vt-d: Add page response ops supportLu Baolu1-0/+1
2020-07-24iommu/vt-d: Refactor device_to_iommu() helperLu Baolu1-39/+16
2020-07-24iommu/vt-d: Warn on out-of-range invalidation addressJacob Pan1-3/+2
2020-07-24iommu/vt-d: Fix devTLB flush for vSVALiu Yi L1-10/+21
2020-07-24iommu/vt-d: Remove global page support in devTLB flushJacob Pan1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain1-3/+3