summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/vfio_ccw_private.h
AgeCommit message (Expand)Author
2023-06-01vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva
2022-11-10vfio/ccw: replace vfio_init_device with _alloc_Eric Farman
2022-11-10vfio/ccw: remove release completionEric Farman
2022-11-10vfio/ccw: move private to mdev lifecycleEric Farman
2022-11-10vfio/ccw: move private initialization to callbackEric Farman
2022-11-10vfio/ccw: remove private->schEric Farman
2022-11-10vfio/ccw: create a parent structEric Farman
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe
2022-07-07vfio/ccw: Create a CLOSE FSM eventEric Farman
2022-07-07vfio/ccw: Create an OPEN FSM EventEric Farman
2022-07-07vfio/ccw: Flatten MDEV device (un)registerEric Farman
2022-07-07vfio/ccw: Pass enum to FSM event jumptableEric Farman
2022-07-07vfio/ccw: Remove private->mdevEric Farman
2022-06-27vfio: de-extern-ify function prototypesAlex Williamson
2021-10-28vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe
2020-12-03vfio-ccw: Wire in the request callbackEric Farman
2020-06-03vfio-ccw: Wire up the CRW irq and CRW regionFarhan Ali
2020-06-03vfio-ccw: Introduce a new CRW regionFarhan Ali
2020-06-02vfio-ccw: Introduce a new schib regionFarhan Ali
2020-06-02vfio-ccw: Refactor the unregister of the async regionsEric Farman
2019-10-17vfio-ccw: Trace the FSM jumptableEric Farman
2019-08-23vfio-ccw: add some loggingCornelia Huck
2019-04-24vfio-ccw: add handling for async channel instructionsCornelia Huck
2019-04-24vfio-ccw: add capabilities chainCornelia Huck
2019-04-24vfio-ccw: protect the I/O regionCornelia Huck
2019-04-24vfio-ccw: rework ssch state handlingCornelia Huck
2018-12-12vfio: ccw: Merge BUSY and BOXED statesPierre Morel
2018-09-27s390/cio: Convert ccw_io_region to pointerEric Farman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-31vfio: ccw: introduce a finite state machineDong Jia Shi
2017-03-31vfio: ccw: return I/O results asynchronouslyDong Jia Shi
2017-03-31vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsDong Jia Shi
2017-03-31vfio: ccw: handle ccw command requestDong Jia Shi
2017-03-31vfio: ccw: introduce ccw_io_regionDong Jia Shi
2017-03-31vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi