summaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2018-08-16s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger1-1/+1
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds32-502/+301
2018-08-09s390/dasd: fix hanging offline processing due to canceled workerStefan Haberland1-2/+5
2018-08-09s390/dasd: fix panic for failed online processingStefan Haberland1-0/+3
2018-07-23s390 cio: Rewrite trace point class s390_class_schibThomas Richter1-6/+28
2018-07-23s390 cio: Rewrite trace point in s390_cio_tschThomas Richter1-4/+18
2018-07-23s390 cio: Rewrite trace point in s390_cio_adapter_intThomas Richter1-1/+3
2018-07-23s390 cio: Rewrite trace point in s390_cio_stcrwThomas Richter1-3/+17
2018-07-23s390 cio: Rewrite trace point in s390_cio_tpiThomas Richter1-2/+8
2018-07-23s390 cio: Rewrite trace point in s390_cio_interruptThomas Richter1-4/+8
2018-07-19s390/tape: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-1/+1
2018-07-19s390/dasd: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-1/+1
2018-07-19s390/ap_bus: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-2/+2
2018-07-19s390/keyboard: sanitize array index in do_kdsk_ioctlMartin Schwidefsky1-12/+16
2018-07-17s390/chsc: fix packed-not-aligned warningsSebastian Ott2-18/+18
2018-07-17s390/css: reduce stsch callsSebastian Ott4-79/+57
2018-07-17s390/css: validate subchannel prior to allocationSebastian Ott3-30/+23
2018-07-17s390/css: start the subchannel evaluation earlierSebastian Ott1-4/+5
2018-07-17s390/cio: ensure that a chpid is registered only onceSebastian Ott2-12/+12
2018-07-16s390/crypto: fix gcc 8 stringop-truncation warningVasily Gorbik1-1/+1
2018-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-10/+11
2018-07-06s390/sclp_async: replace callhome proc handler with generic oneVasily Gorbik1-31/+7
2018-07-04s390/dasd: fix cast-function-type warningsSebastian Ott1-8/+8
2018-07-02s390/monwriter: fix gcc 8 stringop-truncation warningVasily Gorbik1-1/+1
2018-07-02s390/tape: fix gcc 8 stringop-truncation warningVasily Gorbik1-4/+4
2018-07-02s390/tape: fix stringop-truncation gcc 8 warningsVasily Gorbik1-2/+2
2018-07-02s390/zcrypt: add copy_from_user length plausibility checksHarald Freudenberger2-3/+37
2018-07-02s390/dasd: fix gcc 8 stringop-truncation warningVasily Gorbik1-1/+1
2018-07-02s390/dasd,zfcp: fix gcc 8 stringop-truncation warningsVasily Gorbik3-4/+4
2018-07-02s390/scm_blk: correct numa_node in scm_blk_dev_setupVasily Gorbik1-0/+1
2018-07-02s390/dasd: correct numa_node in dasd_alloc_queueVasily Gorbik1-0/+1
2018-07-02s390/dasd: reduce the default queue depth and nr of hardware queuesStefan Haberland2-10/+11
2018-06-30s390/qeth: consistently re-enable device featuresJulian Wiedmann4-17/+16
2018-06-30s390/qeth: don't clobber buffer on async TX completionJulian Wiedmann2-6/+27
2018-06-30s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]Vasily Gorbik1-2/+2
2018-06-30s390/qeth: fix race when setting MAC addressJulian Wiedmann1-4/+11
2018-06-30Revert "s390/qeth: use Read device to query hypervisor for MAC"Julian Wiedmann1-1/+1
2018-06-25Merge branch 'zcrypt' into featuresMartin Schwidefsky7-277/+26
2018-06-25s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger5-302/+2
2018-06-25s390/zcrypt: Show load of cards and queues in sysfsHarald Freudenberger2-0/+24
2018-06-25s390/zcrypt: Review inline assembler constraints.Harald Freudenberger1-17/+23
2018-06-25s390/zcrypt: Add ZAPQ inline function.Harald Freudenberger1-0/+19
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik1-5/+0
2018-06-25s390/qdio: reset old sbal_state flagsJulian Wiedmann1-3/+2
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds12-235/+250
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook9-23/+27
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-6/+7
2018-06-12s390/dasd: only use preallocated requestsSebastian Ott4-77/+8
2018-06-12s390/dasd: reshuffle struct dasd_ccw_reqSebastian Ott1-11/+3