aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2021-04-16iommu: Streamline registration interfaceRobin Murphy2-5/+2
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel6-199/+264
2021-04-15iommu/vt-d: Force to flush iotlb before creating superpageLongpeng(Mike)1-14/+38
2021-04-15iommu/vt-d: Fix an error handling path in 'intel_prepare_irq_remapping()'Christophe JAILLET1-1/+1
2021-04-15iommu/vt-d: Fix build error of pasid_enable_wpe() with !X86Lu Baolu1-0/+2
2021-04-07iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardownLu Baolu1-0/+3
2021-04-07iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu1-9/+9
2021-04-07iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu1-1/+2
2021-04-07iommu/vt-d: Report the right page fault addressLu Baolu1-1/+1
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy1-52/+12
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig1-22/+9
2021-04-07iommu/vt-d: Support IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker1-3/+8
2021-04-07iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu3-1/+28
2021-04-07iommu/vt-d: Remove IOVA domain rcache flushing for CPU offliningJohn Garry1-31/+0
2021-04-07iommu/vt-d: Make unnecessarily global functions staticLu Baolu2-4/+2
2021-04-07iommu/vt-d: Remove unused function declarationsLu Baolu1-3/+0
2021-04-07iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASIDLu Baolu1-22/+18
2021-04-07iommu/vt-d: Remove svm_dev_opsLu Baolu1-14/+1
2021-04-07iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu1-2/+2
2021-04-07iommu/vt-d: Fix lockdep splat in intel_pasid_get_entry()Lu Baolu1-8/+13
2021-03-22iommu/vt-d: Use Real PCI DMA device for IRTEJon Derrick1-1/+2
2021-03-18iommu/vt-d: Calculate and set flags for handle_mm_faultJacob Pan1-3/+6
2021-03-18iommu/vt-d: Reject unsupported page request modesJacob Pan1-1/+11
2021-03-18iommu/vt-d: Enable write protect propagation from guestJacob Pan1-0/+3
2021-03-18iommu/vt-d: Enable write protect for supervisor SVMJacob Pan1-0/+26
2021-03-18iommu/vt-d: Report more information about invalidation errorsLu Baolu1-4/+64
2021-03-18iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the deviceKyung Min Park1-0/+3
2021-03-18iommu/dma: Resurrect the "forcedac" optionRobin Murphy1-3/+2
2021-03-04iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu1-2/+2
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel8-176/+550
2021-02-04iommu/vt-d: Parse SATC reporting structureYian Chen2-0/+97
2021-02-04iommu/vt-d: Add iotlb_sync_map callbackLu Baolu1-30/+60
2021-02-04iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park3-74/+42
2021-02-04iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park5-1/+313
2021-02-02iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu2-2/+1
2021-01-29iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu1-4/+1
2021-01-29iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu1-2/+11
2021-01-28iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit1-1/+31
2021-01-28iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()Lu Baolu1-1/+1
2021-01-28iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu1-2/+12
2021-01-28iommu/vt-d: Add qi_submit trace eventLu Baolu1-0/+3
2021-01-28iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu2-62/+11
2021-01-12iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao1-1/+0
2021-01-12iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu1-2/+20
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
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L1-4/+5
2021-01-07iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu1-6/+8
2021-01-07iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()Lu Baolu1-2/+2