summaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev
Commit message (Expand)AuthorAgeFilesLines
* vfio/mbochs: make mbochs_class constantRicardo B. Marliere2024-03-051-10/+8
* vfio/mdpy: make mdpy_class constantRicardo B. Marliere2024-03-051-10/+8
* eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-2/+2
* vfio/mtty: Enable migration supportAlex Williamson2023-10-241-0/+590
* vfio/mtty: Overhaul mtty interrupt handlingAlex Williamson2023-10-241-73/+166
* vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoStefan Hajnoczi2023-09-282-2/+2
* Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-303-0/+3
|\
| * vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-253-0/+3
* | vfio-dev/mdpy-fb: Use fbdev I/O helpersThomas Zimmermann2023-08-041-3/+1
* | vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driverThomas Zimmermann2023-07-241-1/+0
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-3/+3
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-173-3/+3
* | vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversYi Liu2023-03-313-0/+9
|/
* Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-251-0/+100
|\
| * vfio-mdev: move the mtty usage documentationChristoph Hellwig2023-01-231-0/+100
* | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-8/+0
|\ \ | |/ |/|
| * vfio-mdev/mdpy-fb: Do not set struct fb_info.aperturesThomas Zimmermann2023-01-131-8/+0
* | samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing2022-12-121-1/+7
* | vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson2022-12-053-9/+12
* | vfio: Remove vfio_free_deviceEric Farman2022-11-103-3/+0
|/
* vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-18/+4
* vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-042-18/+4
* vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-043-26/+9
* vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-043-46/+13
* vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-043-25/+3
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-043-95/+72
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-043-6/+10
* vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-043-4/+0
* vfio/mbochs: Use the new device life cycle helpersYi Liu2022-09-211-27/+46
* vfio/mtty: Use the new device life cycle helpersYi Liu2022-09-211-28/+39
* vfio/mdpy: Use the new device life cycle helpersYi Liu2022-09-211-34/+47
* vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-213-21/+6
* vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe2022-04-211-29/+1
* 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-303-3/+3
|/
* 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