summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-3/+3
| * | | | | qeth: use ndo_siocdevprivateArnd Bergmann2021-07-274-14/+35
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-234-2/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | s390/qeth: clean up device_type managementJulian Wiedmann2021-07-204-11/+10
| * | | | | s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann2021-07-202-4/+4
| * | | | | s390/qeth: remove OSN supportJulian Wiedmann2021-07-209-373/+48
* | | | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-305-14/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-231-2/+2
| * | | | | block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-231-2/+2
| * | | | | block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig2021-08-231-1/+4
| * | | | | dcssblk: use bvec_virtChristoph Hellwig2021-08-161-2/+1
| * | | | | dasd: use bvec_virtChristoph Hellwig2021-08-163-10/+10
| | |/ / / | |/| | |
* | | | | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-3025-574/+510
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | s390/ap: fix state machine hang after failure to enable irqHarald Freudenberger2021-08-263-34/+21
| * | | | s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter2021-08-251-3/+227
| * | | | s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.cRandy Dunlap2021-08-251-64/+52
| * | | | s390/zcrypt: remove gratuitious NULL check in .remove() callbacksJulian Wiedmann2021-08-253-12/+10
| * | | | s390/ap: use the common driver-data pointerJulian Wiedmann2021-08-256-45/+30
| * | | | s390/ap: use the common device_driver pointerJulian Wiedmann2021-08-253-8/+4
| * | | | s390/sclp: reserve memory occupied by sclp early bufferAlexander Egorenkov2021-08-181-2/+0
| * | | | s390/zcrypt: fix wrong offset index for APKA master key valid stateHarald Freudenberger2021-08-181-4/+4
| * | | | 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/sclp: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-051-2/+2
| * | | | s390/qdio: remove unused macrosJulian Wiedmann2021-07-271-5/+0
| * | | | s390/qdio: clarify reporting of errors to the driversJulian Wiedmann2021-07-272-11/+4
| * | | | 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/dump: introduce boot data 'oldmem_data'Alexander Egorenkov2021-07-272-2/+2
| * | | | s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov2021-07-271-1/+6
| * | | | s390/dasd: remove debug printkHeiko Carstens2021-07-271-3/+1
| * | | | s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov2021-07-271-1/+11
| |/ / /
* | | | Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-121-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-2/+2
| |/ /
* | | Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-071-2/+11
|\ \ \ | |/ / |/| |
| * | s390/dasd: fix use after free in dasd path handlingStefan Haberland2021-08-041-2/+11
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-07-171-0/+1
|\ \ \
| * | | scsi: zfcp: Report port fc_security as unknown early during remote cable pullSteffen Maier2021-07-121-0/+1
| | |/ | |/|
* / | s390: Fix fall-through warnings for ClangGustavo A. R. Silva2021-07-133-2/+2
|/ /