summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/vfio_ccw_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-09vfio/ccw: simplify the cp_get_orb interfaceEric Farman1-1/+1
2022-12-16Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-15/+12
2022-12-05vfio/ccw: sort out physical vs virtual pointers usageAlexander Gordeev1-1/+1
2022-11-10vfio/ccw: remove private->schEric Farman1-15/+12
2022-08-01vfio/ccw: Check return code from subchannel quiesceEric Farman1-1/+1
2022-07-07vfio/ccw: Move FSM open/close to MDEV open/closeEric Farman1-9/+25
2022-07-07vfio/ccw: Create a CLOSE FSM eventEric Farman1-0/+26
2022-07-07vfio/ccw: Create an OPEN FSM EventEric Farman1-0/+21
2022-07-07vfio/ccw: Update trace data for not operational eventEric Farman1-2/+6
2022-07-07vfio/ccw: Remove UUID from s390 debug logMichael Kawano1-14/+12
2022-05-11vfio/ccw: Remove mdev from struct channel_programJason Gunthorpe1-2/+1
2021-05-12vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman1-0/+1
2019-10-17vfio-ccw: Rework the io_fctl traceEric Farman1-2/+2
2019-10-17vfio-ccw: Add a trace for asynchronous requestsEric Farman1-0/+4
2019-10-17vfio-ccw: Refactor how the traces are builtEric Farman1-3/+0
2019-08-23vfio-ccw: add some loggingCornelia Huck1-1/+50
2019-04-24vfio-ccw: add handling for async channel instructionsCornelia Huck1-2/+117
2019-04-24vfio-ccw: rework ssch state handlingCornelia Huck1-5/+14
2019-04-24vfio-ccw: make it safe to access channel programsCornelia Huck1-0/+5
2018-12-12vfio: ccw: Merge BUSY and BOXED statesPierre Morel1-6/+1
2018-09-27s390/cio: Convert ccw_io_region to pointerEric Farman1-3/+3
2018-05-29vfio: ccw: add tracepoints for interesting error pathsHalil Pasic1-1/+16
2018-04-23vfio: ccw: process ssch with interrupts disabledCornelia Huck1-7/+12
2018-03-01vfio-ccw: fence off transport modeCornelia Huck1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-12vfio: ccw: remove unnecessary NULL checks of a pointerDong Jia Shi1-5/+1
2017-03-31vfio: ccw: introduce a finite state machineDong Jia Shi1-0/+207