summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/vfio_ccw_drv.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-1/+0
* vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-0/+1
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-2/+4
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-2/+3
* vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-1/+0
* vfio/ccw: Remove FSM Close from remove handlersEric Farman2022-08-011-1/+0
* vfio/ccw: Move FSM open/close to MDEV open/closeEric Farman2022-07-071-8/+3
* vfio/ccw: Create a CLOSE FSM eventEric Farman2022-07-071-12/+5
* vfio/ccw: Create an OPEN FSM EventEric Farman2022-07-071-7/+2
* vfio/ccw: Flatten MDEV device (un)registerEric Farman2022-07-071-2/+2
* vfio/ccw: Do not change FSM state in subchannel eventEric Farman2022-07-071-11/+3
* vfio/ccw: Fix FSM state if mdev probe failsEric Farman2022-07-071-2/+3
* vfio/ccw: Remove UUID from s390 debug logMichael Kawano2022-07-071-3/+2
* s390/cio: remove uevent suppress from cio driverVineeth Vijayan2021-12-061-5/+0
* vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe2021-10-281-7/+14
* vfio/ccw: Use functions for alloc/free of the vfio_ccw_privateJason Gunthorpe2021-10-281-47/+66
* vfio/ccw: Remove unneeded GFP_DMAJason Gunthorpe2021-10-281-1/+1
* s390/cio: Make struct css_driver::remove return voidUwe Kleine-König2021-07-211-2/+1
* vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman2021-05-121-2/+10
* vfio-ccw: Add trace for CRW eventEric Farman2020-06-031-0/+1
* vfio-ccw: Wire up the CRW irq and CRW regionFarhan Ali2020-06-031-0/+49
* vfio-ccw: Introduce a new CRW regionFarhan Ali2020-06-031-0/+20
* vfio-ccw: Introduce a new schib regionFarhan Ali2020-06-021-0/+20
* vfio-ccw: Register a chp_event callback for vfio-ccwFarhan Ali2020-06-021-0/+47
* vfio-ccw: Introduce new helper functions to free/destroy regionsFarhan Ali2020-06-021-10/+18
* s390/cio: generate delayed uevent for vfio-ccw subchannelsCornelia Huck2020-04-061-0/+5
* vfio-ccw: fix error return code in vfio_ccw_sch_init()Wei Yongjun2019-09-051-2/+6
* vfio-ccw: add some loggingCornelia Huck2019-08-231-3/+47
* 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/+0
* s390/cio: introduce io_subchannel_typeSebastian Ott2017-06-121-57/+1
* vfio: ccw: introduce a finite state machineDong Jia Shi2017-03-311-102/+14
* 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