summaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev
AgeCommit message (Expand)AuthorLines
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman-0/+1
2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig-3/+3
2021-08-11vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe-2/+2
2021-08-11vfio/samples: Delete useless open/closeJason Gunthorpe-30/+0
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy-21/+33
2021-08-11vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe-9/+15
2021-08-11vfio/samples: Remove module get/putJason Gunthorpe-8/+0
2021-06-28vfio/mtty: Enforce available_instancesAlex Williamson-6/+16
2021-06-28vfio/mtty: Delete mdev_devices_listJason Gunthorpe-18/+6
2021-06-24vfio/mdpy: Fix memory leak of object mdev_state->vconfigColin Ian King-0/+1
2021-06-21vfio/mbochs: Convert to use vfio_register_group_dev()Jason Gunthorpe-72/+91
2021-06-21vfio/mdpy: Convert to use vfio_register_group_dev()Jason Gunthorpe-71/+88
2021-06-21vfio/mtty: Convert to use vfio_register_group_dev()Jason Gunthorpe-102/+83
2021-05-24samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun-4/+9
2021-05-04vfio/mdev: remove unnecessary NULL check in mbochs_create()Dan Carpenter-4/+1
2021-04-30samples/vfio-mdev/mdpy: use remap_vmalloc_rangeChristoph Hellwig-3/+1
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe-30/+38
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe-3/+3
2021-04-07vfio/mbochs: Use mdev_get_type_group_id()Jason Gunthorpe-14/+7
2021-04-07vfio/mdpy: Use mdev_get_type_group_id()Jason Gunthorpe-16/+6
2021-04-07vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe-43/+7
2021-04-07vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe-10/+10
2020-09-10samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski-1/+2
2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen-1/+1
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn-1/+1
2019-12-10samples: vfio-mdev: constify fb opsJani Nikula-1/+1
2019-11-25sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map supportDaniel Vetter-16/+0
2019-08-19vfio-mdev/mtty: Simplify interrupt generationParav Pandit-31/+8
2019-07-25treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers againMasahiro Yamada-1/+1
2019-07-02sample/mdev/mbochs: remove set but not used variable 'mdev_state'YueHaibing-3/+0
2019-07-02vfio-mdev/samples: make some symbols staticKefeng Wang-23/+24
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-12samples/vfio-mdev/mtty: expand minor range when registering chrdev regionChengguang Xu-4/+5
2019-02-12samples/vfio-mdev/mdpy: expand minor range when registering chrdev regionChengguang Xu-4/+4
2019-02-12samples/vfio-mdev/mbochs: expand minor range when registering chrdev regionChengguang Xu-4/+4
2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko-4/+4
2018-12-17vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor-13/+13
2018-10-11vfio: add edid support to mbochs sample driverGerd Hoffmann-19/+117
2018-07-11sample: vfio-mdev: avoid deadlock in mdev_access()Alexey Khoroshilov-1/+3
2018-07-04sample/vfio-mdev: Change return type to vm_fault_tSouptick Joarder-2/+2
2018-06-26sample/mdev/mbochs: add mbochs_kunmap_dmabufGerd Hoffmann-0/+7
2018-06-26sample/mdev/mbochs: remove mbochs_kmap_atomic_dmabufGerd Hoffmann-10/+0
2018-06-08sample: vfio bochs vbe display (host device for bochs-drm)Gerd Hoffmann-0/+1407
2018-06-08sample: vfio mdev display - guest driverGerd Hoffmann-0/+233
2018-06-08sample: vfio mdev display - host deviceGerd Hoffmann-0/+830
2018-03-22vfio-mdev/samples: change RDI interrupt conditionShunyong Yang-1/+1
2017-10-02vfio-mdev/samples: make mdev_fops const and staticBhumika Goyal-1/+1
2017-01-11vfio-mdev: remove some dead codeDan Carpenter-3/+0