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
*
Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-06-01
1
-511
/
+270
|
\
|
*
vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
Matthew Rosato
2022-05-24
1
-54
/
+29
|
*
vfio: Do not manipulate iommu dma_owner for fake iommu groups
Jason Gunthorpe
2022-05-23
1
-5
/
+10
|
*
vfio: Change struct vfio_group::container_users to a non-atomic int
Jason Gunthorpe
2022-05-17
1
-15
/
+13
|
*
vfio: Simplify the life cycle of the group FD
Jason Gunthorpe
2022-05-17
1
-28
/
+24
|
*
vfio: Fully lock struct vfio_group::container
Jason Gunthorpe
2022-05-17
1
-26
/
+40
|
*
vfio: Split up vfio_group_get_device_fd()
Jason Gunthorpe
2022-05-17
1
-23
/
+56
|
*
vfio: Change struct vfio_group::opened from an atomic to bool
Jason Gunthorpe
2022-05-17
1
-19
/
+27
|
*
vfio: Add missing locking for struct vfio_group::kvm
Jason Gunthorpe
2022-05-17
1
-4
/
+15
|
*
vfio/pci: Use the struct file as the handle not the vfio_group
Jason Gunthorpe
2022-05-13
1
-52
/
+18
|
*
vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()
Jason Gunthorpe
2022-05-13
1
-8
/
+21
|
*
vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()
Jason Gunthorpe
2022-05-13
1
-3
/
+27
|
*
vfio: Remove vfio_external_group_match_file()
Jason Gunthorpe
2022-05-13
1
-9
/
+0
|
*
vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
Jason Gunthorpe
2022-05-13
1
-7
/
+14
|
*
vfio: Delete container_q
Jason Gunthorpe
2022-05-13
1
-20
/
+0
|
*
Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/next
Alex Williamson
2022-05-13
1
-230
/
+15
|
|
\
|
*
|
vfio/pci: Remove vfio_device_get_from_dev()
Jason Gunthorpe
2022-05-11
1
-40
/
+1
|
*
|
vfio: Remove calls to vfio_group_add_container_user()
Jason Gunthorpe
2022-05-11
1
-63
/
+17
|
*
|
vfio: Remove dead code
Jason Gunthorpe
2022-05-11
1
-151
/
+0
|
*
|
vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()
Jason Gunthorpe
2022-05-11
1
-13
/
+11
|
*
|
vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
Jason Gunthorpe
2022-05-11
1
-30
/
+16
|
*
|
vfio: Make vfio_(un)register_notifier accept a vfio_device
Jason Gunthorpe
2022-05-11
1
-19
/
+9
|
*
|
vfio: Stop using iommu_present()
Robin Murphy
2022-05-11
1
-3
/
+3
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...
Joerg Roedel
2022-05-20
1
-230
/
+22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
*
vfio: Remove iommu group notifier
Lu Baolu
2022-04-28
1
-147
/
+0
|
|
*
vfio: Delete the unbound_list
Jason Gunthorpe
2022-04-28
1
-72
/
+2
|
|
*
vfio: Remove use of vfio_group_viable()
Lu Baolu
2022-04-28
1
-12
/
+6
|
|
*
vfio: Set DMA ownership for VFIO devices
Lu Baolu
2022-04-28
1
-1
/
+9
|
|
/
|
/
|
|
*
vfio: Require that devices support DMA cache coherence
Jason Gunthorpe
2022-04-28
1
-0
/
+7
|
/
*
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
[next]