aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds9-112/+142
2009-09-11[S390] tape: Use pr_xxx instead of dev_xxx in shared driver codeMichael Holzheu4-16/+14
2009-09-11[S390] Get rid of cpuid.h header file.Heiko Carstens2-3/+3
2009-09-11[S390] tape: Fix device online messagesMichael Holzheu2-6/+8
2009-09-11[S390] kvm: use console_initcall() to initialize s390 virtio consoleHendrik Brueckner1-2/+6
2009-09-11[S390] tape: reversed order of labelsRoel Kluin1-2/+2
2009-09-11[S390] zcrypt: Free ap_device if dev_set_name fails.Felix Beck1-2/+5
2009-09-11[S390] zcrypt: Use spin_lock_bh in suspend callbackFelix Beck1-2/+6
2009-09-11[S390] xpram: Remove checksum validation for suspend/resumeMichael Holzheu1-65/+0
2009-09-11[S390] vmur: Invalid allocation sequence for vmur classMichael Holzheu1-9/+10
2009-09-11[S390] add call home supportHans-Joachim Picht4-1/+238
2009-09-11[S390] tape: use init_timer_on_stack() rather than init_timer()Frank Munzert1-1/+1
2009-09-11[S390] proper use of device registerSebastian Ott7-25/+24
2009-09-11[S390] dasd: fix message namingStefan Haberland8-20/+20
2009-09-11[S390] dasd: optimize cpu usage in goodcaseStefan Haberland7-51/+41
2009-09-11[S390] dasd: fail requests when device state is less then readyStefan Weinhuber1-1/+4
2009-09-11[S390] cio: remove ccw_device init_nameSebastian Ott2-19/+6
2009-09-11[S390] cio: move final put_device to ccw_device_unregisterSebastian Ott1-3/+4
2009-09-11[S390] cio: remove subchannel init_nameSebastian Ott3-14/+2
2009-09-11[S390] cio: fix memleak in subchannel validationSebastian Ott2-5/+5
2009-09-11[S390] cio: fix use after free in s390 debug featureSebastian Ott1-5/+9
2009-09-11[S390] qdio: remove limited number of debugfs entriesJan Glauber2-41/+18
2009-09-11[S390] cio: failing set online/offline processing.Michael Ernst2-35/+67
2009-09-11[S390] cio: ensure to hold a reference for deferred deregistrationSebastian Ott1-8/+6
2009-09-11[S390] qdio: continue polling if the queue is not finishedJan Glauber1-1/+3
2009-09-11[S390] cio: increase trace levelSebastian Ott2-31/+17
2009-09-11[S390] cio: fix not oper handling after failed [on|off]line processingSebastian Ott1-0/+7
2009-09-11[S390] cio: consolidate subchannel intparm resetPeter Oberparleiter2-10/+3
2009-09-11[S390] cio: move scsw helper functions to header fileHeiko Carstens3-868/+1
2009-09-11[S390] cio: fix ineffective verify eventPeter Oberparleiter1-1/+12
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet4-4/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger2-3/+3
2009-08-26qeth: display "undefined" value of sysfs-attribute "layer2"Ursula Braun1-1/+1
2009-08-26qeth: display service_level info only when valid.Klaus-Dieter Wacker1-2/+3
2009-08-26qeth: Cleanup for cast-type determination.Klaus-Dieter Wacker4-82/+57
2009-08-26qeth: scheduling while atomic during ifconfig online sequenceFrank Blaschka1-0/+1
2009-08-26qeth: HiperSockets SIGA retry support on CC=2.Klaus-Dieter Wacker2-8/+61
2009-08-23[S390] drivers/s390: put NULL test before dereferenceJulia Lawall1-1/+1
2009-08-23[S390] cio: fix double free after failed device initializationSebastian Ott1-3/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller16-125/+150
2009-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds5-65/+99
2009-07-30[SCSI] zfcp: Fix tracing of request id for abort requestsChristof Schmitt1-8/+10
2009-07-30[SCSI] zfcp: Fix wka port processingSwen Schillig2-7/+5
2009-07-30[SCSI] zfcp: avoid double notify in lowmem scenarioSwen Schillig1-4/+10
2009-07-30[SCSI] zfcp: Add port only once to FC transport classChristof Schmitt1-1/+6
2009-07-30[SCSI] zfcp: Recover from stalled outbound queueChristof Schmitt1-1/+4
2009-07-30[SCSI] zfcp: Fix erp escalation procedureChristof Schmitt1-26/+24
2009-07-30[SCSI] zfcp: Fix logic for physical port closeChristof Schmitt1-1/+1
2009-07-30[SCSI] zfcp: Use -EIO for SBAL allocation failuresChristof Schmitt1-3/+2
2009-07-30[SCSI] zfcp: Use unchained mode for small ct and els requestsChristof Schmitt1-8/+25