index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
iommu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-23
iommu: Handle iommu faults for a bad iopf setup
Pranjal Shrivastava
1
-2
/
+3
2024-08-13
iommu: Remove unused declaration iommu_sva_unbind_gpasid()
Yue Haibing
1
-2
/
+0
2024-07-19
Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-24
/
+11
2024-07-12
Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/next
Will Deacon
1
-0
/
+6
2024-07-12
Merge branch 'iommu/iommufd/attach-handles' into iommu/next
Will Deacon
1
-16
/
+21
2024-07-12
Merge branch 'iommu/fwspec-ops-removal' into iommu/next
Will Deacon
1
-13
/
+2
2024-07-12
Merge branch 'iommu/core' into iommu/next
Will Deacon
1
-8
/
+0
2024-07-12
Merge branch 'iommu/arm/smmu' into iommu/next
Will Deacon
1
-3
/
+3
2024-07-12
iommu: Move IOMMU_DIRTY_NO_CLEAR define
Shameer Kolothum
1
-3
/
+3
2024-07-09
iommufd: Add iommufd fault object
Lu Baolu
1
-0
/
+4
2024-07-04
iommu: Remove iommu_fwspec ops
Robin Murphy
1
-2
/
+0
2024-07-04
iommu: Resolve fwspec ops automatically
Robin Murphy
1
-11
/
+2
2024-07-04
iommu: Add iommu_paging_domain_alloc() interface
Lu Baolu
1
-0
/
+6
2024-07-04
iommu: Add attach handle to struct iopf_group
Lu Baolu
1
-11
/
+6
2024-07-04
iommu: Remove sva handle list
Lu Baolu
1
-2
/
+0
2024-07-04
iommu: Introduce domain attachment handle
Lu Baolu
1
-3
/
+15
2024-06-13
iommu: Make iommu_sva_domain_alloc() static
Lu Baolu
1
-8
/
+0
2024-06-04
iommu: Return right value in iommu_sva_bind_device()
Lu Baolu
1
-1
/
+1
2024-05-13
Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...
Joerg Roedel
1
-10
/
+6
2024-04-26
iommu: Add ops->domain_alloc_sva()
Jason Gunthorpe
1
-0
/
+3
2024-04-26
iommu/dma: Centralise iommu_setup_dma_ops()
Robin Murphy
1
-7
/
+0
2024-04-26
iommu: Add ops->domain_alloc_sva()
Jason Gunthorpe
1
-0
/
+3
2024-04-26
iommu/vt-d: Remove private data use in fault message
Jingqi Liu
1
-2
/
+1
2024-04-12
iommu: Pass domain to remove_dev_pasid() op
Yi Liu
1
-1
/
+2
2024-03-08
Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...
Joerg Roedel
1
-78
/
+217
2024-03-06
iommu: Add static iommu_ops->release_domain
Lu Baolu
1
-0
/
+1
2024-03-01
iommu: constify fwnode in iommu_ops_from_fwnode()
Krzysztof Kozlowski
1
-2
/
+2
2024-03-01
iommu: constify of_phandle_args in xlate
Krzysztof Kozlowski
1
-2
/
+2
2024-02-23
iommu/sva: Restore SVA handle sharing
Jason Gunthorpe
1
-0
/
+3
2024-02-16
iommu: Make iommu_report_device_fault() return void
Lu Baolu
1
-3
/
+2
2024-02-16
iommu: Make iopf_group_response() return void
Lu Baolu
1
-8
/
+6
2024-02-16
iommu: Track iopf group instead of last fault
Lu Baolu
1
-4
/
+2
2024-02-16
iommu: Improve iopf_queue_remove_device()
Lu Baolu
1
-3
/
+2
2024-02-16
iommu: Use refcount for fault data access
Lu Baolu
1
-9
/
+8
2024-02-16
iommu: Separate SVA and IOPF
Lu Baolu
1
-24
/
+74
2024-02-16
iommu: Make iommu_queue_iopf() more generic
Lu Baolu
1
-2
/
+2
2024-02-16
iommu: Prepare for separating SVA and IOPF
Lu Baolu
1
-1
/
+19
2024-02-16
iommu: Merge iommu_fault_event and iopf_fault
Lu Baolu
1
-19
/
+8
2024-02-16
iommu: Remove iommu_[un]register_device_fault_handler()
Lu Baolu
1
-23
/
+0
2024-02-16
iommu: Merge iopf_device_param into iommu_fault_param
Lu Baolu
1
-4
/
+14
2024-02-16
iommu: Cleanup iopf data structure definitions
Lu Baolu
1
-16
/
+11
2024-02-16
iommu: Remove unrecoverable fault data
Lu Baolu
1
-70
/
+2
2024-02-16
iommu: Move iommu fault data to linux/iommu.h
Lu Baolu
1
-1
/
+151
2024-02-09
iommu: Introduce iommu_group_mutex_assert()
Vasant Hegde
1
-0
/
+8
2024-02-09
iommu/amd: Introduce get_amd_iommu_from_dev()
Suravee Suthikulpanit
1
-0
/
+16
2024-01-19
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+77
2024-01-11
iommu: Add iommu_copy_struct_from_user_array helper
Nicolin Chen
1
-0
/
+51
2024-01-11
iommu: Add cache_invalidate_user op
Lu Baolu
1
-0
/
+26
2023-12-12
iommu: Mark dev_iommu_priv_set() with a lockdep
Jason Gunthorpe
1
-4
/
+1
2023-12-12
iommu: Support mm PASID 1:n with sva domains
Tina Zhang
1
-3
/
+20
[next]