aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/vfio_ccw_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+10
2019-06-21vfio-ccw: Move guest_cp storage into common structEric Farman1-0/+7
2019-06-13vfio-ccw: Destroy kmem cache region on module exitFarhan Ali1-0/+1
2019-06-03s390/cio: Set vfio-ccw FSM state before ioeventfdEric Farman1-3/+3
2019-04-24vfio-ccw: Prevent quiesce function going into an infinite loopFarhan Ali1-14/+18
2019-04-24vfio-ccw: Do not call flush_workqueue while holding the spinlockFarhan Ali1-1/+1
2019-04-24vfio-ccw: add handling for async channel instructionsCornelia Huck1-13/+33
2019-04-24vfio-ccw: protect the I/O regionCornelia Huck1-0/+3
2019-03-11vfio: ccw: only free cp on final interruptCornelia Huck1-2/+6
2018-11-13vfio: ccw: Register mediated device once all structures are initializedPierre Morel1-4/+4
2018-11-13s390/cio: make vfio_ccw_io_region staticSebastian Ott1-1/+1
2018-09-27s390/cio: Refactor alloc of ccw_io_regionEric Farman1-4/+16
2018-09-27s390/cio: Convert ccw_io_region to pointerEric Farman1-1/+11
2018-05-29vfio: ccw: fix error return in vfio_ccw_sch_eventDong Jia Shi1-1/+4
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-07-05s390/vfio_ccw: remove unused variableSebastian Ott1-2/+0
2017-06-12s390/cio: introduce io_subchannel_typeSebastian Ott1-57/+1
2017-03-31vfio: ccw: introduce a finite state machineDong Jia Shi1-102/+14
2017-03-31vfio: ccw: return I/O results asynchronouslyDong Jia Shi1-24/+34
2017-03-31vfio: ccw: handle ccw command requestDong Jia Shi1-0/+114
2017-03-31vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi1-1/+11
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi1-0/+262