summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * iommu/vt-d: Remove hard coding PGSNP bit in PASID entriesLu Baolu2022-05-131-3/+0
| | | * iommu/vt-d: Remove domain_update_iommu_snooping()Lu Baolu2022-05-131-33/+1
| | | * iommu/vt-d: Check domain force_snooping against attached devicesLu Baolu2022-05-133-3/+94
| | | * iommu/vt-d: Block force-snoop domain attaching if no SC supportLu Baolu2022-05-131-0/+3
| | | * iommu/vt-d: Fold dmar_insert_one_dev_info() into its callerLu Baolu2022-05-131-59/+51
| | | * iommu/vt-d: Change return type of dmar_insert_one_dev_info()Lu Baolu2022-05-131-16/+11
| | | * iommu/vt-d: Remove unneeded validity check on devMuhammad Usama Anjum2022-05-131-1/+1
| | | * iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHEJason Gunthorpe2022-04-281-1/+1
| | | * vfio: Move the Intel no-snoop control off of IOMMU_CACHEJason Gunthorpe2022-04-281-5/+2
| | | * iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe2022-04-281-1/+13
| | | * iommu: Add capability for pre-boot DMA protectionRobin Murphy2022-04-281-0/+2
| | |/ | |/|
* | | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-5/+1
|\ \ \
| * | | x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-181-5/+1
| |/ /
* | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-117-1271/+149
| |\|
| * | iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay2022-03-021-1/+1
* | | iommu/vt-d: Drop stop marker messagesLu Baolu2022-04-281-0/+4
* | | iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens2022-04-281-3/+24
| |/ |/|
* | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-246-1260/+147
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-086-1260/+147
| |\ \ \ | | | |/ | | |/|
| | | * iommu/vt-d: Enable ATS for the devices in SATC tableYian Chen2022-03-041-2/+38
| | | * iommu/vt-d: Remove unused function intel_svm_capable()YueHaibing2022-03-041-5/+0
| | | * iommu/vt-d: Add missing "__init" for rmrr_sanity_check()Marco Bonelli2022-03-041-1/+1
| | | * iommu/vt-d: Move intel_iommu_ops to header fileAndy Shevchenko2022-03-041-2/+0
| | | * iommu/vt-d: Fix indentation of goto labelsLu Baolu2022-03-041-2/+2
| | | * iommu/vt-d: Remove unnecessary prototypesLu Baolu2022-03-041-5/+0
| | | * iommu/vt-d: Remove unnecessary includesLu Baolu2022-03-041-27/+7
| | | * iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu2022-03-044-128/+79
| | | * iommu/vt-d: Remove domain and devinfo mempoolLu Baolu2022-03-041-99/+5
| | | * iommu/vt-d: Remove iova_cache_get/put()Lu Baolu2022-03-041-5/+0
| | | * iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()Lu Baolu2022-03-041-21/+0
| | | * iommu/vt-d: Remove intel_iommu::domainsLu Baolu2022-03-041-65/+3
| | | * Merge branch 'core' into x86/vt-dJoerg Roedel2022-03-045-902/+15
| | | |\
| | | | * iommu: Split struct iommu_opsLu Baolu2022-02-281-9/+11
| | | | * iommu: Remove unused argument in is_attach_deferredLu Baolu2022-02-281-2/+1
| | | | * iommu/vt-d: Remove aux-domain related callbacksLu Baolu2022-02-282-309/+3
| | | | * iommu/vt-d: Remove guest pasid related callbacksLu Baolu2022-02-284-582/+0
| | | |/ | | |/|
| | | * iommu/vtd: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-141-1/+2
| | |/
* | | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-213-12/+3
|\ \ \ | |/ / |/| |
| * | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-152-11/+2
| * | iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVAFenghua Yu2022-02-141-1/+1
| |/
* / iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang2022-02-281-1/+1
|/
* iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang2022-01-311-3/+10
*-. Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel2022-01-041-74/+37
|\ \
| | * iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)2021-12-201-58/+31
| |/ |/|
| * iommu/vt-d: Remove unused dma_to_mm_pfn functionMaĆ­ra Canal2021-12-171-5/+0
| * iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()Kefeng Wang2021-12-171-4/+0
| * iommu/vt-d: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-171-5/+4
| * iommu/vt-d: Use correctly sized arguments for bit fieldKees Cook2021-12-171-2/+2
|/
* iommu/vt-d: Fix unmap_pages supportAlex Williamson2021-11-261-4/+2