aboutsummaryrefslogtreecommitdiff
path: root/samples/vfio-mdev
AgeCommit message (Expand)AuthorFilesLines
2024-03-05vfio/mbochs: make mbochs_class constantGravatar Ricardo B. Marliere 1-10/+8
2024-03-05vfio/mdpy: make mdpy_class constantGravatar Ricardo B. Marliere 1-10/+8
2023-11-28eventfd: simplify eventfd_signal()Gravatar Christian Brauner 1-2/+2
2023-10-24vfio/mtty: Enable migration supportGravatar Alex Williamson 1-0/+590
2023-10-24vfio/mtty: Overhaul mtty interrupt handlingGravatar Alex Williamson 1-73/+166
2023-09-28vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoGravatar Stefan Hajnoczi 2-2/+2
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-0/+3
2023-08-04vfio-dev/mdpy-fb: Use fbdev I/O helpersGravatar Thomas Zimmermann 1-3/+1
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesGravatar Yi Liu 3-0/+3
2023-07-24vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driverGravatar Thomas Zimmermann 1-1/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-3/+3
2023-03-31vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversGravatar Yi Liu 3-0/+9
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 3-3/+3
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+100
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Gravatar Daniel Vetter 1-8/+0
2023-01-23vfio-mdev: move the mtty usage documentationGravatar Christoph Hellwig 1-0/+100
2023-01-13vfio-mdev/mdpy-fb: Do not set struct fb_info.aperturesGravatar Thomas Zimmermann 1-8/+0
2022-12-12samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Gravatar Shang XiaoJing 1-1/+7
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathGravatar Alex Williamson 3-9/+12
2022-11-10vfio: Remove vfio_free_deviceGravatar Eric Farman 3-3/+0
2022-10-04vfio/mdev: add mdev available instance checking to the coreGravatar Jason Gunthorpe 1-18/+4
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeGravatar Christoph Hellwig 2-18/+4
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeGravatar Christoph Hellwig 3-26/+9
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeGravatar Christoph Hellwig 3-46/+13
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeGravatar Jason Gunthorpe 3-25/+3
2022-10-04vfio/mdev: simplify mdev_type handlingGravatar Christoph Hellwig 3-95/+72
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureGravatar Christoph Hellwig 3-6/+10
2022-10-04vfio/mdev: make mdev.h standalone includableGravatar Christoph Hellwig 3-4/+0
2022-09-21vfio/mbochs: Use the new device life cycle helpersGravatar Yi Liu 1-27/+46
2022-09-21vfio/mtty: Use the new device life cycle helpersGravatar Yi Liu 1-28/+39
2022-09-21vfio/mdpy: Use the new device life cycle helpersGravatar Yi Liu 1-34/+47
2022-04-21vfio/mdev: Remove mdev_parent_opsGravatar Jason Gunthorpe 3-21/+6
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsGravatar Jason Gunthorpe 1-29/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGravatar Greg Kroah-Hartman 1-0/+1
2021-09-30vfio: simplify iommu group allocation for mediated devicesGravatar Christoph Hellwig 3-3/+3
2021-08-11vfio/mbochs: Fix close when multiple device FDs are openGravatar Jason Gunthorpe 1-2/+2
2021-08-11vfio/samples: Delete useless open/closeGravatar Jason Gunthorpe 3-30/+0
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callGravatar Max Gurtovoy 3-21/+33
2021-08-11vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesGravatar Jason Gunthorpe 1-9/+15
2021-08-11vfio/samples: Remove module get/putGravatar Jason Gunthorpe 2-8/+0
2021-06-28vfio/mtty: Enforce available_instancesGravatar Alex Williamson 1-6/+16
2021-06-28vfio/mtty: Delete mdev_devices_listGravatar Jason Gunthorpe 1-18/+6
2021-06-24vfio/mdpy: Fix memory leak of object mdev_state->vconfigGravatar Colin Ian King 1-0/+1
2021-06-21vfio/mbochs: Convert to use vfio_register_group_dev()Gravatar Jason Gunthorpe 1-72/+91
2021-06-21vfio/mdpy: Convert to use vfio_register_group_dev()Gravatar Jason Gunthorpe 1-71/+88
2021-06-21vfio/mtty: Convert to use vfio_register_group_dev()Gravatar Jason Gunthorpe 1-102/+83
2021-05-24samples: vfio-mdev: fix error handing in mdpy_fb_probe()Gravatar Wei Yongjun 1-4/+9
2021-05-04vfio/mdev: remove unnecessary NULL check in mbochs_create()Gravatar Dan Carpenter 2-4/+1
2021-04-30samples/vfio-mdev/mdpy: use remap_vmalloc_rangeGravatar Christoph Hellwig 1-3/+1