| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/vt-d: Fix PCI device refcount leak in has_external_pci() | Xiongfeng Wang | 2022-12-02 | 1 | -1/+3 |
* | iommu/vt-d: Add a fix for devices need extra dtlb flush | Jacob Pan | 2022-12-02 | 1 | -2/+67 |
* | iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries | Tina Zhang | 2022-11-19 | 1 | -5/+3 |
* | iommu/vt-d: Clean up si_domain in the init_dmars() error path | Jerry Snitselaar | 2022-10-21 | 1 | -0/+5 |
* | iommu/vt-d: Use rcu_lock in get_resv_regions | Lu Baolu | 2022-10-21 | 1 | -3/+3 |
* | iommu: Add gfp parameter to iommu_alloc_resv_region | Lu Baolu | 2022-10-21 | 1 | -3/+5 |
*-. | Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'... | Joerg Roedel | 2022-09-26 | 1 | -170/+137 |
|\ \ |
|
| | * | Merge branch 'iommu/fixes' into core | Joerg Roedel | 2022-09-09 | 1 | -103/+111 |
| | |\ |
|
| | * | | iommu/dma: Make header private | Robin Murphy | 2022-09-09 | 1 | -1/+1 |
| | * | | iommu: Clean up bus_set_iommu() | Robin Murphy | 2022-09-07 | 1 | -2/+0 |
| | * | | iommu/vt-d: Handle race between registration and device probe | Robin Murphy | 2022-09-07 | 1 | -1/+1 |
| | * | | iommu: Retire iommu_capable() | Robin Murphy | 2022-09-07 | 1 | -1/+1 |
| |/ /
|/| | |
|
| * | | iommu/vt-d: Avoid unnecessary global DMA cache invalidation | Lu Baolu | 2022-09-26 | 1 | -0/+7 |
| * | | iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_support | Yi Liu | 2022-09-26 | 1 | -1/+1 |
| * | | iommu/vt-d: Decouple PASID & PRI enabling from SVA | Lu Baolu | 2022-09-26 | 1 | -62/+16 |
| * | | iommu/vt-d: Check correct capability for sagaw determination | Yi Liu | 2022-09-21 | 1 | -1/+1 |
| * | | Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()" | Lu Baolu | 2022-09-21 | 1 | -2/+25 |
| * | | iommu/vt-d: Fix possible recursive locking in intel_iommu_init() | Lu Baolu | 2022-09-11 | 1 | -25/+2 |
| |/ |
|
| * | iommu/vt-d: Fix lockdep splat due to klist iteration in atomic context | Lu Baolu | 2022-09-07 | 1 | -28/+19 |
| * | iommu/vt-d: Fix recursive lock issue in iommu_flush_dev_iotlb() | Lu Baolu | 2022-09-07 | 1 | -16/+23 |
| * | iommu/vt-d: Correctly calculate sagaw value of IOMMU | Lu Baolu | 2022-09-07 | 1 | -3/+25 |
| * | iommu/vt-d: Fix kdump kernels boot failure with scalable mode | Lu Baolu | 2022-09-07 | 1 | -56/+44 |
|/ |
|
*---. | Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',... | Joerg Roedel | 2022-07-29 | 1 | -295/+152 |
|\ \ \ |
|
| | | * | iommu: remove the put_resv_regions method | Christoph Hellwig | 2022-07-15 | 1 | -1/+0 |
| | |/
| |/| |
|
| | * | iommu/vt-d: Remove global g_iommus array | Lu Baolu | 2022-07-15 | 1 | -44/+0 |
| | * | iommu/vt-d: Remove unnecessary check in intel_iommu_add() | Lu Baolu | 2022-07-15 | 1 | -3/+0 |
| | * | iommu/vt-d: Refactor iommu information of each domain | Lu Baolu | 2022-07-15 | 1 | -52/+71 |
| | * | iommu/vt-d: Remove unused domain_get_iommu() | Lu Baolu | 2022-07-15 | 1 | -18/+0 |
| | * | iommu/vt-d: Convert global spinlock into per domain lock | Lu Baolu | 2022-07-15 | 1 | -21/+21 |
| | * | iommu/vt-d: Use device_domain_lock accurately | Lu Baolu | 2022-07-15 | 1 | -38/+19 |
| | * | iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller | Lu Baolu | 2022-07-15 | 1 | -24/+8 |
| | * | iommu/vt-d: Check device list of domain in domain free path | Lu Baolu | 2022-07-15 | 1 | -15/+3 |
| | * | iommu/vt-d: Acquiring lock in pasid manipulation helpers | Lu Baolu | 2022-07-15 | 1 | -2/+0 |
| | * | iommu/vt-d: Acquiring lock in domain ID allocation helpers | Lu Baolu | 2022-07-15 | 1 | -15/+9 |
| | * | iommu/vt-d: Replace spin_lock_irqsave() with spin_lock() | Lu Baolu | 2022-07-15 | 1 | -39/+27 |
| | * | iommu/vt-d: Unnecessary spinlock for root table alloc and free | Lu Baolu | 2022-07-15 | 1 | -13/+5 |
| | * | iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk() | Lu Baolu | 2022-07-15 | 1 | -28/+6 |
| | * | iommu/vt-d: Remove clearing translation data in disable_dmar_iommu() | Lu Baolu | 2022-07-15 | 1 | -14/+7 |
| | * | iommu/vt-d: debugfs: Remove device_domain_lock usage | Lu Baolu | 2022-07-15 | 1 | -1/+1 |
| | * | iommu/vt-d: Move include/linux/intel-iommu.h under iommu | Lu Baolu | 2022-07-15 | 1 | -1/+1 |
| | * | x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU | Lu Baolu | 2022-07-15 | 1 | -0/+14 |
| | * | iommu/vt-d: Remove unnecessary exported symbol | Lu Baolu | 2022-07-15 | 1 | -6/+0 |
| |/
|/| |
|
* | | iommu/vt-d: Fix RID2PASID setup/teardown failure | Lu Baolu | 2022-07-06 | 1 | -24/+0 |
|/ |
|
* | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-05-31 | 1 | -100/+116 |
|\ |
|
| *-. | Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu... | Joerg Roedel | 2022-05-20 | 1 | -103/+140 |
| |\ \ |
|
| | | * | iommu/vt-d: Remove domain_update_iommu_snooping() | Lu Baolu | 2022-05-13 | 1 | -33/+1 |
| | | * | iommu/vt-d: Check domain force_snooping against attached devices | Lu Baolu | 2022-05-13 | 1 | -3/+50 |
| | | * | iommu/vt-d: Block force-snoop domain attaching if no SC support | Lu Baolu | 2022-05-13 | 1 | -0/+3 |
| | | * | iommu/vt-d: Fold dmar_insert_one_dev_info() into its caller | Lu Baolu | 2022-05-13 | 1 | -59/+51 |
| | | * | iommu/vt-d: Change return type of dmar_insert_one_dev_info() | Lu Baolu | 2022-05-13 | 1 | -16/+11 |