aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+5
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds20-210/+626
2018-08-21s390/zcrypt: hex string mask improvements for apmask and aqmask.Harald Freudenberger1-77/+146
2018-08-20s390/zcrypt: AP bus support for alternate driver(s)Harald Freudenberger5-4/+322
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger18-205/+234
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+28
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski1-1/+1
2018-08-16s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-684/+1484
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds32-502/+301
2018-08-09s390/qeth: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-09s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann3-14/+19
2018-08-09s390/qeth: clean up card initializationJulian Wiedmann1-34/+10
2018-08-09s390/qeth: do basic setup for data channelJulian Wiedmann1-9/+15
2018-08-09s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann4-43/+16
2018-08-09s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2-28/+31
2018-08-09s390/qeth: extract helper for MPC protocol typeJulian Wiedmann3-24/+15
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-30s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye1-3/+5
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-21s390/qeth: speed up L2 IQD xmitJulian Wiedmann3-56/+30
2018-07-21s390/qeth: add support for constrained HW headersJulian Wiedmann4-22/+30
2018-07-21s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann4-70/+80
2018-07-21s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann4-23/+24
2018-07-21s390/qeth: use core MTU range checkingJulian Wiedmann5-37/+2
2018-07-21s390/qeth: simplify max MTU handlingJulian Wiedmann4-41/+45
2018-07-21s390/qeth: don't cache HW port numberJulian Wiedmann3-7/+4
2018-07-21s390/qeth: allocate netdevice earlyJulian Wiedmann6-88/+94
2018-07-21s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann3-3/+3
2018-07-21s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann1-0/+1
2018-07-21s390/qeth: fix race in used-buffer accountingJulian Wiedmann1-1/+2
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-10/+11
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-12s390/qeth: speed-up IPv4 OSA xmitJulian Wiedmann1-12/+21
2018-07-12s390/qeth: speed-up L3 IQD xmitJulian Wiedmann1-83/+128