index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio.c
Age
Commit message (
Expand
)
Author
2021-10-15
vfio: Use cdev_device_add() instead of device_create()
Jason Gunthorpe
2021-10-15
vfio: Use a refcount_t instead of a kref in the vfio_group
Jason Gunthorpe
2021-10-15
vfio: Don't leak a group reference if the group already exists
Jason Gunthorpe
2021-10-15
vfio: Do not open code the group list search in vfio_create_group()
Jason Gunthorpe
2021-10-15
vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier()
Jason Gunthorpe
2021-09-30
vfio: clean up the check for mediated device in vfio_iommu_type1
Christoph Hellwig
2021-09-30
vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
Christoph Hellwig
2021-09-30
vfio: remove unused method from vfio_iommu_driver_ops
Christoph Hellwig
2021-09-30
vfio: simplify iommu group allocation for mediated devices
Christoph Hellwig
2021-09-30
vfio: remove the iommudata hack for noiommu groups
Christoph Hellwig
2021-09-30
vfio: refactor noiommu group creation
Christoph Hellwig
2021-09-30
vfio: factor out a vfio_group_find_or_alloc helper
Christoph Hellwig
2021-09-30
vfio: remove the iommudata check in vfio_noiommu_attach_group
Christoph Hellwig
2021-09-30
vfio: factor out a vfio_iommu_driver_allowed helper
Christoph Hellwig
2021-09-30
vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
Jason Gunthorpe
2021-08-11
vfio: Remove struct vfio_device_ops open/release
Jason Gunthorpe
2021-08-11
vfio: Provide better generic support for open/release vfio_device_ops
Jason Gunthorpe
2021-08-11
vfio: Introduce a vfio_uninit_group_dev() API call
Max Gurtovoy
2021-06-15
vfio: centralize module refcount in subsystem layer
Max Gurtovoy
2021-04-06
vfio: Remove device_data from the vfio bus driver API
Jason Gunthorpe
2021-04-06
vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
Jason Gunthorpe
2021-04-06
vfio/mdev: Use vfio_init/register/unregister_group_dev
Jason Gunthorpe
2021-04-06
vfio: Split creation of a vfio_device into init and register ops
Jason Gunthorpe
2021-04-06
vfio: Simplify the lifetime logic for vfio_device
Jason Gunthorpe
2021-04-06
vfio: Remove extra put/gets around vfio_device->group
Jason Gunthorpe
2021-02-01
vfio: iommu driver notify callback
Steve Sistare
2020-12-10
vfio/type1: Add vfio_group_iommu_domain()
Lu Baolu
2020-09-22
vfio: fix a missed vfio group put in vfio_pin_pages
Yan Zhao
2020-09-21
vfio: add a singleton check for vfio_group_pin_pages
Yan Zhao
2020-07-27
vfio: Cleanup allowed driver naming
Alex Williamson
2020-05-28
vfio: Selective dirty page tracking if IOMMU backed device pins pages
Kirti Wankhede
2020-03-24
Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...
Alex Williamson
2020-03-24
vfio: Include optional device match in vfio_device_ops callbacks
Alex Williamson
2020-03-24
vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pages
Yan Zhao
2020-03-24
vfio: introduce vfio_dma_rw to read/write a range of IOVAs
Yan Zhao
2020-03-24
vfio: allow external user to get vfio group from device
Yan Zhao
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-23
vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
Farhan Ali
2019-04-22
vfio: Use dev_printk() when possible
Bjorn Helgaas
2019-02-12
vfio: expand minor range when registering chrdev region
Chengguang Xu
2018-06-08
vfio: use match_string() helper
Yisheng Xie
2017-12-20
vfio: Simplify capability helper
Alex Williamson
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-08-30
vfio: Stall vfio_del_group_dev() for container group detach
Alex Williamson
2017-08-30
vfio: fix noiommu vfio_iommu_group_get reference count
Eric Auger
2017-07-07
vfio: Remove unnecessary uses of vfio_container.group_lock
Alex Williamson
2017-06-28
vfio: New external user group/file match
Alex Williamson
2017-06-28
vfio: Fix group release deadlock
Alex Williamson
2017-06-13
vfio: Use ERR_CAST() instead of open coding it
Dan Carpenter
[prev]
[next]