index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio: Export the device set open count
Anthony DeRossi
2022-11-10
1
-0
/
+13
*
vfio: Fix container device registration life cycle
Anthony DeRossi
2022-11-10
1
-5
/
+8
*
vfio: More vfio_file_is_group() use cases
Alex Williamson
2022-10-07
1
-3
/
+3
*
vfio: Make the group FD disassociate from the iommu_group
Jason Gunthorpe
2022-10-07
1
-23
/
+44
*
vfio: Hold a reference to the iommu_group in kvm for SPAPR
Jason Gunthorpe
2022-10-07
1
-2
/
+4
*
vfio: Add vfio_file_is_group()
Jason Gunthorpe
2022-10-07
1
-1
/
+15
*
vfio: Change vfio_group->group_rwsem to a mutex
Jason Gunthorpe
2022-10-04
1
-23
/
+24
*
vfio: Remove the vfio_group->users and users_comp
Jason Gunthorpe
2022-10-04
1
-26
/
+19
*
vfio: Follow a strict lifetime for struct iommu_group
Jason Gunthorpe
2022-09-27
1
-23
/
+45
*
vfio: Move container code into drivers/vfio/container.c
Jason Gunthorpe
2022-09-22
1
-691
/
+1
*
vfio: Split the register_device ops call into functions
Jason Gunthorpe
2022-09-22
1
-16
/
+23
*
vfio: Rename vfio_ioctl_check_extension()
Jason Gunthorpe
2022-09-22
1
-5
/
+6
*
vfio: Split out container code from the init/cleanup functions
Jason Gunthorpe
2022-09-22
1
-18
/
+36
*
vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMU
Jason Gunthorpe
2022-09-22
1
-24
/
+19
*
vfio: Split the container logic into vfio_container_attach_group()
Jason Gunthorpe
2022-09-22
1
-30
/
+48
*
vfio: Rename __vfio_group_unset_container()
Jason Gunthorpe
2022-09-22
1
-6
/
+5
*
vfio: Add struct device to vfio_device
Yi Liu
2022-09-21
1
-11
/
+53
*
vfio: Rename vfio_device_put() and vfio_device_try_get()
Kevin Tian
2022-09-21
1
-8
/
+9
*
vfio/ccw: Use the new device life cycle helpers
Kevin Tian
2022-09-21
1
-18
/
+5
*
vfio: Add helpers for unifying vfio_device life cycle
Kevin Tian
2022-09-21
1
-0
/
+92
*
vfio: Introduce the DMA logging feature support
Yishai Hadas
2022-09-08
1
-0
/
+175
*
vfio: Remove vfio_group dev_counter
Jason Gunthorpe
2022-09-01
1
-6
/
+3
*
vfio: Increment the runtime PM usage count during IOCTL call
Abhishek Sahu
2022-09-01
1
-3
/
+49
*
vfio: Split VFIO_GROUP_GET_STATUS into a function
Jason Gunthorpe
2022-09-01
1
-31
/
+30
*
vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()
Jason Gunthorpe
2022-09-01
1
-11
/
+16
*
vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()
Jason Gunthorpe
2022-09-01
1
-27
/
+24
*
vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()
Jason Gunthorpe
2022-09-01
1
-13
/
+11
*
vfio: Move vfio.c to vfio_main.c
Jason Gunthorpe
2022-08-08
1
-0
/
+2135