summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-093-19/+9
|\
| * s390/cio: fix kernel doc commentHeiko Carstens2021-09-071-1/+1
| * s390/cio: dont unregister subchannel from child-driversVineeth Vijayan2021-08-312-18/+8
* | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-021-4/+4
|\ \
| * | vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe2021-08-111-4/+4
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-018-25/+14
|\ \ \
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-214-12/+4
| * | | s390/scm: Make struct scm_driver::remove return voidUwe Kleine-König2021-07-211-1/+4
| * | | s390/ccwgroup: Drop if with an always false conditionUwe Kleine-König2021-07-211-2/+0
| * | | s390/cio: Make struct css_driver::remove return voidUwe Kleine-König2021-07-216-14/+10
| |/ /
* | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-22/+0
|\ \ \ | |_|/ |/| |
| * | s390/qeth: remove OSN supportJulian Wiedmann2021-07-201-22/+0
| |/
* | s390/qdio: remove unused support for SLIB parametersJulian Wiedmann2021-08-182-38/+0
* | s390/qdio: consolidate QIB codeJulian Wiedmann2021-08-181-27/+15
* | s390/qdio: use dev_info() in qdio_print_subchannel_info()Julian Wiedmann2021-08-181-5/+2
* | s390/qdio: fine-tune the queue syncJulian Wiedmann2021-08-181-11/+20
* | s390/qdio: clean up SIGA capability trackingJulian Wiedmann2021-08-183-33/+15
* | s390/qdio: remove unused sync-after-IRQ infrastructureJulian Wiedmann2021-08-182-16/+3
* | s390/qdio: use absolute data address in ESTABLISH ccwJulian Wiedmann2021-08-181-1/+1
* | s390/cio: add dev_busid sysfs entry for each subchannelVineeth Vijayan2021-08-181-0/+17
* | s390/cio: add rescan functionality on channel subsystemVineeth Vijayan2021-08-181-0/+13
* | s390/qdio: remove unused macrosJulian Wiedmann2021-07-271-5/+0
* | s390/qdio: remove unneeded siga-sync for Output QueueJulian Wiedmann2021-07-271-7/+0
* | s390/qdio: remove remaining tasklet & timer codeJulian Wiedmann2021-07-274-213/+5
* | s390/qdio: propagate error when cancelling a ccw failsJulian Wiedmann2021-07-271-5/+8
* | s390/qdio: improve roll-back after error on ESTABLISH ccwJulian Wiedmann2021-07-271-3/+3
* | s390/qdio: cancel the ESTABLISH ccw after timeoutJulian Wiedmann2021-07-271-21/+30
* | s390/qdio: fix roll-back after timeout on ESTABLISH ccwJulian Wiedmann2021-07-271-12/+19
|/
* s390/qdio: get rid of register asmHeiko Carstens2021-06-282-41/+46
* s390/ioasm: use symbolic names for asm operandsHeiko Carstens2021-06-281-15/+15
* s390/ioasm: get rid of register asmHeiko Carstens2021-06-281-53/+60
* s390/cmf: get rid of register asmHeiko Carstens2021-06-281-6/+7
* s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan2021-06-182-2/+3
* s390: use struct tpi_info in lowcore.hSven Schnelle2021-06-071-4/+2
* s390: add struct tpi_info to struct pt_regsSven Schnelle2021-06-072-2/+2
* s390/cio: add tpi.h header fileSven Schnelle2021-06-071-12/+1
* s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann2021-06-071-1/+1
* s390/ccwgroup: simplify ungrouping when driver deregistersJulian Wiedmann2021-06-071-9/+0
* s390/ccwgroup: release the cdevs from within dev->release()Julian Wiedmann2021-06-071-32/+17
* vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman2021-05-121-2/+10
* vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman2021-05-122-2/+1
* vfio-ccw: Check initialized flag in cp_init()Eric Farman2021-05-121-0/+4
* Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-05-061-2/+1
|\
| * s390/cio: remove invalid condition on IO_SCH_UNREGVineeth Vijayan2021-04-301-2/+1
* | Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-04-281-7/+10
|\ \ | |/ |/|
| * vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-6/+9
| * vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-1/+1
* | s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan2021-04-121-2/+1
* | s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu2021-04-051-2/+1
* | s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu2021-04-051-2/+1