Age | Commit message (Expand) | Author | Files | Lines |
2013-09-12 | s390/vmcore: use vmcore for zfcpdump | Michael Holzheu | 1 | -3/+3 |
2013-09-07 | s390/ap_bus: use and-mask instead of a cast | Heiko Carstens | 1 | -1/+1 |
2013-09-07 | s390: make various functions static, add declarations to header files | Heiko Carstens | 2 | -6/+6 |
2013-09-04 | s390/irq: rework irq subclass handling | Heiko Carstens | 3 | -6/+6 |
2013-09-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -22/+12 |
2013-09-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 13 | -53/+262 |
2013-09-03 | [SCSI] zfcp: enable FCP hardware data router by default | Steffen Maier | 1 | -2/+2 |
2013-09-03 | [SCSI] zfcp: dead code removal | Martin Peschke | 2 | -11/+0 |
2013-09-03 | [SCSI] zfcp: cleanup use of obsolete strict_strto* functions | Martin Peschke | 2 | -8/+8 |
2013-09-03 | [SCSI] zfcp: consistently use appropriate SBAL flag definitions | Martin Peschke | 1 | -1/+2 |
2013-08-30 | s390/cio: fix unlocked access of global bitmap | Sebastian Ott | 1 | -0/+2 |
2013-08-30 | s390/hibernate: add early resume function | Sebastian Ott | 1 | -2/+0 |
2013-08-28 | s390/dasd: fix statistics for recovered requests | Stefan Weinhuber | 1 | -0/+8 |
2013-08-22 | [SCSI] zfcp: remove access control tables interface (keep sysfs files) | Martin Peschke | 1 | -0/+14 |
2013-08-22 | [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loops | Martin Peschke | 1 | -7/+22 |
2013-08-22 | [SCSI] zfcp: fix lock imbalance by reworking request queue locking | Martin Peschke | 1 | -6/+2 |
2013-08-22 | s390/dasd: enable raw_track_access reads without direct I/O | Stefan Weinhuber | 1 | -11/+43 |
2013-08-22 | s390/sclp: reword cpu capability change message | Heiko Carstens | 1 | -1/+1 |
2013-08-22 | s390: convert interrupt handling to use generic hardirq | Martin Schwidefsky | 3 | -28/+42 |
2013-08-22 | s390/airq: introduce adapter interrupt vector helper | Martin Schwidefsky | 1 | -0/+153 |
2013-08-22 | s390/dasd: cleanup timeout and transport error messages | Stefan Weinhuber | 1 | -2/+4 |
2013-08-22 | s390: replace strict_strtoul() with kstrtoul() | Jingoo Han | 6 | -9/+9 |
2013-07-30 | s390/dasd: fix hanging devices after path events | Stefan Haberland | 1 | -0/+6 |
2013-07-19 | s390/zcrypt: Alias for new zcrypt device driver base module | Ingo Tuchscherer | 1 | -0/+1 |
2013-07-16 | s390/qdio: remove unused variable | Sebastian Ott | 1 | -2/+2 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -31/+14 |
2013-07-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 14 | -689/+74 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-07-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 1 | -4/+2 |
2013-07-04 | clean up scary strncpy(dst, src, strlen(src)) uses | Kees Cook | 1 | -4/+2 |
2013-07-01 | s390/dasd: Fail all requests when DASD_FLAG_ABORTIO is set | Hannes Reinecke | 3 | -3/+72 |
2013-07-01 | s390/dasd: Add 'timeout' attribute | Hannes Reinecke | 3 | -0/+62 |
2013-07-01 | block/dasd: detailed I/O errors | Hannes Reinecke | 1 | -3/+13 |
2013-07-01 | s390/dasd: Reduce amount of messages for specific errors | Hannes Reinecke | 1 | -0/+8 |
2013-07-01 | s390/dasd: Implement block timeout handling | Hannes Reinecke | 4 | -2/+88 |
2013-07-01 | s390/dasd: process all requests in the device tasklet | Hannes Reinecke | 1 | -2/+2 |
2013-07-01 | s390/dasd: make number of retries configurable | Hannes Reinecke | 5 | -6/+57 |
2013-07-01 | s390/dasd: Clarify comment | Hannes Reinecke | 1 | -3/+1 |
2013-06-28 | treewide: relase -> release | Geert Uytterhoeven | 1 | -1/+1 |
2013-06-26 | s390/vmwatchdog: do not use static data | Sebastian Ott | 1 | -2/+3 |
2013-06-26 | s390/airq: simplify adapter interrupt code | Martin Schwidefsky | 3 | -153/+107 |
2013-06-26 | s390/sclp: remove duplicated include from sclp_ctl.c | Wei Yongjun | 1 | -1/+0 |
2013-06-26 | s390/irq: store interrupt information in pt_regs | Martin Schwidefsky | 1 | -40/+28 |
2013-06-26 | s390/drivers: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 3 | -3/+3 |
2013-06-26 | s390/net: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 4 | -4/+4 |
2013-06-26 | s390/dasd: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 1 | -1/+1 |
2013-06-26 | s390/ap_bus: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 1 | -2/+2 |
2013-06-26 | s390/chsc: Use snprintf instead of sprintf | Michael Holzheu | 1 | -6/+6 |
2013-06-26 | s390/qdio: cleanup chsc SADC usage | Sebastian Ott | 4 | -54/+73 |
2013-06-26 | s390/qdio: cleanup chsc SSQD usage | Sebastian Ott | 4 | -43/+58 |