index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio.c
Age
Commit message (
Expand
)
Author
2022-05-17
vfio: Change struct vfio_group::container_users to a non-atomic int
Jason Gunthorpe
2022-05-17
vfio: Simplify the life cycle of the group FD
Jason Gunthorpe
2022-05-17
vfio: Fully lock struct vfio_group::container
Jason Gunthorpe
2022-05-17
vfio: Split up vfio_group_get_device_fd()
Jason Gunthorpe
2022-05-17
vfio: Change struct vfio_group::opened from an atomic to bool
Jason Gunthorpe
2022-05-17
vfio: Add missing locking for struct vfio_group::kvm
Jason Gunthorpe
2022-05-13
vfio/pci: Use the struct file as the handle not the vfio_group
Jason Gunthorpe
2022-05-13
vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()
Jason Gunthorpe
2022-05-13
vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()
Jason Gunthorpe
2022-05-13
vfio: Remove vfio_external_group_match_file()
Jason Gunthorpe
2022-05-13
vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
Jason Gunthorpe
2022-05-13
vfio: Delete container_q
Jason Gunthorpe
2022-05-13
Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/next
Alex Williamson
2022-05-11
vfio/pci: Remove vfio_device_get_from_dev()
Jason Gunthorpe
2022-05-11
vfio: Remove calls to vfio_group_add_container_user()
Jason Gunthorpe
2022-05-11
vfio: Remove dead code
Jason Gunthorpe
2022-05-11
vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()
Jason Gunthorpe
2022-05-11
vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
Jason Gunthorpe
2022-05-11
vfio: Make vfio_(un)register_notifier accept a vfio_device
Jason Gunthorpe
2022-05-11
vfio: Stop using iommu_present()
Robin Murphy
2022-04-28
vfio: Remove iommu group notifier
Lu Baolu
2022-04-28
vfio: Delete the unbound_list
Jason Gunthorpe
2022-04-28
vfio: Remove use of vfio_group_viable()
Lu Baolu
2022-04-28
vfio: Set DMA ownership for VFIO devices
Lu Baolu
2022-03-03
vfio: Extend the device migration protocol with RUNNING_P2P
Jason Gunthorpe
2022-03-03
vfio: Define device migration protocol v2
Jason Gunthorpe
2022-03-03
vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
Jason Gunthorpe
2021-11-30
vfio: remove all kernel-doc notation
Randy Dunlap
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
[next]