aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/vfio_ccw_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe1-41/+66
2021-10-28vfio/ccw: Pass vfio_ccw_private not mdev_device to various functionsJason Gunthorpe1-22/+15
2021-08-11vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe1-4/+4
2021-05-12vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman1-2/+0
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-6/+9
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe1-1/+1
2021-03-08s390/cio: return -EFAULT if copy_to_user() failsEric Farman1-1/+1
2021-03-08s390/cio: return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2020-12-03vfio-ccw: Wire in the request callbackEric Farman1-0/+26
2020-06-03vfio-ccw: Introduce a new CRW regionFarhan Ali1-0/+8
2020-06-02vfio-ccw: Refactor IRQ handlersEric Farman1-6/+17
2020-06-02vfio-ccw: Introduce a new schib regionFarhan Ali1-2/+12
2020-06-02vfio-ccw: Refactor the unregister of the async regionsEric Farman1-8/+12
2019-08-23vfio-ccw: add some loggingCornelia Huck1-0/+10
2019-04-24vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdevFarhan Ali1-1/+10
2019-04-24vfio-ccw: add handling for async channel instructionsCornelia Huck1-2/+11
2019-04-24vfio-ccw: add capabilities chainCornelia Huck1-26/+161
2019-04-24vfio-ccw: protect the I/O regionCornelia Huck1-9/+19
2019-04-24vfio-ccw: rework ssch state handlingCornelia Huck1-2/+0
2018-09-27s390/cio: Convert ccw_io_region to pointerEric Farman1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-22s390/vfio_ccw: make some symbols staticSebastian Ott1-6/+6
2017-04-12vfio: ccw: improve error handling for vfio_ccw_mdev_removeDong Jia Shi1-11/+6
2017-04-12vfio: ccw: remove unnecessary NULL checks of a pointerDong Jia Shi1-17/+0
2017-03-31vfio: ccw: introduce a finite state machineDong Jia Shi1-3/+25
2017-03-31vfio: ccw: return I/O results asynchronouslyDong Jia Shi1-3/+0
2017-03-31vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsDong Jia Shi1-1/+122
2017-03-31vfio: ccw: realize VFIO_DEVICE_RESET ioctlDong Jia Shi1-14/+33
2017-03-31vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctlDong Jia Shi1-0/+78
2017-03-31vfio: ccw: handle ccw command requestDong Jia Shi1-4/+20
2017-03-31vfio: ccw: introduce ccw_io_regionDong Jia Shi1-0/+47
2017-03-31vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi1-0/+147