summaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev
Commit message (Expand)AuthorAgeFilesLines
* vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe2021-08-111-2/+2
* vfio/samples: Delete useless open/closeJason Gunthorpe2021-08-113-30/+0
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-113-21/+33
* vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe2021-08-111-9/+15
* vfio/samples: Remove module get/putJason Gunthorpe2021-08-112-8/+0
* vfio/mtty: Enforce available_instancesAlex Williamson2021-06-281-6/+16
* vfio/mtty: Delete mdev_devices_listJason Gunthorpe2021-06-281-18/+6
* vfio/mdpy: Fix memory leak of object mdev_state->vconfigColin Ian King2021-06-241-0/+1
* vfio/mbochs: Convert to use vfio_register_group_dev()Jason Gunthorpe2021-06-211-72/+91
* vfio/mdpy: Convert to use vfio_register_group_dev()Jason Gunthorpe2021-06-211-71/+88
* vfio/mtty: Convert to use vfio_register_group_dev()Jason Gunthorpe2021-06-211-102/+83
* samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun2021-05-241-4/+9
* vfio/mdev: remove unnecessary NULL check in mbochs_create()Dan Carpenter2021-05-042-4/+1
* samples/vfio-mdev/mdpy: use remap_vmalloc_rangeChristoph Hellwig2021-04-301-3/+1
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-123-30/+38
* vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-123-3/+3
* vfio/mbochs: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-14/+7
* vfio/mdpy: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-16/+6
* vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-43/+7
* vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe2021-04-072-10/+10
* samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-1/+2
* PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen2020-07-091-1/+1
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-211-1/+1
* samples: vfio-mdev: constify fb opsJani Nikula2019-12-101-1/+1
* sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map supportDaniel Vetter2019-11-251-16/+0
* vfio-mdev/mtty: Simplify interrupt generationParav Pandit2019-08-191-31/+8
* treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers againMasahiro Yamada2019-07-251-1/+1
* sample/mdev/mbochs: remove set but not used variable 'mdev_state'YueHaibing2019-07-021-3/+0
* vfio-mdev/samples: make some symbols staticKefeng Wang2019-07-021-23/+24
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* samples/vfio-mdev/mtty: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+5
* samples/vfio-mdev/mdpy: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+4
* samples/vfio-mdev/mbochs: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+4
* vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko2019-02-051-4/+4
* vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor2018-12-171-13/+13
* 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-082-0/+1407
* sample: vfio mdev display - guest driverGerd Hoffmann2018-06-082-0/+233
* sample: vfio mdev display - host deviceGerd Hoffmann2018-06-083-0/+830
* vfio-mdev/samples: change RDI interrupt conditionShunyong Yang2018-03-221-1/+1
* vfio-mdev/samples: make mdev_fops const and staticBhumika Goyal2017-10-021-1/+1
* vfio-mdev: remove some dead codeDan Carpenter2017-01-111-3/+0
* vfio-mdev: buffer overflow in ioctl()Dan Carpenter2017-01-111-2/+5
* vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter2017-01-111-3/+12
* vfio-mdev: fix some error codes in the sample codeDan Carpenter2017-01-041-1/+3