index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel
Age
Commit message (
Expand
)
Author
2022-09-26
iommu/vt-d: Decouple PASID & PRI enabling from SVA
Lu Baolu
2022-09-26
iommu/vt-d: Remove unnecessary SVA data accesses in page fault path
Lu Baolu
2022-09-21
iommu/vt-d: Check correct capability for sagaw determination
Yi Liu
2022-09-21
Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"
Lu Baolu
2022-09-11
iommu/vt-d: Fix possible recursive locking in intel_iommu_init()
Lu Baolu
2022-09-09
Merge branch 'iommu/fixes' into core
Joerg Roedel
2022-09-09
iommu/dma: Make header private
Robin Murphy
2022-09-07
iommu/vt-d: Fix lockdep splat due to klist iteration in atomic context
Lu Baolu
2022-09-07
iommu/vt-d: Fix recursive lock issue in iommu_flush_dev_iotlb()
Lu Baolu
2022-09-07
iommu/vt-d: Correctly calculate sagaw value of IOMMU
Lu Baolu
2022-09-07
iommu/vt-d: Fix kdump kernels boot failure with scalable mode
Lu Baolu
2022-09-07
iommu/dma: Clean up Kconfig
Robin Murphy
2022-09-07
iommu: Clean up bus_set_iommu()
Robin Murphy
2022-09-07
iommu/vt-d: Handle race between registration and device probe
Robin Murphy
2022-09-07
iommu: Retire iommu_capable()
Robin Murphy
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-07-29
Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...
Joerg Roedel
2022-07-15
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
2022-07-15
iommu/vt-d: Remove global g_iommus array
Lu Baolu
2022-07-15
iommu/vt-d: Remove unnecessary check in intel_iommu_add()
Lu Baolu
2022-07-15
iommu/vt-d: Refactor iommu information of each domain
Lu Baolu
2022-07-15
iommu/vt-d: Use IDA interface to manage iommu sequence id
Lu Baolu
2022-07-15
iommu/vt-d: Remove unused domain_get_iommu()
Lu Baolu
2022-07-15
iommu/vt-d: Convert global spinlock into per domain lock
Lu Baolu
2022-07-15
iommu/vt-d: Use device_domain_lock accurately
Lu Baolu
2022-07-15
iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
Lu Baolu
2022-07-15
iommu/vt-d: Check device list of domain in domain free path
Lu Baolu
2022-07-15
iommu/vt-d: Acquiring lock in pasid manipulation helpers
Lu Baolu
2022-07-15
iommu/vt-d: Acquiring lock in domain ID allocation helpers
Lu Baolu
2022-07-15
iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
Lu Baolu
2022-07-15
iommu/vt-d: Unnecessary spinlock for root table alloc and free
Lu Baolu
2022-07-15
iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
Lu Baolu
2022-07-15
iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
Lu Baolu
2022-07-15
iommu/vt-d: debugfs: Remove device_domain_lock usage
Lu Baolu
2022-07-15
iommu/vt-d: Remove unused iovad from dmar_domain
Lu Baolu
2022-07-15
iommu/vt-d: Move include/linux/intel-iommu.h under iommu
Lu Baolu
2022-07-15
x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
Lu Baolu
2022-07-15
iommu/vt-d: Remove unnecessary exported symbol
Lu Baolu
2022-07-15
iommu/vt-d: Move trace/events/intel_iommu.h under iommu
Lu Baolu
2022-07-15
iommu: remove the put_resv_regions method
Christoph Hellwig
2022-07-13
iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)
Alexander Lobakin
2022-07-06
iommu/vt-d: Fix RID2PASID setup/teardown failure
Lu Baolu
2022-07-06
iommu/vt-d: Fix PCI bus rescan device hot add
Yian Chen
2022-05-31
Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-25
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...
Linus Torvalds
2022-05-25
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-05-20
Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...
Joerg Roedel
2022-05-13
iommu/vt-d: Remove hard coding PGSNP bit in PASID entries
Lu Baolu
2022-05-13
iommu/vt-d: Remove domain_update_iommu_snooping()
Lu Baolu
2022-05-13
iommu/vt-d: Check domain force_snooping against attached devices
Lu Baolu
[prev]
[next]