summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/vfio_ccw_drv.c
AgeCommit message (Expand)Author
2024-01-10Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-12-12s390/cio: make sch->lock spinlock pointer a memberHalil Pasic
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-06-01vfio/ccw: use struct_size() helperGustavo A. R. Silva
2023-06-01vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva
2023-02-14vfio/ccw: remove WARN_ON during shutdownEric Farman
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson
2022-11-10vfio/ccw: replace vfio_init_device with _alloc_Eric 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: consolidate all the name sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig
2022-08-01vfio/ccw: Remove FSM Close from remove handlersEric Farman
2022-07-07vfio/ccw: Move FSM open/close to MDEV open/closeEric Farman
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: Do not change FSM state in subchannel eventEric Farman
2022-07-07vfio/ccw: Fix FSM state if mdev probe failsEric Farman
2022-07-07vfio/ccw: Remove UUID from s390 debug logMichael Kawano
2021-12-06s390/cio: remove uevent suppress from cio driverVineeth Vijayan
2021-10-28vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe
2021-10-28vfio/ccw: Use functions for alloc/free of the vfio_ccw_privateJason Gunthorpe
2021-10-28vfio/ccw: Remove unneeded GFP_DMAJason Gunthorpe
2021-07-21s390/cio: Make struct css_driver::remove return voidUwe Kleine-König
2021-05-12vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman
2020-06-03vfio-ccw: Add trace for CRW eventEric 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: Register a chp_event callback for vfio-ccwFarhan Ali
2020-06-02vfio-ccw: Introduce new helper functions to free/destroy regionsFarhan Ali
2020-04-06s390/cio: generate delayed uevent for vfio-ccw subchannelsCornelia Huck
2019-09-05vfio-ccw: fix error return code in vfio_ccw_sch_init()Wei Yongjun
2019-08-23vfio-ccw: add some loggingCornelia Huck
2019-07-15vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-06-21vfio-ccw: Move guest_cp storage into common structEric Farman
2019-06-13vfio-ccw: Destroy kmem cache region on module exitFarhan Ali
2019-06-03s390/cio: Set vfio-ccw FSM state before ioeventfdEric Farman
2019-04-24vfio-ccw: Prevent quiesce function going into an infinite loopFarhan Ali
2019-04-24vfio-ccw: Do not call flush_workqueue while holding the spinlockFarhan Ali
2019-04-24vfio-ccw: add handling for async channel instructionsCornelia Huck
2019-04-24vfio-ccw: protect the I/O regionCornelia Huck
2019-03-11vfio: ccw: only free cp on final interruptCornelia Huck