aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev
AgeCommit message (Expand)Author
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-31vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversYi Liu
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-01-23vfio-mdev: move the mtty usage documentationChristoph Hellwig
2023-01-13vfio-mdev/mdpy-fb: Do not set struct fb_info.aperturesThomas Zimmermann
2022-12-12samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson
2022-11-10vfio: Remove vfio_free_deviceEric Farman
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig
2022-09-21vfio/mbochs: Use the new device life cycle helpersYi Liu
2022-09-21vfio/mtty: Use the new device life cycle helpersYi Liu
2022-09-21vfio/mdpy: Use the new device life cycle helpersYi Liu
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig
2021-08-11vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe
2021-08-11vfio/samples: Delete useless open/closeJason Gunthorpe
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy
2021-08-11vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe
2021-08-11vfio/samples: Remove module get/putJason Gunthorpe
2021-06-28vfio/mtty: Enforce available_instancesAlex Williamson
2021-06-28vfio/mtty: Delete mdev_devices_listJason Gunthorpe
2021-06-24vfio/mdpy: Fix memory leak of object mdev_state->vconfigColin Ian King
2021-06-21vfio/mbochs: Convert to use vfio_register_group_dev()Jason Gunthorpe
2021-06-21vfio/mdpy: Convert to use vfio_register_group_dev()Jason Gunthorpe
2021-06-21vfio/mtty: Convert to use vfio_register_group_dev()Jason Gunthorpe
2021-05-24samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun
2021-05-04vfio/mdev: remove unnecessary NULL check in mbochs_create()Dan Carpenter
2021-04-30samples/vfio-mdev/mdpy: use remap_vmalloc_rangeChristoph Hellwig
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe
2021-04-07vfio/mbochs: Use mdev_get_type_group_id()Jason Gunthorpe
2021-04-07vfio/mdpy: Use mdev_get_type_group_id()Jason Gunthorpe
2021-04-07vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe
2021-04-07vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe
2020-09-10samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski
2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2019-12-10samples: vfio-mdev: constify fb opsJani Nikula