aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-19/+9
2021-09-07s390/cio: fix kernel doc commentHeiko Carstens1-1/+1
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-4/+4
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds8-25/+14
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-22/+0
2021-08-31s390/cio: dont unregister subchannel from child-driversVineeth Vijayan2-18/+8
2021-08-18s390/qdio: remove unused support for SLIB parametersJulian Wiedmann2-38/+0
2021-08-18s390/qdio: consolidate QIB codeJulian Wiedmann1-27/+15
2021-08-18s390/qdio: use dev_info() in qdio_print_subchannel_info()Julian Wiedmann1-5/+2
2021-08-18s390/qdio: fine-tune the queue syncJulian Wiedmann1-11/+20
2021-08-18s390/qdio: clean up SIGA capability trackingJulian Wiedmann3-33/+15
2021-08-18s390/qdio: remove unused sync-after-IRQ infrastructureJulian Wiedmann2-16/+3
2021-08-18s390/qdio: use absolute data address in ESTABLISH ccwJulian Wiedmann1-1/+1
2021-08-18s390/cio: add dev_busid sysfs entry for each subchannelVineeth Vijayan1-0/+17
2021-08-18s390/cio: add rescan functionality on channel subsystemVineeth Vijayan1-0/+13
2021-08-11vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe1-4/+4
2021-07-27s390/qdio: remove unused macrosJulian Wiedmann1-5/+0
2021-07-27s390/qdio: remove unneeded siga-sync for Output QueueJulian Wiedmann1-7/+0
2021-07-27s390/qdio: remove remaining tasklet & timer codeJulian Wiedmann4-213/+5
2021-07-27s390/qdio: propagate error when cancelling a ccw failsJulian Wiedmann1-5/+8
2021-07-27s390/qdio: improve roll-back after error on ESTABLISH ccwJulian Wiedmann1-3/+3
2021-07-27s390/qdio: cancel the ESTABLISH ccw after timeoutJulian Wiedmann1-21/+30
2021-07-27s390/qdio: fix roll-back after timeout on ESTABLISH ccwJulian Wiedmann1-12/+19
2021-07-21bus: Make remove callback return voidUwe Kleine-König4-12/+4
2021-07-21s390/scm: Make struct scm_driver::remove return voidUwe Kleine-König1-1/+4
2021-07-21s390/ccwgroup: Drop if with an always false conditionUwe Kleine-König1-2/+0
2021-07-21s390/cio: Make struct css_driver::remove return voidUwe Kleine-König6-14/+10
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann1-22/+0
2021-06-28s390/qdio: get rid of register asmHeiko Carstens2-41/+46
2021-06-28s390/ioasm: use symbolic names for asm operandsHeiko Carstens1-15/+15
2021-06-28s390/ioasm: get rid of register asmHeiko Carstens1-53/+60
2021-06-28s390/cmf: get rid of register asmHeiko Carstens1-6/+7
2021-06-18s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan2-2/+3
2021-06-07s390: use struct tpi_info in lowcore.hSven Schnelle1-4/+2
2021-06-07s390: add struct tpi_info to struct pt_regsSven Schnelle2-2/+2
2021-06-07s390/cio: add tpi.h header fileSven Schnelle1-12/+1
2021-06-07s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann1-1/+1
2021-06-07s390/ccwgroup: simplify ungrouping when driver deregistersJulian Wiedmann1-9/+0
2021-06-07s390/ccwgroup: release the cdevs from within dev->release()Julian Wiedmann1-32/+17
2021-05-12vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman1-2/+10
2021-05-12vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman2-2/+1
2021-05-12vfio-ccw: Check initialized flag in cp_init()Eric Farman1-0/+4
2021-05-06Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2021-04-30s390/cio: remove invalid condition on IO_SCH_UNREGVineeth Vijayan1-2/+1
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-7/+10
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-6/+9
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe1-1/+1
2021-04-12s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan1-2/+1
2021-04-05s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu1-2/+1
2021-04-05s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu1-2/+1