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