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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
iommu/vt-d: Merge intel_svm_bind_mm() into its caller
Tina Zhang
1
-11
/
+3
2024-03-01
iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head
Tina Zhang
1
-1
/
+0
2024-03-01
iommu/vt-d: Remove treatment for revoking PASIDs with pending page faults
Tina Zhang
1
-7
/
+0
2024-03-01
iommu/vt-d: Use kcalloc() instead of kzalloc()
Erick Archer
1
-1
/
+1
2024-03-01
iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
Lu Baolu
2
-15
/
+0
2024-03-01
iommu: re-use local fwnode variable in iommu_ops_from_fwnode()
Krzysztof Kozlowski
1
-1
/
+1
2024-03-01
iommu: constify fwnode in iommu_ops_from_fwnode()
Krzysztof Kozlowski
1
-1
/
+1
2024-03-01
iommu: constify of_phandle_args in xlate
Krzysztof Kozlowski
15
-18
/
+26
2024-03-01
iommu: constify pointer to bus_type
Krzysztof Kozlowski
2
-4
/
+6
2024-02-29
iommu/arm-smmu-v3: Convert to domain_alloc_paging()
Jason Gunthorpe
1
-5
/
+17
2024-02-29
iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
Jason Gunthorpe
1
-17
/
+18
2024-02-29
iommu/arm-smmu-v3: Use the identity/blocked domain during release
Jason Gunthorpe
1
-5
/
+2
2024-02-29
iommu/arm-smmu-v3: Add a global static BLOCKED domain
Jason Gunthorpe
1
-0
/
+19
2024-02-29
iommu/arm-smmu-v3: Add a global static IDENTITY domain
Jason Gunthorpe
2
-25
/
+58
2024-02-29
iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
Jason Gunthorpe
1
-1
/
+7
2024-02-29
iommu/arm-smmu-v3: Remove arm_smmu_master->domain
Jason Gunthorpe
2
-17
/
+10
2024-02-29
iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
Jason Gunthorpe
1
-7
/
+6
2024-02-29
iommu/arm-smmu-v3: Put writing the context descriptor in the right order
Jason Gunthorpe
1
-9
/
+20
2024-02-29
iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
Jason Gunthorpe
1
-6
/
+9
2024-02-29
iommu/arm-smmu-v3: Compute the STE only once for each master
Jason Gunthorpe
1
-35
/
+22
2024-02-29
iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
Jason Gunthorpe
1
-9
/
+13
2024-02-29
iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
Jason Gunthorpe
2
-14
/
+15
2024-02-29
iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
Jason Gunthorpe
1
-55
/
+83
2024-02-29
iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
Jason Gunthorpe
1
-42
/
+55
2024-02-29
iommu/arm-smmu-v3: Make STE programming independent of the callers
Jason Gunthorpe
1
-64
/
+211
2024-02-26
iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
Jason Gunthorpe
1
-11
/
+18
2024-02-26
iommufd: Fix protection fault in iommufd_test_syz_conv_iova
Nicolin Chen
1
-6
/
+21
2024-02-26
iommufd/selftest: Fix mock_dev_num bug
Nicolin Chen
1
-4
/
+9
2024-02-26
iommufd: Fix iopt_access_list_id overwrite bug
Nicolin Chen
1
-3
/
+6
2024-02-24
Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-93
/
+222
2024-02-23
iommu/sva: Restore SVA handle sharing
Jason Gunthorpe
1
-0
/
+17
2024-02-23
Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Joerg Roedel
2
-37
/
+18
2024-02-22
iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
Abel Vesa
1
-0
/
+1
2024-02-22
iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock
Jason Gunthorpe
1
-26
/
+12
2024-02-21
iommufd: Reject non-zero data_type if no data_len is provided
Jason Gunthorpe
1
-1
/
+2
2024-02-21
iommu/vt-d: Fix constant-out-of-range warning
Arnd Bergmann
1
-1
/
+1
2024-02-21
iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
Yi Liu
1
-0
/
+2
2024-02-21
iommu/vt-d: Add missing dirty tracking set for parent domain
Yi Liu
1
-0
/
+35
2024-02-21
iommu/vt-d: Wrap the dirty tracking loop to be a helper
Yi Liu
1
-11
/
+24
2024-02-21
iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()
Yi Liu
3
-7
/
+4
2024-02-21
iommu/vt-d: Add missing device iotlb flush for parent domain
Yi Liu
1
-0
/
+18
2024-02-21
iommu/vt-d: Update iotlb in nested domain attach
Yi Liu
3
-3
/
+4
2024-02-21
iommu/vt-d: Add missing iotlb flush for parent domain
Yi Liu
1
-0
/
+31
2024-02-21
iommu/vt-d: Add __iommu_flush_iotlb_psi()
Yi Liu
1
-35
/
+43
2024-02-21
iommu/vt-d: Track nested domains in parent
Yi Liu
3
-5
/
+31
2024-02-20
treewide: replace or remove redundant def_bool in Kconfig files
Masahiro Yamada
1
-1
/
+1
2024-02-16
iommu: Make iommu_report_device_fault() return void
Lu Baolu
3
-31
/
+17
2024-02-16
iommu: Make iopf_group_response() return void
Lu Baolu
4
-112
/
+92
2024-02-16
iommu: Track iopf group instead of last fault
Lu Baolu
1
-158
/
+84
2024-02-16
iommu: Improve iopf_queue_remove_device()
Lu Baolu
2
-26
/
+38
[prev]
[next]