index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio: Extend the device migration protocol with RUNNING_P2P
Jason Gunthorpe
2022-03-03
1
-18
/
+69
*
vfio: Define device migration protocol v2
Jason Gunthorpe
2022-03-03
1
-0
/
+199
*
vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
Jason Gunthorpe
2022-03-03
1
-4
/
+42
*
vfio: remove all kernel-doc notation
Randy Dunlap
2021-11-30
1
-14
/
+14
*
vfio: Use cdev_device_add() instead of device_create()
Jason Gunthorpe
2021-10-15
1
-101
/
+92
*
vfio: Use a refcount_t instead of a kref in the vfio_group
Jason Gunthorpe
2021-10-15
1
-12
/
+9
*
vfio: Don't leak a group reference if the group already exists
Jason Gunthorpe
2021-10-15
1
-14
/
+8
*
vfio: Do not open code the group list search in vfio_create_group()
Jason Gunthorpe
2021-10-15
1
-25
/
+30
*
vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier()
Jason Gunthorpe
2021-10-15
1
-85
/
+15
*
vfio: clean up the check for mediated device in vfio_iommu_type1
Christoph Hellwig
2021-09-30
1
-27
/
+5
*
vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
Christoph Hellwig
2021-09-30
1
-0
/
+1
*
vfio: remove unused method from vfio_iommu_driver_ops
Christoph Hellwig
2021-09-30
1
-50
/
+0
*
vfio: simplify iommu group allocation for mediated devices
Christoph Hellwig
2021-09-30
1
-26
/
+66
*
vfio: remove the iommudata hack for noiommu groups
Christoph Hellwig
2021-09-30
1
-13
/
+8
*
vfio: refactor noiommu group creation
Christoph Hellwig
2021-09-30
1
-52
/
+52
*
vfio: factor out a vfio_group_find_or_alloc helper
Christoph Hellwig
2021-09-30
1
-25
/
+35
*
vfio: remove the iommudata check in vfio_noiommu_attach_group
Christoph Hellwig
2021-09-30
1
-1
/
+1
*
vfio: factor out a vfio_iommu_driver_allowed helper
Christoph Hellwig
2021-09-30
1
-14
/
+19
*
vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
Jason Gunthorpe
2021-09-30
1
-22
/
+14
*
vfio: Remove struct vfio_device_ops open/release
Jason Gunthorpe
2021-08-11
1
-13
/
+1
*
vfio: Provide better generic support for open/release vfio_device_ops
Jason Gunthorpe
2021-08-11
1
-22
/
+127
*
vfio: Introduce a vfio_uninit_group_dev() API call
Max Gurtovoy
2021-08-11
1
-0
/
+5
*
vfio: centralize module refcount in subsystem layer
Max Gurtovoy
2021-06-15
1
-0
/
+10
*
vfio: Remove device_data from the vfio bus driver API
Jason Gunthorpe
2021-04-06
1
-11
/
+1
*
vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
Jason Gunthorpe
2021-04-06
1
-10
/
+10
*
vfio/mdev: Use vfio_init/register/unregister_group_dev
Jason Gunthorpe
2021-04-06
1
-37
/
+2
*
vfio: Split creation of a vfio_device into init and register ops
Jason Gunthorpe
2021-04-06
1
-60
/
+65
*
vfio: Simplify the lifetime logic for vfio_device
Jason Gunthorpe
2021-04-06
1
-54
/
+25
*
vfio: Remove extra put/gets around vfio_device->group
Jason Gunthorpe
2021-04-06
1
-19
/
+2
*
vfio: iommu driver notify callback
Steve Sistare
2021-02-01
1
-0
/
+5
*
vfio/type1: Add vfio_group_iommu_domain()
Lu Baolu
2020-12-10
1
-0
/
+18
*
vfio: fix a missed vfio group put in vfio_pin_pages
Yan Zhao
2020-09-22
1
-2
/
+4
*
vfio: add a singleton check for vfio_group_pin_pages
Yan Zhao
2020-09-21
1
-0
/
+3
*
vfio: Cleanup allowed driver naming
Alex Williamson
2020-07-27
1
-6
/
+7
*
vfio: Selective dirty page tracking if IOMMU backed device pins pages
Kirti Wankhede
2020-05-28
1
-3
/
+10
*
-
.
Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...
Alex Williamson
2020-03-24
1
-4
/
+194
|
\
\
|
|
*
vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pages
Yan Zhao
2020-03-24
1
-0
/
+91
|
|
*
vfio: introduce vfio_dma_rw to read/write a range of IOVAs
Yan Zhao
2020-03-24
1
-0
/
+49
|
|
*
vfio: allow external user to get vfio group from device
Yan Zhao
2020-03-24
1
-0
/
+38
|
|
/
|
/
|
|
*
vfio: Include optional device match in vfio_device_ops callbacks
Alex Williamson
2020-03-24
1
-4
/
+16
|
/
*
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-36
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
Farhan Ali
2019-04-23
1
-20
/
+10
*
vfio: Use dev_printk() when possible
Bjorn Helgaas
2019-04-22
1
-16
/
+13
*
vfio: expand minor range when registering chrdev region
Chengguang Xu
2019-02-12
1
-4
/
+4
*
vfio: use match_string() helper
Yisheng Xie
2018-06-08
1
-8
/
+3
*
vfio: Simplify capability helper
Alex Williamson
2017-12-20
1
-48
/
+4
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
*
vfio: Stall vfio_del_group_dev() for container group detach
Alex Williamson
2017-08-30
1
-0
/
+20
*
vfio: fix noiommu vfio_iommu_group_get reference count
Eric Auger
2017-08-30
1
-2
/
+3
[next]