summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390/qdio: remove unneeded sanity check in qdio_do_sqbs()Julian Wiedmann2021-12-061-2/+0
* s390/qdio: split do_QDIO()Julian Wiedmann2021-12-061-13/+38
* s390/qdio: split qdio_inspect_queue()Julian Wiedmann2021-12-061-34/+50
* s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann2021-12-063-14/+13
* s390/qdio: clean up access to queue in qdio_handle_activate_check()Julian Wiedmann2021-12-061-2/+2
* s390/qdio: avoid allocating the qdio_irq with GFP_DMAJulian Wiedmann2021-12-063-14/+23
* s390/qdio: improve handling of CIWsJulian Wiedmann2021-12-063-26/+20
* s390/cio: remove uevent suppress from cio driverVineeth Vijayan2021-12-065-51/+3
* s390: replace snprintf in show functions with sysfs_emitQing Wang2021-11-161-1/+1
* s390/cio: check the subchannel validity for dev_busidVineeth Vijayan2021-11-081-2/+2
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-063-4/+19
|\
| * s390/cio: make ccw_device_dma_* more robustHalil Pasic2021-10-261-1/+11
| * s390/cio: derive cdev information only for IO-subchannelsVineeth Vijayan2021-10-041-3/+6
| * s390/cio: unregister the subchannel while purgingVineeth Vijayan2021-10-041-0/+2
* | Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-11-033-117/+166
|\ \
| * | vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe2021-10-283-48/+85
| * | vfio/ccw: Pass vfio_ccw_private not mdev_device to various functionsJason Gunthorpe2021-10-281-22/+15
| * | vfio/ccw: Use functions for alloc/free of the vfio_ccw_privateJason Gunthorpe2021-10-281-47/+66
| * | vfio/ccw: Remove unneeded GFP_DMAJason Gunthorpe2021-10-281-1/+1
* | | s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2021-10-251-32/+2
| |/ |/|
* | s390/cio: avoid excessive path-verification requestsVineeth Vijayan2021-09-273-13/+45
|/
* s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-211-2/+8
* 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
|/