index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-10-12
28
-1757
/
+4088
|
\
|
*
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
2
-24
/
+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
2
-2
/
+16
|
*
vfio: Change vfio_group->group_rwsem to a mutex
Jason Gunthorpe
2022-10-04
3
-29
/
+30
|
*
vfio: Remove the vfio_group->users and users_comp
Jason Gunthorpe
2022-10-04
2
-28
/
+20
|
*
vfio/mdev: add mdev available instance checking to the core
Jason Gunthorpe
2022-10-04
2
-4
/
+23
|
*
vfio/mdev: consolidate all the description sysfs into the core code
Christoph Hellwig
2022-10-04
2
-9
/
+33
|
*
vfio/mdev: consolidate all the available_instance sysfs into the core code
Christoph Hellwig
2022-10-04
1
-0
/
+11
|
*
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
2022-10-04
1
-0
/
+10
|
*
vfio/mdev: consolidate all the device_api sysfs into the core code
Jason Gunthorpe
2022-10-04
2
-11
/
+28
|
*
vfio/mdev: remove mtype_get_parent_dev
Christoph Hellwig
2022-10-04
1
-10
/
+0
|
*
vfio/mdev: remove mdev_parent_dev
Christoph Hellwig
2022-10-04
1
-6
/
+0
|
*
vfio/mdev: unexport mdev_bus_type
Christoph Hellwig
2022-10-04
2
-1
/
+1
|
*
vfio/mdev: remove mdev_from_dev
Christoph Hellwig
2022-10-04
1
-4
/
+2
|
*
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
2022-10-04
4
-105
/
+30
|
*
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
2022-10-04
3
-123
/
+24
|
*
vfio/mdev: make mdev.h standalone includable
Christoph Hellwig
2022-10-04
3
-5
/
+0
|
*
hisi_acc_vfio_pci: Update some log and comment formats
Longfang Liu
2022-09-27
2
-12
/
+12
|
*
hisi_acc_vfio_pci: Remove useless macro definitions
Longfang Liu
2022-09-27
1
-1
/
+0
|
*
hisi_acc_vfio_pci: Remove useless function parameter
Longfang Liu
2022-09-27
1
-3
/
+5
|
*
hisi_acc_vfio_pci: Fix device data address combination problem
Longfang Liu
2022-09-27
1
-4
/
+4
|
*
hisi_acc_vfio_pci: Fixes error return code issue
Longfang Liu
2022-09-27
1
-1
/
+1
|
*
vfio: Follow a strict lifetime for struct iommu_group
Jason Gunthorpe
2022-09-27
2
-23
/
+53
|
*
vfio: Move container code into drivers/vfio/container.c
Jason Gunthorpe
2022-09-22
4
-691
/
+728
|
*
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 header guards and includes to drivers/vfio/vfio.h
Jason Gunthorpe
2022-09-22
1
-0
/
+10
|
*
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/amba: Use the new device life cycle helpers
Kevin Tian
2022-09-21
3
-80
/
+55
|
*
vfio/platform: Use the new device life cycle helpers
Kevin Tian
2022-09-21
3
-23
/
+111
|
*
vfio/fsl-mc: Use the new device life cycle helpers
Yi Liu
2022-09-21
1
-36
/
+49
|
*
vfio/hisi_acc: Use the new device life cycle helpers
Yi Liu
2022-09-21
2
-73
/
+37
|
*
vfio/mlx5: Use the new device life cycle helpers
Yi Liu
2022-09-21
1
-14
/
+36
|
*
vfio/pci: Use the new device life cycle helpers
Yi Liu
2022-09-21
2
-10
/
+45
|
*
vfio: Add helpers for unifying vfio_device life cycle
Kevin Tian
2022-09-21
1
-0
/
+92
|
*
vfio/mlx5: Set the driver DMA logging callbacks
Yishai Hadas
2022-09-08
3
-3
/
+14
|
*
vfio/mlx5: Manage error scenarios on tracker
Yishai Hadas
2022-09-08
2
-2
/
+61
|
*
vfio/mlx5: Report dirty pages from tracker
Yishai Hadas
2022-09-08
2
-0
/
+195
|
*
vfio/mlx5: Create and destroy page tracker object
Yishai Hadas
2022-09-08
2
-0
/
+148
|
*
vfio/mlx5: Init QP based resources for dirty tracking
Yishai Hadas
2022-09-08
2
-12
/
+636
|
*
vfio: Introduce the DMA logging feature support
Yishai Hadas
2022-09-08
3
-0
/
+181
|
*
vfio: Add an IOVA bitmap support
Joao Martins
2022-09-08
2
-2
/
+426
[next]