index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel
/
iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
iommu/vt-d: Refactor iommu information of each domain
Lu Baolu
1
-52
/
+71
2022-07-15
iommu/vt-d: Remove unused domain_get_iommu()
Lu Baolu
1
-18
/
+0
2022-07-15
iommu/vt-d: Convert global spinlock into per domain lock
Lu Baolu
1
-21
/
+21
2022-07-15
iommu/vt-d: Use device_domain_lock accurately
Lu Baolu
1
-38
/
+19
2022-07-15
iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
Lu Baolu
1
-24
/
+8
2022-07-15
iommu/vt-d: Check device list of domain in domain free path
Lu Baolu
1
-15
/
+3
2022-07-15
iommu/vt-d: Acquiring lock in pasid manipulation helpers
Lu Baolu
1
-2
/
+0
2022-07-15
iommu/vt-d: Acquiring lock in domain ID allocation helpers
Lu Baolu
1
-15
/
+9
2022-07-15
iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
Lu Baolu
1
-39
/
+27
2022-07-15
iommu/vt-d: Unnecessary spinlock for root table alloc and free
Lu Baolu
1
-13
/
+5
2022-07-15
iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
Lu Baolu
1
-28
/
+6
2022-07-15
iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
Lu Baolu
1
-14
/
+7
2022-07-15
iommu/vt-d: debugfs: Remove device_domain_lock usage
Lu Baolu
1
-1
/
+1
2022-07-15
iommu/vt-d: Move include/linux/intel-iommu.h under iommu
Lu Baolu
1
-1
/
+1
2022-07-15
x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
Lu Baolu
1
-0
/
+14
2022-07-15
iommu/vt-d: Remove unnecessary exported symbol
Lu Baolu
1
-6
/
+0
2022-07-15
iommu: remove the put_resv_regions method
Christoph Hellwig
1
-1
/
+0
2022-07-06
iommu/vt-d: Fix RID2PASID setup/teardown failure
Lu Baolu
1
-24
/
+0
2022-05-31
Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-100
/
+116
2022-05-25
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2022-05-20
Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...
Joerg Roedel
1
-103
/
+140
2022-05-13
iommu/vt-d: Remove domain_update_iommu_snooping()
Lu Baolu
1
-33
/
+1
2022-05-13
iommu/vt-d: Check domain force_snooping against attached devices
Lu Baolu
1
-3
/
+50
2022-05-13
iommu/vt-d: Block force-snoop domain attaching if no SC support
Lu Baolu
1
-0
/
+3
2022-05-13
iommu/vt-d: Fold dmar_insert_one_dev_info() into its caller
Lu Baolu
1
-59
/
+51
2022-05-13
iommu/vt-d: Change return type of dmar_insert_one_dev_info()
Lu Baolu
1
-16
/
+11
2022-05-13
iommu/vt-d: Remove unneeded validity check on dev
Muhammad Usama Anjum
1
-1
/
+1
2022-04-28
iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE
Jason Gunthorpe
1
-1
/
+1
2022-04-28
vfio: Move the Intel no-snoop control off of IOMMU_CACHE
Jason Gunthorpe
1
-5
/
+2
2022-04-28
iommu: Introduce the domain op enforce_cache_coherency()
Jason Gunthorpe
1
-1
/
+13
2022-04-28
iommu/vt-d: Calculate mask for non-aligned flushes
David Stevens
1
-3
/
+24
2022-04-28
iommu: Add capability for pre-boot DMA protection
Robin Murphy
1
-0
/
+2
2022-04-11
Merge drm/drm-next into drm-intel-next
Jani Nikula
1
-867
/
+134
2022-03-08
Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...
Joerg Roedel
1
-866
/
+133
2022-03-04
iommu/vt-d: Enable ATS for the devices in SATC table
Yian Chen
1
-2
/
+38
2022-03-04
iommu/vt-d: Add missing "__init" for rmrr_sanity_check()
Marco Bonelli
1
-1
/
+1
2022-03-04
iommu/vt-d: Fix indentation of goto labels
Lu Baolu
1
-2
/
+2
2022-03-04
iommu/vt-d: Remove unnecessary prototypes
Lu Baolu
1
-5
/
+0
2022-03-04
iommu/vt-d: Remove unnecessary includes
Lu Baolu
1
-27
/
+7
2022-03-04
iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO
Lu Baolu
1
-118
/
+68
2022-03-04
iommu/vt-d: Remove domain and devinfo mempool
Lu Baolu
1
-99
/
+5
2022-03-04
iommu/vt-d: Remove iova_cache_get/put()
Lu Baolu
1
-5
/
+0
2022-03-04
iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()
Lu Baolu
1
-21
/
+0
2022-03-04
iommu/vt-d: Remove intel_iommu::domains
Lu Baolu
1
-65
/
+3
2022-03-02
iommu/vt-d: Add RPLS to quirk list to skip TE disabling
Tejas Upadhyay
1
-1
/
+1
2022-02-28
iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
Adrian Huang
1
-1
/
+1
2022-02-28
iommu: Split struct iommu_ops
Lu Baolu
1
-9
/
+11
2022-02-28
iommu: Remove unused argument in is_attach_deferred
Lu Baolu
1
-2
/
+1
2022-02-28
iommu/vt-d: Remove aux-domain related callbacks
Lu Baolu
1
-307
/
+2
2022-02-28
iommu/vt-d: Remove guest pasid related callbacks
Lu Baolu
1
-208
/
+0
[prev]
[next]