summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08iommu/vt-d: Add MTL to quirk list to skip TE disablingAbdul Halim, Mohd Syazwan1-1/+1
2022-12-08iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang1-1/+3
2022-10-30iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar1-0/+5
2022-09-28iommu/vt-d: Check correct capability for sagaw determinationYi Liu1-1/+1
2022-09-20iommu/vt-d: Correctly calculate sagaw value of IOMMULu Baolu1-3/+25
2022-06-09iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay1-1/+1
2022-05-12iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens1-3/+24
2021-06-03iommu/vt-d: Use user privilege for RID2PASID translationLu Baolu1-2/+5
2021-05-19iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu1-1/+2
2021-05-19iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu1-2/+12
2021-05-19Revert "iommu/vt-d: Preset Access/Dirty bits for IOVA over FL"Greg Kroah-Hartman1-12/+5
2021-05-19Revert "iommu/vt-d: Remove WO permissions on second-level paging entries"Greg Kroah-Hartman1-2/+1
2021-05-14iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu1-9/+9
2021-05-14iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu1-1/+2
2021-05-14iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu1-5/+12
2021-05-14iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu1-1/+11
2021-02-07iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit1-0/+5
2021-01-19iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_devLu Baolu1-2/+14
2020-12-30iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVMLukas Bulwahn1-1/+1
2020-11-27Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2020-11-26iommu/vt-d: Don't read VCCAP register unless it existsDavid Woodhouse1-2/+2
2020-11-20Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+3
2020-11-18iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan1-2/+3
2020-11-12Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+2
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-16Merge 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-12Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-63/+78
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2020-08-06Merge 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