index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio: Create vfio_fs_type with inode per device
Alex Williamson
2024-05-31
1
-0
/
+44
*
vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)
Paolo Bonzini
2024-02-08
1
-2
/
+2
*
vfio/migration: Add debugfs to live migration driver
Longfang Liu
2023-12-04
1
-0
/
+4
*
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-11-02
1
-0
/
+1
|
\
|
*
iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
Joao Martins
2023-10-24
1
-0
/
+1
*
|
vfio: Fix smatch errors in vfio_combine_iova_ranges()
Alex Williamson
2023-10-09
1
-0
/
+10
|
/
*
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-08-31
1
-0
/
+4
|
\
|
*
vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
Nicolin Chen
2023-07-28
1
-0
/
+4
*
|
vfio: align capability structures
Stefan Hajnoczi
2023-08-17
1
-0
/
+6
*
|
vfio: Commonize combine_ranges for use in other VFIO drivers
Brett Creeley
2023-08-16
1
-0
/
+47
|
/
*
vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
Yi Liu
2023-07-25
1
-0
/
+11
*
vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
Yi Liu
2023-07-25
1
-1
/
+14
*
vfio: Add VFIO_DEVICE_BIND_IOMMUFD
Yi Liu
2023-07-25
1
-0
/
+5
*
vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()
Yi Liu
2023-07-25
1
-1
/
+2
*
vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
Yi Liu
2023-07-25
1
-1
/
+4
*
vfio: Add cdev for vfio_device
Yi Liu
2023-07-25
1
-4
/
+17
*
vfio: Move device_del() before waiting for the last vfio_device registration ...
Yi Liu
2023-07-25
1
-3
/
+3
*
vfio: Move vfio_device_group_unregister() to be the first operation in unregi...
Yi Liu
2023-07-25
1
-2
/
+6
*
vfio-iommufd: Add detach_ioas support for physical VFIO devices
Yi Liu
2023-07-25
1
-1
/
+2
*
vfio: Record devid in vfio_device_file
Yi Liu
2023-07-25
1
-3
/
+3
*
vfio: Make vfio_df_open() single open for device cdev path
Yi Liu
2023-07-25
1
-0
/
+7
*
vfio: Block device access via device fd until device is opened
Yi Liu
2023-07-25
1
-0
/
+16
*
vfio: Pass struct vfio_device_file * to vfio_device_open/close()
Yi Liu
2023-07-25
1
-10
/
+15
*
vfio: Accept vfio device file in the KVM facing kAPI
Yi Liu
2023-07-25
1
-1
/
+35
*
vfio: Refine vfio file kAPIs for KVM
Yi Liu
2023-07-25
1
-0
/
+49
*
vfio: Allocate per device file structure
Yi Liu
2023-07-25
1
-5
/
+26
*
vfio: Add helper to search vfio_device in a dev_set
Yi Liu
2023-07-25
1
-0
/
+15
*
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
|
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
|
vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
Yi Liu
2023-03-31
1
-2
/
+3
|
/
*
Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2023-02-25
1
-11
/
+59
|
\
|
*
vfio: no need to pass kvm pointer during device open
Matthew Rosato
2023-02-09
1
-4
/
+3
|
*
vfio: fix deadlock between group lock and kvm lock
Matthew Rosato
2023-02-09
1
-7
/
+56
*
|
vfio: Support VFIO_NOIOMMU with iommufd
Jason Gunthorpe
2023-02-03
1
-0
/
+7
|
/
*
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-12-15
1
-25
/
+120
|
\
|
*
vfio: Extend the device migration protocol with PRE_COPY
Jason Gunthorpe
2022-12-06
1
-2
/
+72
|
*
vfio: Fold vfio_virqfd.ko into vfio.ko
Jason Gunthorpe
2022-12-05
1
-0
/
+7
|
*
vfio: Add an option to get migration data size
Yishai Hadas
2022-11-14
1
-0
/
+32
|
*
vfio: Remove vfio_free_device
Eric Farman
2022-11-10
1
-18
/
+4
|
*
vfio/ccw: replace vfio_init_device with _alloc_
Eric Farman
2022-11-10
1
-5
/
+5
*
|
vfio: Move vfio group specific code into group.c
Yi Liu
2022-12-05
1
-870
/
+7
*
|
vfio: Refactor dma APIs for emulated devices
Yi Liu
2022-12-05
1
-11
/
+14
*
|
vfio: Wrap vfio group module init/clean code into helpers
Yi Liu
2022-12-05
1
-20
/
+36
*
|
vfio: Refactor vfio_device open and close
Yi Liu
2022-12-05
1
-46
/
+87
*
|
vfio: Make vfio_device_open() truly device specific
Yi Liu
2022-12-05
1
-17
/
+29
*
|
vfio: Swap order of vfio_device_container_register() and open_device()
Yi Liu
2022-12-05
1
-8
/
+9
*
|
vfio: Set device->group in helper function
Yi Liu
2022-12-05
1
-15
/
+26
*
|
vfio: Create wrappers for group register/unregister
Yi Liu
2022-12-05
1
-7
/
+16
*
|
vfio: Move the sanity check of the group to vfio_create_group()
Jason Gunthorpe
2022-12-05
1
-37
/
+25
*
|
vfio: Simplify vfio_create_group()
Jason Gunthorpe
2022-12-05
1
-23
/
+10
[next]