index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio: Add cdev for vfio_device
Yi Liu
2023-07-25
1
-0
/
+54
*
vfio: Record devid in vfio_device_file
Yi Liu
2023-07-25
1
-5
/
+5
*
vfio-iommufd: Split bind/attach into two steps
Yi Liu
2023-07-25
1
-0
/
+9
*
vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
Yi Liu
2023-07-25
1
-0
/
+9
*
vfio: Make vfio_df_open() single open for device cdev path
Yi Liu
2023-07-25
1
-0
/
+1
*
vfio: Add cdev_device_open_cnt to vfio_group
Yi Liu
2023-07-25
1
-0
/
+3
*
vfio: Block device access via device fd until device is opened
Yi Liu
2023-07-25
1
-0
/
+1
*
vfio: Pass struct vfio_device_file * to vfio_device_open/close()
Yi Liu
2023-07-25
1
-4
/
+4
*
vfio: Accept vfio device file in the KVM facing kAPI
Yi Liu
2023-07-25
1
-0
/
+3
*
vfio: Refine vfio file kAPIs for KVM
Yi Liu
2023-07-25
1
-0
/
+3
*
vfio: Allocate per device file structure
Yi Liu
2023-07-25
1
-0
/
+6
*
Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2023-02-25
1
-9
/
+16
|
\
|
*
vfio: no need to pass kvm pointer during device open
Matthew Rosato
2023-02-09
1
-2
/
+1
|
*
vfio: fix deadlock between group lock and kvm lock
Matthew Rosato
2023-02-09
1
-0
/
+15
|
*
vfio: revert "iommu driver notify callback"
Steve Sistare
2023-02-09
1
-7
/
+0
*
|
vfio: Support VFIO_NOIOMMU with iommufd
Jason Gunthorpe
2023-02-03
1
-1
/
+7
|
/
*
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-12-15
1
-0
/
+13
|
\
|
*
vfio: Fold vfio_virqfd.ko into vfio.ko
Jason Gunthorpe
2022-12-05
1
-0
/
+13
*
|
vfio: Move vfio group specific code into group.c
Yi Liu
2022-12-05
1
-0
/
+22
*
|
vfio: Refactor dma APIs for emulated devices
Yi Liu
2022-12-05
1
-16
/
+16
*
|
vfio: Make vfio_container optionally compiled
Jason Gunthorpe
2022-12-02
1
-0
/
+65
*
|
vfio-iommufd: Support iommufd for emulated VFIO devices
Jason Gunthorpe
2022-12-02
1
-2
/
+8
*
|
vfio-iommufd: Support iommufd for physical VFIO devices
Jason Gunthorpe
2022-12-02
1
-0
/
+15
*
|
vfio-iommufd: Allow iommufd to be used in place of a container fd
Jason Gunthorpe
2022-12-02
1
-0
/
+2
*
|
vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
Jason Gunthorpe
2022-12-02
1
-2
/
+0
*
|
vfio: Rename vfio_device_assign/unassign_container()
Jason Gunthorpe
2022-12-02
1
-2
/
+2
|
/
*
vfio: Make the group FD disassociate from the iommu_group
Jason Gunthorpe
2022-10-07
1
-1
/
+0
*
vfio: Change vfio_group->group_rwsem to a mutex
Jason Gunthorpe
2022-10-04
1
-1
/
+1
*
vfio: Remove the vfio_group->users and users_comp
Jason Gunthorpe
2022-10-04
1
-2
/
+1
*
vfio: Follow a strict lifetime for struct iommu_group
Jason Gunthorpe
2022-09-27
1
-0
/
+8
*
vfio: Move container code into drivers/vfio/container.c
Jason Gunthorpe
2022-09-22
1
-0
/
+46
*
vfio: Add header guards and includes to drivers/vfio/vfio.h
Jason Gunthorpe
2022-09-22
1
-0
/
+10
*
vfio: Replace phys_pfn with pages for vfio_pin_pages()
Nicolin Chen
2022-07-25
1
-1
/
+1
*
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
Nicolin Chen
2022-07-25
1
-2
/
+2
*
vfio: Make vfio_unpin_pages() return void
Nicolin Chen
2022-07-23
1
-1
/
+1
*
vfio: Replace the iommu notifier with a device list
Jason Gunthorpe
2022-07-20
1
-8
/
+4
*
vfio: Replace the DMA unmapping notifier with a callback
Jason Gunthorpe
2022-07-20
1
-0
/
+3
*
vfio: clean up the check for mediated device in vfio_iommu_type1
Christoph Hellwig
2021-09-30
1
-1
/
+26
*
vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
Christoph Hellwig
2021-09-30
1
-0
/
+47