summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2009-03-25sysfs: only allow one scheduled removal callback per kobjAlex Chiang1-2/+3
2009-03-25Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-4/+5
2009-03-25Driver core: implement uevent suppress in kobjectMing Lei3-6/+6
2009-03-25s390: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-03-25claw: fix minor findings from code analysis toolAndrew H. Richter1-24/+20
2009-03-25ctcm: fix minor findings from code analysis toolJoel A. Fowler2-17/+8
2009-03-25ctcm: avoid wraparound in length of incoming dataRoel Kluin2-4/+4
2009-03-25ctcm: invalid return code from hard_start_xmitUrsula Braun1-2/+2
2009-03-25claw: invalid return codes from hard_start_xmitUrsula Braun1-0/+2
2009-03-25netiucv: invalid return code from hard_start_xmitUrsula Braun1-1/+1
2009-03-25lcs: invalid return codes from hard_start_xmit.Klaus-Dieter Wacker1-2/+2
2009-03-25Use kthread instead of kernel_threadKlaus-Dieter Wacker1-5/+3
2009-03-12[SCSI] zfcp: Report fc_host_port_type as NPIVChristof Schmitt1-2/+3
2009-03-12[SCSI] zfcp: Ensure all work is cancelled on adapter dequeueSwen Schillig3-4/+8
2009-03-12[SCSI] zfcp: fix queue, scheduled work processing.Swen Schillig2-3/+8
2009-03-12[SCSI] zfcp: erp failed status bit will not be setMartin Petermann1-1/+0
2009-03-12[SCSI] zfcp: Block FC transport rports early on errorsChristof Schmitt7-56/+157
2009-03-12[SCSI] zfcp: incorrect reaction on incoming RSCNSwen Schillig2-15/+7
2009-03-12[SCSI] zfcp: Remove PCI flagChristof Schmitt2-22/+3
2009-03-12[SCSI] zfcp: replace current ERP logging with a more convenient versionSwen Schillig11-356/+215
2009-03-12[SCSI] zfcp: prevent adapter close on initial adapter openSwen Schillig1-35/+34
2009-03-12[SCSI] zfcp: remove undefined subtype for status read responseSwen Schillig3-13/+2
2009-03-12[SCSI] zfcp: Send ELS ADISC from workqueueChristof Schmitt5-22/+27
2009-03-12[SCSI] zfcp: Improve reliability of SCSI eh handlers in zfcpChristof Schmitt4-99/+78
2009-03-12[SCSI] zfcp: Wait for free SBALs when possibleChristof Schmitt1-9/+9
2009-03-12[SCSI] zfcp: Only increment req_id for successfully issued requestsChristof Schmitt1-1/+2
2009-03-12[SCSI] zfcp: Simplify latency lock handlingChristof Schmitt2-6/+4
2009-03-12[SCSI] zfcp: add measurement data for average qdio queue utilisationMartin Peschke4-1/+26
2009-03-12[SCSI] zfcp: Remove UNIT_REGISTERED status flagChristof Schmitt4-8/+2
2009-03-12[SCSI] zfcp: Remove some port flagsChristof Schmitt5-32/+11
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-1/+0
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-1/+9
2009-02-19[S390] fix "mem=" handling in case of standby memoryHeiko Carstens1-0/+5
2009-02-19[S390] sclp: handle empty event buffersPeter Oberparleiter1-1/+4
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-31/+17
2009-02-11[S390] dasd: fix race in dasd timer handlingStefan Weinhuber1-30/+16
2009-02-11[S390] dasd: bus_id -> dev_name() conversion.Cornelia Huck1-1/+1
2009-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+6
2009-01-26kmsg: convert claw printk messagesAndy Richter1-198/+233
2009-01-26lcs: fix compilation for !CONFIG_IP_MULTICASTHeiko Carstens1-2/+6
2009-01-22claw: convert to net_device_opsFrank Blaschka1-5/+9
2009-01-22netiucv: convert to net_device_opsFrank Blaschka1-5/+9
2009-01-22ctcm: convert to net_device_opsFrank Blaschka1-6/+18
2009-01-22lcs: convert to net_device_opsFrank Blaschka1-5/+16
2009-01-11qeth: fix usage of netdev_opsFrank Blaschka2-5/+21
2009-01-09[S390] qdio: fix broken pointer in case of CONFIG_DEBUG_FS is disabledJan Glauber1-0/+2
2009-01-09[S390] dasd: add device attribute to disable blocking on lost pathsHolger Smolinski4-3/+54
2009-01-09[S390] dasd: send change uevents for dasd block devicesStefan Weinhuber1-1/+20
2009-01-09[S390] tape block: fix dependenciesKamalesh Babulal1-1/+1
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-46/+34