summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel12-402/+1200
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov1-1/+1
2022-07-15iommu/vt-d: Remove global g_iommus arrayLu Baolu1-44/+0
2022-07-15iommu/vt-d: Remove unnecessary check in intel_iommu_add()Lu Baolu1-3/+0
2022-07-15iommu/vt-d: Refactor iommu information of each domainLu Baolu4-63/+93
2022-07-15iommu/vt-d: Use IDA interface to manage iommu sequence idLu Baolu1-27/+8
2022-07-15iommu/vt-d: Remove unused domain_get_iommu()Lu Baolu2-19/+0
2022-07-15iommu/vt-d: Convert global spinlock into per domain lockLu Baolu2-21/+22
2022-07-15iommu/vt-d: Use device_domain_lock accuratelyLu Baolu1-38/+19
2022-07-15iommu/vt-d: Fold __dmar_remove_one_dev_info() into its callerLu Baolu1-24/+8
2022-07-15iommu/vt-d: Check device list of domain in domain free pathLu Baolu1-15/+3
2022-07-15iommu/vt-d: Acquiring lock in pasid manipulation helpersLu Baolu3-53/+55
2022-07-15iommu/vt-d: Acquiring lock in domain ID allocation helpersLu Baolu1-15/+9
2022-07-15iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()Lu Baolu3-46/+32
2022-07-15iommu/vt-d: Unnecessary spinlock for root table alloc and freeLu Baolu1-13/+5
2022-07-15iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()Lu Baolu2-29/+6
2022-07-15iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()Lu Baolu2-14/+8
2022-07-15iommu/vt-d: debugfs: Remove device_domain_lock usageLu Baolu3-14/+32
2022-07-15iommu/vt-d: Remove unused iovad from dmar_domainLu Baolu1-1/+0
2022-07-15iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu10-9/+841
2022-07-15x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMULu Baolu1-0/+14
2022-07-15iommu/vt-d: Remove unnecessary exported symbolLu Baolu1-6/+0
2022-07-15iommu/vt-d: Move trace/events/intel_iommu.h under iommuLu Baolu4-3/+101
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-1/+0
2022-07-13iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)Alexander Lobakin1-1/+1
2022-07-06iommu/vt-d: Fix RID2PASID setup/teardown failureLu Baolu3-91/+3
2022-07-06iommu/vt-d: Fix PCI bus rescan device hot addYian Chen1-1/+1
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-103/+160
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-5/+1
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 Roedel4-106/+188
2022-05-13iommu/vt-d: Remove hard coding PGSNP bit in PASID entriesLu Baolu1-3/+0
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 Baolu3-3/+94
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: Drop stop marker messagesLu Baolu1-0/+4
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-18x86: remove the IOMMU table infrastructureChristoph Hellwig1-5/+1
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula7-1271/+149
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-1260/+147
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-12/+3
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel6-1260/+147