summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/vfio_ccw_drv.c
Commit message (Expand)AuthorAgeFilesLines
* vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali2019-07-151-1/+1
* Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-081-3/+10
|\
| * vfio-ccw: Move guest_cp storage into common structEric Farman2019-06-211-0/+7
| * s390/cio: Set vfio-ccw FSM state before ioeventfdEric Farman2019-06-031-3/+3
* | vfio-ccw: Destroy kmem cache region on module exitFarhan Ali2019-06-131-0/+1
|/
* vfio-ccw: Prevent quiesce function going into an infinite loopFarhan Ali2019-04-241-14/+18
* vfio-ccw: Do not call flush_workqueue while holding the spinlockFarhan Ali2019-04-241-1/+1
* vfio-ccw: add handling for async channel instructionsCornelia Huck2019-04-241-13/+33
* vfio-ccw: protect the I/O regionCornelia Huck2019-04-241-0/+3
* vfio: ccw: only free cp on final interruptCornelia Huck2019-03-111-2/+6
* vfio: ccw: Register mediated device once all structures are initializedPierre Morel2018-11-131-4/+4
* s390/cio: make vfio_ccw_io_region staticSebastian Ott2018-11-131-1/+1
* s390/cio: Refactor alloc of ccw_io_regionEric Farman2018-09-271-4/+16
* s390/cio: Convert ccw_io_region to pointerEric Farman2018-09-271-1/+11
* vfio: ccw: fix error return in vfio_ccw_sch_eventDong Jia Shi2018-05-291-1/+4
* s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/vfio_ccw: remove unused variableSebastian Ott2017-07-051-2/+0Star
* s390/cio: introduce io_subchannel_typeSebastian Ott2017-06-121-57/+1Star
* vfio: ccw: introduce a finite state machineDong Jia Shi2017-03-311-102/+14Star
* vfio: ccw: return I/O results asynchronouslyDong Jia Shi2017-03-311-24/+34
* vfio: ccw: handle ccw command requestDong Jia Shi2017-03-311-0/+114
* vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi2017-03-311-1/+11
* vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi2017-03-311-0/+262