aboutsummaryrefslogtreecommitdiff
path: root/samples/vfio-mdev/mdpy.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoGravatar Stefan Hajnoczi 1-1/+1
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesGravatar Yi Liu 1-0/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-03-31vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversGravatar Yi Liu 1-0/+3
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathGravatar Alex Williamson 1-3/+4
2022-11-10vfio: Remove vfio_free_deviceGravatar Eric Farman 1-1/+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 1-9/+2
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeGravatar Christoph Hellwig 1-6/+3
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeGravatar Christoph Hellwig 1-16/+5
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeGravatar Jason Gunthorpe 1-8/+1
2022-10-04vfio/mdev: simplify mdev_type handlingGravatar Christoph Hellwig 1-31/+19
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureGravatar Christoph Hellwig 1-2/+3
2022-10-04vfio/mdev: make mdev.h standalone includableGravatar Christoph Hellwig 1-1/+0
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 1-7/+2
2021-09-30vfio: simplify iommu group allocation for mediated devicesGravatar Christoph Hellwig 1-1/+1
2021-08-11vfio/samples: Delete useless open/closeGravatar Jason Gunthorpe 1-11/+0
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callGravatar Max Gurtovoy 1-10/+15
2021-08-11vfio/samples: Remove module get/putGravatar Jason Gunthorpe 1-4/+0
2021-06-24vfio/mdpy: Fix memory leak of object mdev_state->vconfigGravatar Colin Ian King 1-0/+1
2021-06-21vfio/mdpy: Convert to use vfio_register_group_dev()Gravatar Jason Gunthorpe 1-71/+88
2021-05-04vfio/mdev: remove unnecessary NULL check in mbochs_create()Gravatar Dan Carpenter 1-2/+1
2021-04-30samples/vfio-mdev/mdpy: use remap_vmalloc_rangeGravatar Christoph Hellwig 1-3/+1
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesGravatar Jason Gunthorpe 1-10/+14
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Gravatar Jason Gunthorpe 1-1/+1
2021-04-07vfio/mdpy: Use mdev_get_type_group_id()Gravatar Jason Gunthorpe 1-16/+6
2021-04-07vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sGravatar Jason Gunthorpe 1-5/+5
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksGravatar Jann Horn 1-1/+1
2019-02-12samples/vfio-mdev/mdpy: expand minor range when registering chrdev regionGravatar Chengguang Xu 1-4/+4
2018-06-08sample: vfio mdev display - host deviceGravatar Gerd Hoffmann 1-0/+807