Age | Commit message (Expand) | Author | Files | Lines |
2013-12-18 | s390/3270: fix allocation of tty3270_screen structure | Martin Schwidefsky | 1 | -1/+1 |
2013-12-02 | s390/sclp: replace uninitialized early_event_mask_sccb variable with sccb_early | Hendrik Brueckner | 1 | -3/+2 |
2013-12-02 | s390/dasd: fix memory leak caused by dangling references to request_queue | Stefan Weinhuber | 1 | -1/+0 |
2013-11-20 | s390/dasd: validate request size before building CCW/TCW request | Stefan Weinhuber | 1 | -0/+2 |
2013-11-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 12 | -315/+365 |
2013-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
2013-11-15 | s390/scm_block: do not hide eadm subchannel dependency | Sebastian Ott | 4 | -72/+9 |
2013-11-15 | s390/sclp: Consolidate early sclp init calls to sclp_early_detect() | Michael Holzheu | 1 | -18/+9 |
2013-11-15 | s390/sclp: Move early code from sclp_cmd.c to sclp_early.c | Michael Holzheu | 3 | -172/+176 |
2013-11-15 | s390/sclp: Determine HSA size dynamically for zfcpdump | Michael Holzheu | 5 | -17/+122 |
2013-11-15 | s390/sclp: Move declarations for sclp_sdias into separate header file | Michael Holzheu | 2 | -56/+68 |
2013-11-15 | s390/3270: fix missing device_destroy() call | Hendrik Brueckner | 1 | -0/+1 |
2013-11-15 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -3/+10 |
2013-11-14 | Merge branch 'for-3.13/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+4 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+5 |
2013-11-08 | s390/dasd: hold request queue sysfs lock when calling elevator_init() | Heiko Carstens | 1 | -4/+4 |
2013-11-07 | qeth: avoid buffer overflow in snmp ioctl | Ursula Braun | 1 | -1/+5 |
2013-11-06 | s390/scm_blk: fix endless loop for requests != REQ_TYPE_FS | Steffen Maier | 1 | -1/+5 |
2013-10-29 | virtio_ring: change host notification API | Heinz Graalfs | 2 | -3/+10 |
2013-10-28 | s390/dasd: Write to profile data area only if it is available | Stefan Weinhuber | 1 | -1/+2 |
2013-10-24 | s390/3270: use diagnose 0x210 for device sensing under z/VM | Martin Schwidefsky | 1 | -1/+1 |
2013-10-24 | s390/3270: remove unnecessary pointer check | Martin Schwidefsky | 1 | -1/+1 |
2013-10-24 | s390/monwriter: fix smatch warning for strcpy() | Gerald Schaefer | 1 | -1/+1 |
2013-10-24 | s390: Remove zfcpdump NR_CPUS dependency | Michael Holzheu | 1 | -11/+9 |
2013-10-24 | s390/eadm_sch: improve quiesce handling | Sebastian Ott | 2 | -3/+28 |
2013-10-24 | s390/bitops: rename find_first_bit_left() to find_first_bit_inv() | Heiko Carstens | 1 | -12/+7 |
2013-10-24 | s390/s390dbf: use debug_level_enabled() where applicable | Hendrik Brueckner | 10 | -43/+13 |
2013-10-24 | s390/qdio: fix atomic_sub() misusage | Heiko Carstens | 1 | -1/+1 |
2013-10-22 | s390/time: correct use of store clock fast | Martin Schwidefsky | 3 | -9/+9 |
2013-10-15 | s390/vmlogrdr: fix array access in vmlogrdr_open() | Heiko Carstens | 1 | -1/+1 |
2013-10-15 | s390/dasd: check for availability of prefix command during format | Stefan Haberland | 1 | -27/+71 |
2013-10-14 | treewide: Fix common typo in "identify" | Maxime Jayat | 1 | -3/+3 |
2013-09-30 | s390/sclp: properly detect line mode console | Christian Borntraeger | 1 | -3/+5 |
2013-09-30 | s390/3270: fix return value check in tty3270_resize_work() | Wei Yongjun | 1 | -1/+1 |
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 |