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-02-16
iommu: Use refcount for fault data access
Lu Baolu
2
-49
/
+80
2024-02-16
iommu: Refine locking for per-device fault data management
Lu Baolu
1
-31
/
+30
2024-02-16
iommu: Separate SVA and IOPF
Lu Baolu
11
-267
/
+203
2024-02-16
iommu: Make iommu_queue_iopf() more generic
Lu Baolu
3
-18
/
+59
2024-02-16
iommu: Prepare for separating SVA and IOPF
Lu Baolu
1
-25
/
+14
2024-02-16
iommu: Merge iommu_fault_event and iopf_fault
Lu Baolu
5
-15
/
+9
2024-02-16
iommu: Remove iommu_[un]register_device_fault_handler()
Lu Baolu
5
-110
/
+13
2024-02-16
iommu: Merge iopf_device_param into iommu_fault_param
Lu Baolu
2
-86
/
+58
2024-02-16
iommu: Cleanup iopf data structure definitions
Lu Baolu
2
-5
/
+0
2024-02-16
iommu/arm-smmu-v3: Remove unrecoverable faults reporting
Lu Baolu
1
-33
/
+13
2024-02-16
iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()
Erick Archer
2
-3
/
+3
2024-02-16
iommu/amd: Mark interrupt as managed
Mario Limonciello
1
-0
/
+3
2024-02-15
irqchip: Convert all platform MSI users to the new API
Thomas Gleixner
1
-2
/
+3
2024-02-13
Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"
Dmitry Baryshkov
1
-11
/
+6
2024-02-09
iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issue
Vasant Hegde
2
-17
/
+64
2024-02-09
iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
Suravee Suthikulpanit
2
-13
/
+1
2024-02-09
iommu/amd: Rearrange device flush code
Vasant Hegde
1
-49
/
+43
2024-02-09
iommu/amd: Remove unused flush pasid functions
Vasant Hegde
2
-103
/
+0
2024-02-09
iommu/amd: Refactor GCR3 table helper functions
Suravee Suthikulpanit
1
-22
/
+31
2024-02-09
iommu/amd: Refactor protection_domain helper functions
Suravee Suthikulpanit
1
-11
/
+3
2024-02-09
iommu/amd: Refactor attaching / detaching device functions
Suravee Suthikulpanit
1
-3
/
+27
2024-02-09
iommu/amd: Refactor helper function for setting / clearing GCR3
Suravee Suthikulpanit
3
-83
/
+61
2024-02-09
iommu: Introduce iommu_group_mutex_assert()
Vasant Hegde
1
-0
/
+19
2024-02-09
iommu/amd: Rearrange GCR3 table setup code
Vasant Hegde
1
-32
/
+32
2024-02-09
iommu/amd: Add support for device based TLB invalidation
Vasant Hegde
2
-0
/
+28
2024-02-09
iommu/amd: Use protection_domain.flags to check page table mode
Vasant Hegde
1
-2
/
+2
2024-02-09
iommu/amd: Introduce per-device GCR3 table
Suravee Suthikulpanit
1
-0
/
+7
2024-02-09
iommu/amd: Introduce struct protection_domain.pd_mode
Suravee Suthikulpanit
2
-0
/
+8
2024-02-09
iommu/amd: Introduce get_amd_iommu_from_dev()
Suravee Suthikulpanit
2
-41
/
+28
2024-02-09
iommu/amd: Enable Guest Translation before registering devices
Vasant Hegde
1
-3
/
+3
2024-02-09
iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
Vasant Hegde
1
-10
/
+8
2024-02-09
iommu/amd: Remove EXPORT_SYMBOL for perf counter related functions
Vasant Hegde
1
-3
/
+0
2024-02-09
iommu/amd: Remove redundant error check in amd_iommu_probe_device()
Vasant Hegde
1
-2
/
+1
2024-02-09
iommu/amd: Remove duplicate function declarations from amd_iommu.h
Vasant Hegde
1
-8
/
+0
2024-02-09
iommu/ipmmu-vmsa: Minor cleanups
Robin Murphy
1
-11
/
+4
2024-02-09
iommu/iova: use named kmem_cache for iova magazines
Pasha Tatashin
1
-2
/
+12
2024-02-09
iommu/iova: Reorganise some code
Robin Murphy
1
-64
/
+64
2024-02-09
iommu/iova: Tidy up iova_cache_get() failure
Robin Murphy
1
-17
/
+16
2024-02-09
iommu/amd: Remove unused APERTURE_* macros
Vasant Hegde
1
-8
/
+0
2024-02-09
iommu/amd: Remove unused IOVA_* macro
Vasant Hegde
1
-4
/
+0
2024-02-09
iommu/amd: Remove unused PPR_* macros
Vasant Hegde
1
-4
/
+0
2024-02-07
iommu/amd: Fix failure return from snp_lookup_rmpentry()
Ashish Kalra
1
-10
/
+15
2024-02-06
iommu/msm-iommu: don't limit the driver too much
Dmitry Baryshkov
1
-1
/
+1
2024-02-06
iommufd/iova_bitmap: Consider page offset for the pages to be pinned
Joao Martins
1
-6
/
+7
2024-02-06
iommufd/selftest: Hugepage mock domain support
Joao Martins
2
-2
/
+14
2024-02-06
iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()
Joao Martins
1
-19
/
+45
2024-02-06
iommufd/iova_bitmap: Handle recording beyond the mapped pages
Joao Martins
1
-0
/
+43
2024-02-06
iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array
Joao Martins
1
-4
/
+4
2024-02-06
iommufd/iova_bitmap: Bounds check mapped::pages access
Joao Martins
1
-0
/
+4
2024-02-01
iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMA
Jason Gunthorpe
1
-5
/
+13
[prev]
[next]