summaryrefslogtreecommitdiff
path: root/samples/vfio-mdev/mbochs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversYi Liu2023-03-311-0/+3
|/
* vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson2022-12-051-3/+4
* vfio: Remove vfio_free_deviceEric Farman2022-11-101-1/+0
* vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-041-9/+2
* vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-7/+3
* vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-16/+4
* vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-8/+1
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-34/+23
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-2/+3
* vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-1/+0
* vfio/mbochs: Use the new device life cycle helpersYi Liu2022-09-211-27/+46
* vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-7/+2
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+1
|\
| * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+1
* | vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-1/+1
|/
* vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe2021-08-111-2/+2
* vfio/samples: Delete useless open/closeJason Gunthorpe2021-08-111-6/+0
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-0/+2
* vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe2021-08-111-9/+15
* vfio/samples: Remove module get/putJason Gunthorpe2021-08-111-4/+0
* vfio/mbochs: Convert to use vfio_register_group_dev()Jason Gunthorpe2021-06-211-72/+91
* vfio/mdev: remove unnecessary NULL check in mbochs_create()Dan Carpenter2021-05-041-2/+0
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-11/+15
* vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-1/+1
* vfio/mbochs: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-14/+7
* vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe2021-04-071-5/+5
* samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-1/+2
* sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map supportDaniel Vetter2019-11-251-16/+0
* sample/mdev/mbochs: remove set but not used variable 'mdev_state'YueHaibing2019-07-021-3/+0
* samples/vfio-mdev/mbochs: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+4
* vfio: add edid support to mbochs sample driverGerd Hoffmann2018-10-111-19/+117
* sample: vfio-mdev: avoid deadlock in mdev_access()Alexey Khoroshilov2018-07-111-1/+3
* sample/vfio-mdev: Change return type to vm_fault_tSouptick Joarder2018-07-041-2/+2
* sample/mdev/mbochs: add mbochs_kunmap_dmabufGerd Hoffmann2018-06-261-0/+7
* sample/mdev/mbochs: remove mbochs_kmap_atomic_dmabufGerd Hoffmann2018-06-261-10/+0
* sample: vfio bochs vbe display (host device for bochs-drm)Gerd Hoffmann2018-06-081-0/+1406