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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
vfio: Remove unnecessary uses of vfio_container.group_lock
Alex Williamson
2017-07-07
1
-38
/
+0
*
vfio: New external user group/file match
Alex Williamson
2017-06-28
1
-0
/
+9
*
vfio: Fix group release deadlock
Alex Williamson
2017-06-28
1
-1
/
+36
[next]