summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/vfio_ccw_ops.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe2021-10-281-41/+66
* vfio/ccw: Pass vfio_ccw_private not mdev_device to various functionsJason Gunthorpe2021-10-281-22/+15
* vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe2021-08-111-4/+4
* vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman2021-05-121-2/+0
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-6/+9
* vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-1/+1
* s390/cio: return -EFAULT if copy_to_user() failsEric Farman2021-03-081-1/+1
* s390/cio: return -EFAULT if copy_to_user() failsWang Qing2021-03-081-2/+2
* vfio-ccw: Wire in the request callbackEric Farman2020-12-031-0/+26
* vfio-ccw: Introduce a new CRW regionFarhan Ali2020-06-031-0/+8
* vfio-ccw: Refactor IRQ handlersEric Farman2020-06-021-6/+17
* vfio-ccw: Introduce a new schib regionFarhan Ali2020-06-021-2/+12
* vfio-ccw: Refactor the unregister of the async regionsEric Farman2020-06-021-8/+12
* vfio-ccw: add some loggingCornelia Huck2019-08-231-0/+10
* vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdevFarhan Ali2019-04-241-1/+10
* vfio-ccw: add handling for async channel instructionsCornelia Huck2019-04-241-2/+11
* vfio-ccw: add capabilities chainCornelia Huck2019-04-241-26/+161
* vfio-ccw: protect the I/O regionCornelia Huck2019-04-241-9/+19
* vfio-ccw: rework ssch state handlingCornelia Huck2019-04-241-2/+0
* s390/cio: Convert ccw_io_region to pointerEric Farman2018-09-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390/vfio_ccw: make some symbols staticSebastian Ott2017-05-221-6/+6
* vfio: ccw: improve error handling for vfio_ccw_mdev_removeDong Jia Shi2017-04-121-11/+6
* vfio: ccw: remove unnecessary NULL checks of a pointerDong Jia Shi2017-04-121-17/+0
* vfio: ccw: introduce a finite state machineDong Jia Shi2017-03-311-3/+25
* vfio: ccw: return I/O results asynchronouslyDong Jia Shi2017-03-311-3/+0
* vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsDong Jia Shi2017-03-311-1/+122
* vfio: ccw: realize VFIO_DEVICE_RESET ioctlDong Jia Shi2017-03-311-14/+33
* vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctlDong Jia Shi2017-03-311-0/+78
* vfio: ccw: handle ccw command requestDong Jia Shi2017-03-311-4/+20
* vfio: ccw: introduce ccw_io_regionDong Jia Shi2017-03-311-0/+47
* vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi2017-03-311-0/+147