summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-06iommu/vt-d: Fix RID2PASID setup/teardown failureLu Baolu1-24/+0
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-100/+116
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel1-103/+140
2022-05-13iommu/vt-d: Remove domain_update_iommu_snooping()Lu Baolu1-33/+1
2022-05-13iommu/vt-d: Check domain force_snooping against attached devicesLu Baolu1-3/+50
2022-05-13iommu/vt-d: Block force-snoop domain attaching if no SC supportLu Baolu1-0/+3
2022-05-13iommu/vt-d: Fold dmar_insert_one_dev_info() into its callerLu Baolu1-59/+51
2022-05-13iommu/vt-d: Change return type of dmar_insert_one_dev_info()Lu Baolu1-16/+11
2022-05-13iommu/vt-d: Remove unneeded validity check on devMuhammad Usama Anjum1-1/+1
2022-04-28iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHEJason Gunthorpe1-1/+1
2022-04-28vfio: Move the Intel no-snoop control off of IOMMU_CACHEJason Gunthorpe1-5/+2
2022-04-28iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe1-1/+13
2022-04-28iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens1-3/+24
2022-04-28iommu: Add capability for pre-boot DMA protectionRobin Murphy1-0/+2
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula1-867/+134
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-866/+133
2022-03-04iommu/vt-d: Enable ATS for the devices in SATC tableYian Chen1-2/+38
2022-03-04iommu/vt-d: Add missing "__init" for rmrr_sanity_check()Marco Bonelli1-1/+1
2022-03-04iommu/vt-d: Fix indentation of goto labelsLu Baolu1-2/+2
2022-03-04iommu/vt-d: Remove unnecessary prototypesLu Baolu1-5/+0
2022-03-04iommu/vt-d: Remove unnecessary includesLu Baolu1-27/+7
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu1-118/+68
2022-03-04iommu/vt-d: Remove domain and devinfo mempoolLu Baolu1-99/+5
2022-03-04iommu/vt-d: Remove iova_cache_get/put()Lu Baolu1-5/+0
2022-03-04iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()Lu Baolu1-21/+0
2022-03-04iommu/vt-d: Remove intel_iommu::domainsLu Baolu1-65/+3
2022-03-02iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay1-1/+1
2022-02-28iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang1-1/+1
2022-02-28iommu: Split struct iommu_opsLu Baolu1-9/+11
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu1-2/+1
2022-02-28iommu/vt-d: Remove aux-domain related callbacksLu Baolu1-307/+2
2022-02-28iommu/vt-d: Remove guest pasid related callbacksLu Baolu1-208/+0
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-74/+37
2021-12-20iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)1-58/+31
2021-12-17iommu/vt-d: Remove unused dma_to_mm_pfn functionMaĆ­ra Canal1-5/+0
2021-12-17iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()Kefeng Wang1-4/+0
2021-12-17iommu/vt-d: Use bitmap_zalloc() when applicableChristophe JAILLET1-5/+4
2021-12-17iommu/vt-d: Use correctly sized arguments for bit fieldKees Cook1-2/+2
2021-11-26iommu/vt-d: Fix unmap_pages supportAlex Williamson1-4/+2
2021-10-18iommu/vt-d: Avoid duplicate removing in __domain_mapping()Longpeng(Mike)1-5/+6
2021-10-18iommu/vt-d: Delete dev_has_feat callbackLu Baolu1-54/+5
2021-10-18iommu/vt-d: Use second level for GPA->HPA translationLu Baolu1-3/+12
2021-10-18iommu/vt-d: Remove duplicate identity domain flagLu Baolu1-5/+4
2021-10-18iommu/vt-d: Dump DMAR translation structure when DMA fault occursKyung Min Park1-0/+113
2021-10-18iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel optionTvrtko Ursulin1-1/+5
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu1-1/+2
2021-08-19iommu/vt-d: Preset A/D bits for user space DMA usageLu Baolu1-7/+3
2021-08-19iommu/vt-d: Enable Intel IOMMU scalable mode by defaultLu Baolu1-1/+4
2021-08-19iommu/vt-d: Refactor Kconfig a bitLu Baolu1-11/+2