summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/vfio_ccw_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva2023-06-011-1/+1
* vfio/ccw: replace vfio_init_device with _alloc_Eric Farman2022-11-101-2/+0
* vfio/ccw: remove release completionEric Farman2022-11-101-3/+0
* vfio/ccw: move private to mdev lifecycleEric Farman2022-11-101-0/+2
* vfio/ccw: move private initialization to callbackEric Farman2022-11-101-1/+6
* vfio/ccw: remove private->schEric Farman2022-11-101-3/+4
* vfio/ccw: create a parent structEric Farman2022-11-101-5/+15
* vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-2/+0
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-0/+2
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-0/+4
* vfio/ccw: Use the new device life cycle helpersKevin Tian2022-09-211-0/+3
* vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-201-2/+0
* vfio/ccw: Create a CLOSE FSM eventEric Farman2022-07-071-0/+1
* vfio/ccw: Create an OPEN FSM EventEric Farman2022-07-071-0/+1
* vfio/ccw: Flatten MDEV device (un)registerEric Farman2022-07-071-3/+0
* vfio/ccw: Pass enum to FSM event jumptableEric Farman2022-07-071-1/+1
* vfio/ccw: Remove private->mdevEric Farman2022-07-071-2/+0
* vfio: de-extern-ify function prototypesAlex Williamson2022-06-271-3/+3
* vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe2021-10-281-0/+5
* vfio-ccw: Wire in the request callbackEric Farman2020-12-041-0/+4
* vfio-ccw: Wire up the CRW irq and CRW regionFarhan Ali2020-06-031-0/+8
* vfio-ccw: Introduce a new CRW regionFarhan Ali2020-06-031-0/+4
* vfio-ccw: Introduce a new schib regionFarhan Ali2020-06-021-0/+3
* vfio-ccw: Refactor the unregister of the async regionsEric Farman2020-06-021-0/+1
* vfio-ccw: Trace the FSM jumptableEric Farman2019-10-171-0/+1
* vfio-ccw: add some loggingCornelia Huck2019-08-231-0/+17
* vfio-ccw: add handling for async channel instructionsCornelia Huck2019-04-241-0/+5
* vfio-ccw: add capabilities chainCornelia Huck2019-04-241-0/+38
* vfio-ccw: protect the I/O regionCornelia Huck2019-04-241-0/+2
* vfio-ccw: rework ssch state handlingCornelia Huck2019-04-241-1/+2
* vfio: ccw: Merge BUSY and BOXED statesPierre Morel2018-12-121-1/+0
* s390/cio: Convert ccw_io_region to pointerEric Farman2018-09-271-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* vfio: ccw: introduce a finite state machineDong Jia Shi2017-03-311-1/+40
* vfio: ccw: return I/O results asynchronouslyDong Jia Shi2017-03-311-4/+3
* vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsDong Jia Shi2017-03-311-0/+4
* vfio: ccw: handle ccw command requestDong Jia Shi2017-03-311-0/+14
* vfio: ccw: introduce ccw_io_regionDong Jia Shi2017-03-311-0/+4
* vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi2017-03-311-0/+11
* vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi2017-03-311-0/+25