summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel2022-09-267-249/+164
|\ \
| | * Merge branch 'iommu/fixes' into coreJoerg Roedel2022-09-092-106/+117
| | |\
| | * | iommu/dma: Make header privateRobin Murphy2022-09-091-1/+1
| | * | iommu/dma: Clean up KconfigRobin Murphy2022-09-071-1/+0
| | * | iommu: Clean up bus_set_iommu()Robin Murphy2022-09-071-2/+0
| | * | iommu/vt-d: Handle race between registration and device probeRobin Murphy2022-09-071-1/+1
| | * | iommu: Retire iommu_capable()Robin Murphy2022-09-071-1/+1
| |/ / |/| |
| * | iommu/vt-d: Avoid unnecessary global DMA cache invalidationLu Baolu2022-09-262-0/+8
| * | iommu/vt-d: Avoid unnecessary global IRTE cache invalidationLu Baolu2022-09-262-2/+5
| * | iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_supportYi Liu2022-09-265-6/+6
| * | iommu/vt-d: Remove pasid_set_eafe()Lu Baolu2022-09-261-10/+0
| * | iommu/vt-d: Decouple PASID & PRI enabling from SVALu Baolu2022-09-263-66/+18
| * | iommu/vt-d: Remove unnecessary SVA data accesses in page fault pathLu Baolu2022-09-262-54/+8
| * | iommu/vt-d: Check correct capability for sagaw determinationYi Liu2022-09-211-1/+1
| * | Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu2022-09-212-9/+25
| * | iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu2022-09-112-25/+9
| |/
| * iommu/vt-d: Fix lockdep splat due to klist iteration in atomic contextLu Baolu2022-09-071-28/+19
| * iommu/vt-d: Fix recursive lock issue in iommu_flush_dev_iotlb()Lu Baolu2022-09-071-16/+23
| * iommu/vt-d: Correctly calculate sagaw value of IOMMULu Baolu2022-09-071-3/+25
| * iommu/vt-d: Fix kdump kernels boot failure with scalable modeLu Baolu2022-09-072-59/+50
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-1/+1
|\
| * lib/bitmap: change type of bitmap_weight to unsigned longYury Norov2022-07-151-1/+1
| * iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)Alexander Lobakin2022-07-131-1/+1
| |
| \
| \
| \
*---. \ Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-2912-402/+1200
|\ \ \ \ | | |_|/ | |/| |
| | | * iommu: remove the put_resv_regions methodChristoph Hellwig2022-07-151-1/+0
| | |/ | |/|
| | * iommu/vt-d: Remove global g_iommus arrayLu Baolu2022-07-151-44/+0
| | * iommu/vt-d: Remove unnecessary check in intel_iommu_add()Lu Baolu2022-07-151-3/+0
| | * iommu/vt-d: Refactor iommu information of each domainLu Baolu2022-07-154-63/+93
| | * iommu/vt-d: Use IDA interface to manage iommu sequence idLu Baolu2022-07-151-27/+8
| | * iommu/vt-d: Remove unused domain_get_iommu()Lu Baolu2022-07-152-19/+0
| | * iommu/vt-d: Convert global spinlock into per domain lockLu Baolu2022-07-152-21/+22
| | * iommu/vt-d: Use device_domain_lock accuratelyLu Baolu2022-07-151-38/+19
| | * iommu/vt-d: Fold __dmar_remove_one_dev_info() into its callerLu Baolu2022-07-151-24/+8
| | * iommu/vt-d: Check device list of domain in domain free pathLu Baolu2022-07-151-15/+3
| | * iommu/vt-d: Acquiring lock in pasid manipulation helpersLu Baolu2022-07-153-53/+55
| | * iommu/vt-d: Acquiring lock in domain ID allocation helpersLu Baolu2022-07-151-15/+9
| | * iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()Lu Baolu2022-07-153-46/+32
| | * iommu/vt-d: Unnecessary spinlock for root table alloc and freeLu Baolu2022-07-151-13/+5
| | * iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()Lu Baolu2022-07-152-29/+6
| | * iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()Lu Baolu2022-07-152-14/+8
| | * iommu/vt-d: debugfs: Remove device_domain_lock usageLu Baolu2022-07-153-14/+32
| | * iommu/vt-d: Remove unused iovad from dmar_domainLu Baolu2022-07-151-1/+0
| | * iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu2022-07-1510-9/+841
| | * x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMULu Baolu2022-07-151-0/+14
| | * iommu/vt-d: Remove unnecessary exported symbolLu Baolu2022-07-151-6/+0
| | * iommu/vt-d: Move trace/events/intel_iommu.h under iommuLu Baolu2022-07-154-3/+101
| |/ |/|
* | iommu/vt-d: Fix RID2PASID setup/teardown failureLu Baolu2022-07-063-91/+3
* | iommu/vt-d: Fix PCI bus rescan device hot addYian Chen2022-07-061-1/+1
|/
* Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-313-103/+160
|\
| *-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2022-05-204-106/+188
| |\ \