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
2023-10-26
iommu: Add iommu_copy_struct_from_user helper
Nicolin Chen
1
-0
/
+40
2023-10-26
iommu: Pass in parent domain with user_data to domain_alloc_user op
Yi Liu
1
-3
/
+24
2023-10-26
iommu: Add IOMMU_DOMAIN_NESTED
Lu Baolu
1
-0
/
+4
2023-10-24
iommu: Add iommu_domain ops for dirty tracking
Joao Martins
1
-0
/
+70
2023-10-10
iommu: Add new iommu op to create domains owned by userspace
Yi Liu
1
-1
/
+10
2023-09-02
Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+15
2023-08-21
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
1
-0
/
+15
2023-08-18
iommu: Add new iommu op to get iommu hardware information
Lu Baolu
1
-0
/
+5
2023-08-18
iommu: Move dev_iommu_ops() to private header
Yi Liu
1
-11
/
+0
2023-08-09
iommu: Prevent RESV_DIRECT devices from blocking domains
Lu Baolu
1
-0
/
+2
2023-08-09
iommu: Move global PASID allocation from SVA to core
Jacob Pan
1
-0
/
+10
2023-08-09
iommu: Generalize PASID 0 for normal DMA w/o PASID
Jacob Pan
1
-0
/
+1
2023-07-14
iommu: Optimise PCI SAC address trick
Robin Murphy
1
-0
/
+2
2023-05-22
iommu: Use flush queue capability
Robin Murphy
1
-0
/
+1
2023-05-22
iommu: Add a capability for flush queue support
Robin Murphy
1
-0
/
+5
2023-04-30
Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+13
2023-04-14
iommu: Remove iommu_group_get_by_id()
Jason Gunthorpe
1
-6
/
+0
2023-04-14
iommu: Make iommu_release_device() static
Jason Gunthorpe
1
-1
/
+0
2023-03-31
iommu/ioasid: Rename INVALID_IOASID
Jacob Pan
1
-3
/
+3
2023-03-31
iommu/sva: Move PASID helpers to sva code
Jacob Pan
1
-1
/
+13
2023-03-23
iommu: make the pointer to struct bus_type constant
Greg Kroah-Hartman
1
-5
/
+5
2023-02-25
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-01-30
Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...
Jason Gunthorpe
1
-24
/
+7
2023-01-25
Merge branch 'iommu-memory-accounting' into core
Joerg Roedel
1
-24
/
+7
2023-01-25
iommu: Add a gfp parameter to iommu_map_sg()
Jason Gunthorpe
1
-13
/
+5
2023-01-25
iommu: Remove iommu_map_atomic()
Jason Gunthorpe
1
-9
/
+0
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
1
-2
/
+2
2023-01-13
iommu: Remove detach_dev callback
Lu Baolu
1
-2
/
+0
2023-01-13
iommu: Remove deferred attach check from __iommu_detach_device()
Jason Gunthorpe
1
-0
/
+2
2023-01-13
iommu: Add set_platform_dma_ops iommu ops
Lu Baolu
1
-0
/
+4
2023-01-11
iommu: Remove IOMMU_CAP_INTR_REMAP
Jason Gunthorpe
1
-1
/
+0
2023-01-11
iommu: Add iommu_group_has_isolated_msi()
Jason Gunthorpe
1
-0
/
+1
2022-12-14
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-31
/
+114
2022-12-07
iommu/tegra: Add tegra_dev_iommu_get_stream_id() helper
Thierry Reding
1
-0
/
+21
2022-12-07
iommu: Add note about struct iommu_fwspec usage
Thierry Reding
1
-0
/
+4
2022-11-29
iommu: Add device-centric DMA ownership interfaces
Lu Baolu
1
-0
/
+12
2022-11-29
iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
Jason Gunthorpe
1
-0
/
+5
2022-11-03
Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...
Joerg Roedel
1
-0
/
+12
2022-11-03
iommu: Prepare IOMMU domain for IOPF
Lu Baolu
1
-0
/
+3
2022-11-03
iommu: Remove SVA related callbacks from iommu ops
Lu Baolu
1
-7
/
+0
2022-11-03
iommu/sva: Refactoring iommu_sva_bind/unbind_device()
Lu Baolu
1
-20
/
+23
2022-11-03
iommu: Add IOMMU SVA domain support
Lu Baolu
1
-2
/
+23
2022-11-03
iommu: Add attach/detach_dev_pasid iommu interfaces
Lu Baolu
1
-0
/
+32
2022-11-03
iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
Lu Baolu
1
-5
/
+3
2022-11-03
iommu: Add max_pasids field in struct dev_iommu
Lu Baolu
1
-0
/
+2
2022-11-03
iommu: Add max_pasids field in struct iommu_device
Lu Baolu
1
-0
/
+2
2022-11-01
iommu: Add return value rules to attach_dev op and APIs
Nicolin Chen
1
-0
/
+12
2022-10-21
iommu: Add gfp parameter to iommu_alloc_resv_region
Lu Baolu
1
-1
/
+1
2022-09-07
iommu/dma: Move public interfaces to linux/iommu.h
Robin Murphy
1
-0
/
+36
2022-09-07
iommu: Clean up bus_set_iommu()
Robin Murphy
1
-1
/
+0
[next]