aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-03-10Merge tag 's390-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-24/+36
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-69/+62
2021-03-09s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann1-3/+3
2021-03-09s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann1-6/+12
2021-03-09s390/qeth: improve completion of pending TX buffersJulian Wiedmann2-42/+30
2021-03-09s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann1-18/+17
2021-03-08s390/cio: return -EFAULT if copy_to_user() failsEric Farman1-1/+1
2021-03-08s390/tty3270: avoid comma separated statementsJoe Perches1-2/+4
2021-03-08s390/crypto: return -EFAULT if copy_to_user() failsWang Qing1-1/+1
2021-03-08s390/cio: return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2021-03-08s390/zcore: release dump save area on restart or power downAlexander Egorenkov1-0/+26
2021-03-08s390/zcore: no need to check return value of debugfs_create functionsAlexander Egorenkov1-17/+1
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens1-1/+1
2021-03-05s390/dasd: fix hanging IO request during DASD driver unbindStefan Haberland1-1/+2
2021-03-05s390/dasd: fix hanging DASD driver unbindStefan Haberland1-2/+1
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-02-26Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2021-02-24virtio/s390: implement virtio-ccw revision 2 correctlyCornelia Huck1-2/+2
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-1/+1
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-277/+154
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds3-27/+7
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-5/+0
2021-02-13s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann2-53/+10
2021-02-13s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann2-5/+15
2021-02-13s390/qdio: rework q->qdio_error indicationJulian Wiedmann2-19/+16
2021-02-13s390/qdio: inline qdio_kick_handler()Julian Wiedmann3-25/+12
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar10-95/+144
2021-02-10s390: Use arch_local_irq_{save,restore}() in early boot codeSven Schnelle1-2/+2
2021-02-09s390/zcrypt: return EIO when msg retry limit reachedHarald Freudenberger1-0/+14
2021-02-09s390/qdio: track time of last data IRQ for each deviceJulian Wiedmann4-3/+8
2021-02-09s390/qdio: make thinint registration symmetricJulian Wiedmann3-25/+12
2021-02-09s390/qdio: adopt new tasklet APIJulian Wiedmann3-11/+5
2021-02-09s390/qdio: remove qdio_inbound_q_moved() wrapperJulian Wiedmann1-6/+1
2021-02-09s390/qdio: remove Input tasklet codeJulian Wiedmann5-119/+26
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-78/+114
2021-01-30Merge tag 's390-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-70/+97
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+17
2021-01-28net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4
2021-01-28s390/qeth: don't fake a TX completion interrupt after TX errorJulian Wiedmann1-16/+18
2021-01-28s390/qeth: make cast type selection for af_iucv skbs robustJulian Wiedmann1-12/+15
2021-01-28s390/qeth: pass proto to qeth_l3_get_cast_type()Julian Wiedmann1-5/+6
2021-01-28s390/qeth: remove qeth_get_ip_version()Julian Wiedmann4-62/+62
2021-01-28s390/qeth: clean up load/remove code for disciplinesJulian Wiedmann3-31/+28
2021-01-27s390/crypto: improve retry logic in case of master key changeHarald Freudenberger1-3/+12
2021-01-27s390/tape: Fix spelling mistake in function name tape_3590_erp_succededColin Ian King1-2/+2
2021-01-27s390/vfio-ap: No need to disable IRQ after queue resetTony Krowiak3-49/+69