summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2021-06-11s390/qeth: use ethtool_sprintf()Julian Wiedmann1-4/+2
2021-06-11s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2-15/+11
2021-06-11s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2-75/+79
2021-06-11s390/qeth: count TX completion interruptsJulian Wiedmann3-1/+5
2021-06-11scm_blk: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-15/+6
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/vfio-ap: clean up vfio_ap_drv's definitionJulian Wiedmann1-7/+6
2021-06-07s390/ap: extend AP change bindings-complete uevent with counterHarald Freudenberger1-2/+8
2021-06-07s390/sclp_vt220: fix console name to match deviceValentin Vidic1-2/+2
2021-06-07s390/ccwgroup: release the cdevs from within dev->release()Julian Wiedmann1-32/+17
2021-06-07s390/ap: wire up bus->probe and bus->removeJulian Wiedmann1-2/+2
2021-06-07s390/zcrypt: remove zcrypt_device_countJulian Wiedmann3-4/+0
2021-06-07s390/crypto: fix function/prototype mismatchesSven Schnelle2-6/+6
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-4/+4
2021-06-01xpram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-17/+9
2021-06-01dcssblk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-18/+8
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-4/+1
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman7-7/+29
2021-05-29Merge tag 's390-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-4/+15
2021-05-29Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+14
2021-05-25s390/dasd: add missing discipline functionStefan Haberland3-3/+14
2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby1-6/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby5-10/+8
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby1-12/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby4-6/+6
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-1/+1
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-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2021-05-07Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+1
2021-05-03s390: dasd: Mundane spelling fixesBhaskar Chowdhury1-4/+4
2021-04-30s390/cio: remove invalid condition on IO_SCH_UNREGVineeth Vijayan1-2/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-35/+14
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-82/+97
2021-04-29Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-13/+18
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds5-38/+8
2021-04-29Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-04-28Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds23-321/+540
2021-04-21s390/zcrypt: fix zcard and zqueue hot-unplug memleakHarald Freudenberger2-0/+2
2021-04-16scsi: zfcp: Lift Request Queue tasklet & timer from qdioJulian Wiedmann2-12/+61
2021-04-16scsi: zfcp: Move the position of put_device()Qinglang Miao2-4/+4
2021-04-16scsi: zfcp: Clean up sysfs code for SFP diagnosticsJulian Wiedmann5-63/+14
2021-04-16scsi: zfcp: Fix sysfs roll-back on error in zfcp_adapter_enqueue()Julian Wiedmann1-2/+18
2021-04-16scsi: zfcp: Fix indentation coding style issueYevhen Viktorov1-3/+3
2021-04-16scsi: zfcp: Remove unneeded INIT_LIST_HEAD() for FSF requestsJulian Wiedmann1-1/+0