aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03s390/qdio: improve some debug printsJulian Wiedmann1-2/+3
2017-02-03s390/qdio: fix up tiqdio_thinint_handler() kerneldocJulian Wiedmann1-2/+1
2017-02-03s390/qdio: clean up q->irq_ptr usageJulian Wiedmann1-4/+4
2017-02-03s390/qdio: clear DSCI prior to scanning multiple input queuesJulian Wiedmann1-4/+4
2017-02-03s390/dcssblk: fix device size calculation in dcssblk_direct_access()Gerald Schaefer1-1/+1
2017-01-31scm_blk: remove unneeded REQ_TYPE_FS checkChristoph Hellwig1-7/+0
2017-01-31s390/dasd: correct inconsistent indentingStefan Haberland1-2/+2
2017-01-31s390/dasd: check blockdevice pointer before trying to sync blockdeviceStefan Haberland1-4/+5
2017-01-31s390/dasd: check for device error pointer within state change interruptsStefan Haberland1-2/+5
2017-01-31s390/dasd: allow 0 for path_threshold attributeStefan Haberland1-4/+2
2017-01-31s390/dasd: Improve parameter list parsingJan Höppner2-135/+125
2017-01-31s390/dasd: Always store parameter elements in an arrayJan Höppner1-16/+16
2017-01-31s390/zcrypt: use spin_lock_bh for all queue locks and unlocks.Harald Freudenberger1-0/+8
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+27
2017-01-19virtio/s390: virtio: constify virtio_config_ops structuresBhumika Goyal1-1/+1
2017-01-19virtio/s390: add missing \n to end of dev_err messageColin Ian King1-1/+1
2017-01-19virtio/s390: support READ_STATUS command for virtio-ccwPierre Morel1-0/+25
2017-01-16s390/cio: remove cmf related code relevant for 31 bit onlySebastian Ott1-8/+2
2017-01-16s390: use false/true when using boolHeiko Carstens4-5/+5
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens1-1/+1
2017-01-16s390/zcore: remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-01-16s390/cio: remove unused struct memberSebastian Ott2-2/+0
2017-01-16s390/cio: export real cssidSebastian Ott1-0/+22
2017-01-16s390/cio: css initialization cleanupSebastian Ott1-56/+47
2017-01-16s390/cio: css attribute cleanupSebastian Ott1-28/+29
2017-01-16s390/cio: use cssid for pgid generationSebastian Ott4-3/+53
2017-01-16s390/cio: clarify cssid usageSebastian Ott4-26/+29
2017-01-16s390/zcrypt: get rid of variable length arraysHeiko Carstens1-6/+4
2017-01-16s390/zcrypt: make structures staticHeiko Carstens2-2/+2
2017-01-16s390/cio: get rid of variable length arrayHeiko Carstens1-1/+1
2017-01-12s390/qeth: fix retrieval of vipa and proxy-arp addressesUrsula Braun1-14/+16
2017-01-12s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann4-35/+17
2017-01-12s390/qeth: shuffle MAC management functions aroundJulian Wiedmann1-66/+63
2017-01-12s390/qeth: extract qeth_l2_remove_mac()Julian Wiedmann1-14/+13
2017-01-12s390/qeth: consolidate errno translationJulian Wiedmann1-12/+8
2017-01-12s390/qeth: don't convert return code twiceJulian Wiedmann1-2/+1
2017-01-12s390/qeth: drop qeth_l2_del_all_macs() parameterJulian Wiedmann1-9/+2
2017-01-12s390/qeth: Remove QETH_IP_HEADER_SIZEJulian Wiedmann1-2/+0
2017-01-12s390/qeth: Allow reading hsuid in state DOWNJulian Wiedmann1-3/+0
2017-01-12s390/qeth: display warning for OSA3 RX/TX checksum offloadingThomas Richter1-0/+5
2017-01-12s390/qeth: test RX/TX checksum offload replyThomas Richter2-0/+23
2017-01-12s390/qeth: rework RX/TX checksum offloadThomas Richter3-33/+72
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds26-26/+26
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-15/+202
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds21-2352/+3722
2016-12-14scsi: zfcp: fix rport unblock race with LUN recoverySteffen Maier4-9/+77
2016-12-14scsi: zfcp: do not trace pure benign residual HBA responses at default levelSteffen Maier2-3/+30
2016-12-14scsi: zfcp: fix use-after-"free" in FC ingress path after TMFBenjamin Block3-3/+95
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-16/+24