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
/
drivers
/
vfio
/
vfio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-05
vfio/migration: Add debugfs to live migration driver
Longfang Liu
1
-0
/
+14
2023-07-25
vfio: Compile vfio_group infrastructure optionally
Yi Liu
1
-6
/
+83
2023-07-25
vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
Yi Liu
1
-0
/
+5
2023-07-25
vfio: Add VFIO_DEVICE_BIND_IOMMUFD
Yi Liu
1
-0
/
+13
2023-07-25
vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
Yi Liu
1
-3
/
+3
2023-07-25
vfio: Add cdev for vfio_device
Yi Liu
1
-0
/
+54
2023-07-25
vfio: Record devid in vfio_device_file
Yi Liu
1
-5
/
+5
2023-07-25
vfio-iommufd: Split bind/attach into two steps
Yi Liu
1
-0
/
+9
2023-07-25
vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
Yi Liu
1
-0
/
+9
2023-07-25
vfio: Make vfio_df_open() single open for device cdev path
Yi Liu
1
-0
/
+1
2023-07-25
vfio: Add cdev_device_open_cnt to vfio_group
Yi Liu
1
-0
/
+3
2023-07-25
vfio: Block device access via device fd until device is opened
Yi Liu
1
-0
/
+1
2023-07-25
vfio: Pass struct vfio_device_file * to vfio_device_open/close()
Yi Liu
1
-4
/
+4
2023-07-25
vfio: Accept vfio device file in the KVM facing kAPI
Yi Liu
1
-0
/
+3
2023-07-25
vfio: Refine vfio file kAPIs for KVM
Yi Liu
1
-0
/
+3
2023-07-25
vfio: Allocate per device file structure
Yi Liu
1
-0
/
+6
2023-02-25
Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-9
/
+16
2023-02-09
vfio: no need to pass kvm pointer during device open
Matthew Rosato
1
-2
/
+1
2023-02-09
vfio: fix deadlock between group lock and kvm lock
Matthew Rosato
1
-0
/
+15
2023-02-09
vfio: revert "iommu driver notify callback"
Steve Sistare
1
-7
/
+0
2023-02-03
vfio: Support VFIO_NOIOMMU with iommufd
Jason Gunthorpe
1
-1
/
+7
2022-12-16
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+13
2022-12-05
vfio: Fold vfio_virqfd.ko into vfio.ko
Jason Gunthorpe
1
-0
/
+13
2022-12-05
vfio: Move vfio group specific code into group.c
Yi Liu
1
-0
/
+22
2022-12-05
vfio: Refactor dma APIs for emulated devices
Yi Liu
1
-16
/
+16
2022-12-02
vfio: Make vfio_container optionally compiled
Jason Gunthorpe
1
-0
/
+65
2022-12-02
vfio-iommufd: Support iommufd for emulated VFIO devices
Jason Gunthorpe
1
-2
/
+8
2022-12-02
vfio-iommufd: Support iommufd for physical VFIO devices
Jason Gunthorpe
1
-0
/
+15
2022-12-02
vfio-iommufd: Allow iommufd to be used in place of a container fd
Jason Gunthorpe
1
-0
/
+2
2022-12-02
vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
Jason Gunthorpe
1
-2
/
+0
2022-12-02
vfio: Rename vfio_device_assign/unassign_container()
Jason Gunthorpe
1
-2
/
+2
2022-10-07
vfio: Make the group FD disassociate from the iommu_group
Jason Gunthorpe
1
-1
/
+0
2022-10-04
vfio: Change vfio_group->group_rwsem to a mutex
Jason Gunthorpe
1
-1
/
+1
2022-10-04
vfio: Remove the vfio_group->users and users_comp
Jason Gunthorpe
1
-2
/
+1
2022-09-27
vfio: Follow a strict lifetime for struct iommu_group
Jason Gunthorpe
1
-0
/
+8
2022-09-23
vfio: Move container code into drivers/vfio/container.c
Jason Gunthorpe
1
-0
/
+46
2022-09-23
vfio: Add header guards and includes to drivers/vfio/vfio.h
Jason Gunthorpe
1
-0
/
+10
2022-07-25
vfio: Replace phys_pfn with pages for vfio_pin_pages()
Nicolin Chen
1
-1
/
+1
2022-07-25
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
Nicolin Chen
1
-2
/
+2
2022-07-23
vfio: Make vfio_unpin_pages() return void
Nicolin Chen
1
-1
/
+1
2022-07-20
vfio: Replace the iommu notifier with a device list
Jason Gunthorpe
1
-8
/
+4
2022-07-20
vfio: Replace the DMA unmapping notifier with a callback
Jason Gunthorpe
1
-0
/
+3
2021-09-30
vfio: clean up the check for mediated device in vfio_iommu_type1
Christoph Hellwig
1
-1
/
+26
2021-09-30
vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
Christoph Hellwig
1
-0
/
+47