aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/intel
AgeCommit message (Expand)AuthorFilesLines
2022-07-15x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMUGravatar Lu Baolu 1-0/+14
2022-07-15iommu/vt-d: Remove unnecessary exported symbolGravatar Lu Baolu 1-6/+0
2022-07-15iommu/vt-d: Move trace/events/intel_iommu.h under iommuGravatar Lu Baolu 4-3/+101
2022-07-15iommu: remove the put_resv_regions methodGravatar Christoph Hellwig 1-1/+0
2022-07-13iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)Gravatar Alexander Lobakin 1-1/+1
2022-07-06iommu/vt-d: Fix RID2PASID setup/teardown failureGravatar Lu Baolu 3-91/+3
2022-07-06iommu/vt-d: Fix PCI bus rescan device hot addGravatar Yian Chen 1-1/+1
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-103/+160
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-5/+1
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+1
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Gravatar Joerg Roedel 4-106/+188
2022-05-13iommu/vt-d: Remove hard coding PGSNP bit in PASID entriesGravatar Lu Baolu 1-3/+0
2022-05-13iommu/vt-d: Remove domain_update_iommu_snooping()Gravatar Lu Baolu 1-33/+1
2022-05-13iommu/vt-d: Check domain force_snooping against attached devicesGravatar Lu Baolu 3-3/+94
2022-05-13iommu/vt-d: Block force-snoop domain attaching if no SC supportGravatar Lu Baolu 1-0/+3
2022-05-13iommu/vt-d: Fold dmar_insert_one_dev_info() into its callerGravatar Lu Baolu 1-59/+51
2022-05-13iommu/vt-d: Change return type of dmar_insert_one_dev_info()Gravatar Lu Baolu 1-16/+11
2022-05-13iommu/vt-d: Remove unneeded validity check on devGravatar Muhammad Usama Anjum 1-1/+1
2022-04-28iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHEGravatar Jason Gunthorpe 1-1/+1
2022-04-28vfio: Move the Intel no-snoop control off of IOMMU_CACHEGravatar Jason Gunthorpe 1-5/+2
2022-04-28iommu: Introduce the domain op enforce_cache_coherency()Gravatar Jason Gunthorpe 1-1/+13
2022-04-28iommu/vt-d: Drop stop marker messagesGravatar Lu Baolu 1-0/+4
2022-04-28iommu/vt-d: Calculate mask for non-aligned flushesGravatar David Stevens 1-3/+24
2022-04-28iommu: Add capability for pre-boot DMA protectionGravatar Robin Murphy 1-0/+2
2022-04-18x86: remove the IOMMU table infrastructureGravatar Christoph Hellwig 1-5/+1
2022-04-11Merge drm/drm-next into drm-intel-nextGravatar Jani Nikula 7-1271/+149
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-1260/+147
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-12/+3
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Gravatar Joerg Roedel 6-1260/+147
2022-03-04iommu/vt-d: Enable ATS for the devices in SATC tableGravatar Yian Chen 1-2/+38
2022-03-04iommu/vt-d: Remove unused function intel_svm_capable()Gravatar YueHaibing 1-5/+0
2022-03-04iommu/vt-d: Add missing "__init" for rmrr_sanity_check()Gravatar Marco Bonelli 1-1/+1
2022-03-04iommu/vt-d: Move intel_iommu_ops to header fileGravatar Andy Shevchenko 1-2/+0
2022-03-04iommu/vt-d: Fix indentation of goto labelsGravatar Lu Baolu 1-2/+2
2022-03-04iommu/vt-d: Remove unnecessary prototypesGravatar Lu Baolu 1-5/+0
2022-03-04iommu/vt-d: Remove unnecessary includesGravatar Lu Baolu 1-27/+7
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOGravatar Lu Baolu 4-128/+79
2022-03-04iommu/vt-d: Remove domain and devinfo mempoolGravatar Lu Baolu 1-99/+5
2022-03-04iommu/vt-d: Remove iova_cache_get/put()Gravatar Lu Baolu 1-5/+0
2022-03-04iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()Gravatar Lu Baolu 1-21/+0
2022-03-04iommu/vt-d: Remove intel_iommu::domainsGravatar Lu Baolu 1-65/+3
2022-03-04Merge branch 'core' into x86/vt-dGravatar Joerg Roedel 5-902/+15
2022-03-02iommu/vt-d: Add RPLS to quirk list to skip TE disablingGravatar Tejas Upadhyay 1-1/+1
2022-02-28iommu/vt-d: Fix double list_add when enabling VMD in scalable modeGravatar Adrian Huang 1-1/+1
2022-02-28iommu: Split struct iommu_opsGravatar Lu Baolu 1-9/+11
2022-02-28iommu: Remove unused argument in is_attach_deferredGravatar Lu Baolu 1-2/+1
2022-02-28iommu/vt-d: Remove aux-domain related callbacksGravatar Lu Baolu 2-309/+3
2022-02-28iommu/vt-d: Remove guest pasid related callbacksGravatar Lu Baolu 4-582/+0
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitGravatar Fenghua Yu 2-11/+2
2022-02-14iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVAGravatar Fenghua Yu 1-1/+1