index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mdev.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
vfio/mdev: Remove mdev drvdata
Jason Gunthorpe
1
-9
/
+0
2022-04-21
vfio/mdev: Remove mdev_parent_ops
Jason Gunthorpe
1
-21
/
+4
2022-04-21
vfio/mdev: Remove mdev_parent_ops dev_attr_groups
Jason Gunthorpe
1
-2
/
+0
2022-04-21
vfio/mdev: Remove vfio_mdev.c
Jason Gunthorpe
1
-47
/
+1
2021-09-30
vfio: remove the unused mdev iommu hook
Christoph Hellwig
1
-20
/
+0
2021-08-11
vfio: Remove struct vfio_device_ops open/release
Jason Gunthorpe
1
-7
/
+0
2021-08-11
vfio: Provide better generic support for open/release vfio_device_ops
Jason Gunthorpe
1
-0
/
+2
2021-06-22
vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
Jason Gunthorpe
1
-0
/
+2
2021-04-12
vfio/mdev: Correct the function signatures for the mdev_type_attributes
Jason Gunthorpe
1
-4
/
+7
2021-04-12
vfio/mdev: Remove kobj from mdev_parent_ops->create()
Jason Gunthorpe
1
-2
/
+1
2021-04-08
vfio/mdev: Add mdev/mtype_get_type_group_id()
Jason Gunthorpe
1
-0
/
+3
2021-04-08
vfio/mdev: Remove duplicate storage of parent in mdev_device
Jason Gunthorpe
1
-1
/
+0
2021-04-08
vfio/mdev: Use struct mdev_type in struct mdev_device
Jason Gunthorpe
1
-1
/
+3
2021-04-08
vfio/mdev: Simplify driver registration
Jason Gunthorpe
1
-5
/
+1
2021-04-08
vfio/mdev: Add missing typesafety around mdev_device
Jason Gunthorpe
1
-12
/
+46
2021-02-26
include/linux: remove repeated words
Randy Dunlap
1
-1
/
+1
2020-12-04
vfio-mdev: Wire in a request handler for mdev parent
Eric Farman
1
-0
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-13
Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+14
2019-05-07
vfio/mdev: Drop redundant extern for exported symbols
Parav Pandit
1
-11
/
+10
2019-04-12
vfio/mdev: Add iommu related member in mdev_device
Lu Baolu
1
-0
/
+14
2019-02-05
vfio-mdev: Switch to use new generic UUID API
Andy Shevchenko
1
-1
/
+1
2017-01-04
vfio-mdev: fix non-standard ioctl return val causing i386 build fail
Paul Gortmaker
1
-1
/
+1
2016-12-30
vfio-mdev: Make mdev_device private and abstract interfaces
Alex Williamson
1
-25
/
+6
2016-12-30
vfio-mdev: Make mdev_parent private
Alex Williamson
1
-13
/
+2
2016-12-30
vfio-mdev: de-polute the namespace, rename parent_device & parent_ops
Alex Williamson
1
-8
/
+8
2016-11-17
vfio: Mediated device Core driver
Kirti Wankhede
1
-0
/
+168