index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
iommu/vt-d: Remove unused function intel_svm_capable()
YueHaibing
1
-5
/
+0
2022-03-04
iommu/vt-d: Add missing "__init" for rmrr_sanity_check()
Marco Bonelli
1
-1
/
+1
2022-03-04
iommu/vt-d: Move intel_iommu_ops to header file
Andy Shevchenko
1
-2
/
+0
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
4
-128
/
+79
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-04
Merge branch 'core' into x86/vt-d
Joerg Roedel
29
-1385
/
+305
2022-03-04
iommu/mediatek: Always tlb_flush_all when each PM resume
Yong Wu
1
-0
/
+7
2022-03-04
iommu/mediatek: Add tlb_lock in tlb_flush_all
Yong Wu
1
-3
/
+9
2022-03-04
iommu/mediatek: Remove the power status checking in tlb flush all
Yong Wu
1
-5
/
+0
2022-03-04
iommu/mediatek: Always check runtime PM status in tlb flush range callback
Sebastian Reichel
1
-7
/
+3
2022-03-04
iommu/mediatek: Remove for_each_m4u in tlb_sync_all
Yong Wu
1
-9
/
+7
2022-03-04
iommu/iova: Improve 32-bit free space estimate
Robin Murphy
1
-2
/
+3
2022-03-04
iommu/amd: Improve error handling for amd_iommu_init_pci
Suravee Suthikulpanit
1
-3
/
+11
2022-03-03
dma-mapping: remove CONFIG_DMA_REMAP
Christoph Hellwig
1
-9
/
+5
2022-03-02
iommu/vt-d: Add RPLS to quirk list to skip TE disabling
Tejas Upadhyay
1
-1
/
+1
2022-02-28
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
Miaoqian Lin
1
-1
/
+3
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
21
-162
/
+203
2022-02-28
iommu: Remove unused argument in is_attach_deferred
Lu Baolu
5
-16
/
+10
2022-02-28
iommu: Use right way to retrieve iommu_ops
Lu Baolu
1
-25
/
+25
2022-02-28
iommu: Remove apply_resv_region
Lu Baolu
1
-3
/
+0
2022-02-28
iommu: Remove aux-domain related interfaces and iommu_ops
Lu Baolu
1
-46
/
+0
2022-02-28
iommu/vt-d: Remove aux-domain related callbacks
Lu Baolu
2
-309
/
+3
2022-02-28
iommu: Remove guest pasid related interfaces and definitions
Lu Baolu
1
-210
/
+0
2022-02-28
iommu/vt-d: Remove guest pasid related callbacks
Lu Baolu
4
-582
/
+0
2022-02-28
Merge 5.17-rc6 into driver-core-next
Greg Kroah-Hartman
5
-18
/
+33
2022-02-25
iommu/mediatek: Make use of the helper component_compare/release_of
Yong Wu
3
-14
/
+4
2022-02-15
iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
Fenghua Yu
6
-78
/
+19
2022-02-14
iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA
Fenghua Yu
4
-8
/
+8
2022-02-14
iommu/iova: Separate out rcache init
John Garry
2
-14
/
+63
2022-02-14
iommu/msm: Simplify with dev_err_probe()
David Heidelberg
1
-14
/
+10
2022-02-14
iommu/msm: Use standard driver registration
Robin Murphy
1
-13
/
+1
2022-02-14
iommu/rockchip: : Use standard driver registration
Robin Murphy
1
-6
/
+1
2022-02-14
iommu: Remove trivial ops->capable implementations
Robin Murphy
3
-18
/
+0
2022-02-14
iommu/ipmmu-vmsa: Add support for R-Car Gen4
Yoshihiro Shimoda
1
-3
/
+7
2022-02-14
iommu/ipmmu-vmsa: Check for error num after setting mask
Jiasheng Jiang
1
-1
/
+3
2022-02-14
iommu/vtd: Replace acpi_bus_get_device()
Rafael J. Wysocki
1
-1
/
+2
2022-02-14
iommu/amd: Fix I/O page table memory leak
Suravee Suthikulpanit
1
-6
/
+6
2022-02-14
iommu/amd: Recover from event log overflow
Lennert Buytenhek
4
-2
/
+20
2022-02-08
iommu/arm-smmu-v3: fix event handling soft lockup
Zhou Guanghui
1
-0
/
+1
2022-02-08
iommu/arm-smmu: Add missing pm_runtime_disable() in qcom_iommu_device_probe
Miaoqian Lin
1
-3
/
+7
2022-02-08
iommu/arm-smmu-v3: Simplify memory allocation
Christophe JAILLET
1
-17
/
+5
2022-02-08
iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocation
Christophe JAILLET
1
-2
/
+2
2022-02-04
iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
Joerg Roedel
1
-0
/
+2
[prev]
[next]