index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
|
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
|
vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
Yi Liu
2023-03-31
1
-2
/
+3
|
/
*
Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2023-02-25
1
-11
/
+59
|
\
|
*
vfio: no need to pass kvm pointer during device open
Matthew Rosato
2023-02-09
1
-4
/
+3
|
*
vfio: fix deadlock between group lock and kvm lock
Matthew Rosato
2023-02-09
1
-7
/
+56
*
|
vfio: Support VFIO_NOIOMMU with iommufd
Jason Gunthorpe
2023-02-03
1
-0
/
+7
|
/
*
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-12-15
1
-25
/
+120
|
\
|
*
vfio: Extend the device migration protocol with PRE_COPY
Jason Gunthorpe
2022-12-06
1
-2
/
+72
|
*
vfio: Fold vfio_virqfd.ko into vfio.ko
Jason Gunthorpe
2022-12-05
1
-0
/
+7
|
*
vfio: Add an option to get migration data size
Yishai Hadas
2022-11-14
1
-0
/
+32
|
*
vfio: Remove vfio_free_device
Eric Farman
2022-11-10
1
-18
/
+4
|
*
vfio/ccw: replace vfio_init_device with _alloc_
Eric Farman
2022-11-10
1
-5
/
+5
*
|
vfio: Move vfio group specific code into group.c
Yi Liu
2022-12-05
1
-870
/
+7
*
|
vfio: Refactor dma APIs for emulated devices
Yi Liu
2022-12-05
1
-11
/
+14
*
|
vfio: Wrap vfio group module init/clean code into helpers
Yi Liu
2022-12-05
1
-20
/
+36
*
|
vfio: Refactor vfio_device open and close
Yi Liu
2022-12-05
1
-46
/
+87
*
|
vfio: Make vfio_device_open() truly device specific
Yi Liu
2022-12-05
1
-17
/
+29
*
|
vfio: Swap order of vfio_device_container_register() and open_device()
Yi Liu
2022-12-05
1
-8
/
+9
*
|
vfio: Set device->group in helper function
Yi Liu
2022-12-05
1
-15
/
+26
*
|
vfio: Create wrappers for group register/unregister
Yi Liu
2022-12-05
1
-7
/
+16
*
|
vfio: Move the sanity check of the group to vfio_create_group()
Jason Gunthorpe
2022-12-05
1
-37
/
+25
*
|
vfio: Simplify vfio_create_group()
Jason Gunthorpe
2022-12-05
1
-23
/
+10
*
|
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
2022-12-02
1
-0
/
+13
|
\
\
|
*
|
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: Move container related MODULE_ALIAS statements into container.c
Jason Gunthorpe
2022-12-02
1
-2
/
+0
*
|
vfio-iommufd: Support iommufd for emulated VFIO devices
Jason Gunthorpe
2022-12-02
1
-1
/
+121
*
|
vfio-iommufd: Support iommufd for physical VFIO devices
Jason Gunthorpe
2022-12-02
1
-2
/
+13
*
|
vfio-iommufd: Allow iommufd to be used in place of a container fd
Jason Gunthorpe
2022-12-02
1
-14
/
+74
*
|
vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
Jason Gunthorpe
2022-12-02
1
-13
/
+16
*
|
vfio: Rename vfio_device_assign/unassign_container()
Jason Gunthorpe
2022-12-02
1
-3
/
+3
*
|
vfio: Move vfio_device_assign_container() into vfio_device_first_open()
Jason Gunthorpe
2022-12-02
1
-13
/
+11
*
|
vfio: Move vfio_device driver open/close code to a function
Jason Gunthorpe
2022-12-02
1
-42
/
+53
|
/
*
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
[next]