summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/vmcore: use vmcore for zfcpdumpMichael Holzheu2013-09-121-3/+3
* s390/ap_bus: use and-mask instead of a castHeiko Carstens2013-09-071-1/+1
* s390: make various functions static, add declarations to header filesHeiko Carstens2013-09-072-6/+6
* s390/irq: rework irq subclass handlingHeiko Carstens2013-09-043-6/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-09-045-22/+12Star
|\
| * [SCSI] zfcp: enable FCP hardware data router by defaultSteffen Maier2013-09-031-2/+2
| * [SCSI] zfcp: dead code removalMartin Peschke2013-09-032-11/+0Star
| * [SCSI] zfcp: cleanup use of obsolete strict_strto* functionsMartin Peschke2013-09-032-8/+8
| * [SCSI] zfcp: consistently use appropriate SBAL flag definitionsMartin Peschke2013-09-031-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-09-0313-53/+262
|\ \
| * | s390/cio: fix unlocked access of global bitmapSebastian Ott2013-08-301-0/+2
| * | s390/hibernate: add early resume functionSebastian Ott2013-08-301-2/+0Star
| * | s390/dasd: fix statistics for recovered requestsStefan Weinhuber2013-08-281-0/+8
| * | s390/dasd: enable raw_track_access reads without direct I/OStefan Weinhuber2013-08-221-11/+43
| * | s390/sclp: reword cpu capability change messageHeiko Carstens2013-08-221-1/+1
| * | s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-223-28/+42
| * | s390/airq: introduce adapter interrupt vector helperMartin Schwidefsky2013-08-221-0/+153
| * | s390/dasd: cleanup timeout and transport error messagesStefan Weinhuber2013-08-221-2/+4
| * | s390: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-226-9/+9
| |/
* | [SCSI] zfcp: remove access control tables interface (keep sysfs files)Martin Peschke2013-08-221-0/+14
* | [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsMartin Peschke2013-08-221-7/+22
* | [SCSI] zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke2013-08-221-6/+2Star
|/
* s390/dasd: fix hanging devices after path eventsStefan Haberland2013-07-301-0/+6
* s390/zcrypt: Alias for new zcrypt device driver base moduleIngo Tuchscherer2013-07-191-0/+1
* s390/qdio: remove unused variableSebastian Ott2013-07-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-103-31/+14Star
|\
| * qeth: use default napi weightSebastian Ott2013-06-261-1/+1
| * qeth: Fix crash on initial MTU size changeStefan Raspl2013-06-261-2/+4
| * qeth: change default standard blkt settings for OSAUrsula Braun2013-06-261-5/+5
| * qeth: Increase default MTU for OSA devicesStefan Raspl2013-06-261-3/+4
| * netiucv: remove unused macroAndy Shevchenko2013-06-261-20/+0Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-07-0414-689/+74Star
|\ \
| * | [SCSI] zfcp: status read buffers on first adapter open with link downSteffen Maier2013-06-012-8/+20
| * | [SCSI] zfcp: remove access control tables interfaceMartin Peschke2013-06-0110-636/+15Star
| * | [SCSI] zfcp: module parameter dbflevel for early debuggingSteffen Maier2013-06-011-2/+9
| * | [SCSI] zfcp: block queue limits with data routerSteffen Maier2013-06-011-3/+7
| * | [SCSI] zfcp: fix adapter (re)open recovery while link to SAN is downDaniel Hansel2013-06-011-0/+4
| * | [SCSI] zfcp: remove unused device_unregister wrapperSebastian Ott2013-06-012-16/+0Star
| * | [SCSI] zfcp: cleanup unit sysfs attribute usageSebastian Ott2013-06-014-11/+9Star
| * | [SCSI] zfcp: cleanup port sysfs attribute usageSebastian Ott2013-06-015-15/+10Star
| * | [SCSI] zfcp: cfdc fops add ownerSebastian Ott2013-06-011-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ \
| * | | treewide: relase -> releaseGeert Uytterhoeven2013-06-281-1/+1
| |/ /
* | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-041-4/+2Star
|\ \ \
| * | | clean up scary strncpy(dst, src, strlen(src)) usesKees Cook2013-07-041-4/+2Star
| | |/ | |/|
* | | s390/dasd: Fail all requests when DASD_FLAG_ABORTIO is setHannes Reinecke2013-07-013-3/+72
* | | s390/dasd: Add 'timeout' attributeHannes Reinecke2013-07-013-0/+62
* | | block/dasd: detailed I/O errorsHannes Reinecke2013-07-011-3/+13
* | | s390/dasd: Reduce amount of messages for specific errorsHannes Reinecke2013-07-011-0/+8
* | | s390/dasd: Implement block timeout handlingHannes Reinecke2013-07-014-2/+88