summaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev/mdpy.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/mdpy: make mdpy_class constantRicardo B. Marliere2024-03-051-10/+8
* vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoStefan Hajnoczi2023-09-281-1/+1
* vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-251-0/+1
* 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: 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-041-9/+2
* vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-6/+3
* vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-16/+5
* 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-31/+19
* 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/mdpy: Use the new device life cycle helpersYi Liu2022-09-211-34/+47
* vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-7/+2
* vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-1/+1
* vfio/samples: Delete useless open/closeJason Gunthorpe2021-08-111-11/+0
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-10/+15
* vfio/samples: Remove module get/putJason Gunthorpe2021-08-111-4/+0
* vfio/mdpy: Fix memory leak of object mdev_state->vconfigColin Ian King2021-06-241-0/+1
* vfio/mdpy: Convert to use vfio_register_group_dev()Jason Gunthorpe2021-06-211-71/+88
* vfio/mdev: remove unnecessary NULL check in mbochs_create()Dan Carpenter2021-05-041-2/+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-121-10/+14
* vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-1/+1
* vfio/mdpy: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-16/+6
* vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe2021-04-071-5/+5
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-211-1/+1
* samples/vfio-mdev/mdpy: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+4
* sample: vfio mdev display - host deviceGerd Hoffmann2018-06-081-0/+807