aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-116/+133
2008-08-27qeth: preallocated header account offsetFrank Blaschka1-1/+1
2008-08-27qeth: l2 write unicast list to hardwareFrank Blaschka2-5/+23
2008-08-27qeth: use -EOPNOTSUPP instead of -ENOTSUPP.Ursula Braun1-1/+1
2008-08-27LCS recovery dumps when cable reconnectKlaus-D. Wacker1-1/+2
2008-08-27ctcm: netdev->priv vs. netdev->ml_privPeter Tiedemann4-67/+68
2008-08-27claw: netdev->priv vs. netdev->ml_privPeter Tiedemann1-30/+30
2008-08-27claw: fix memory leak in claw_probe.Martin Schwidefsky1-11/+8
2008-08-25[S390] dcss: fix build bug.Heiko Carstens1-2/+3
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-21[S390] dcssblk: fix race in dcssblk_add_store()Gerald Schaefer1-0/+4
2008-08-21[S390] cio: call ccw driver notify function with lock heldPeter Oberparleiter5-38/+41
2008-08-21[S390] dasd: fix data size for PSF/PRSSD commandStefan Weinhuber1-1/+1
2008-08-21[S390] cio: fix ccw group device cleanupPeter Oberparleiter1-8/+12
2008-08-21[S390] qdio: remove the module_get & module_put pairJan Glauber1-4/+0
2008-08-21[S390] qdio: improve s390 debug feature usageJan Glauber3-42/+40
2008-08-21[S390] qdio: prevent oopsing if qdio_establish failsJan Glauber1-1/+5
2008-08-21[S390] drivers/s390: Use an IS_ERR test rather than a NULL testJulien Brunel3-3/+4
2008-08-01[S390] qeth: avoid use of include/asm-s390Martin Schwidefsky1-2/+2
2008-08-01[S390] dont use kthread for smp_rescan_cpus().Heiko Carstens1-12/+1
2008-08-01[S390] virtio console: fix section mismatch warning.Heiko Carstens1-1/+1
2008-08-01[S390] qdio: fix section mismatch bug.Heiko Carstens2-2/+2
2008-08-01[S390] qdio: make sure qdr is aligned to page sizeJan Glauber2-2/+2
2008-08-01[S390] Add support for memory hot-remove.Gerald Schaefer1-0/+5
2008-08-01[S390] cio: Memory allocation for idset changed.Michael Ernst1-4/+4
2008-08-01[S390] qeth: preallocated qeth header for hiper socketFrank Blaschka4-39/+126
2008-08-01[S390] nohz/sclp: disable timer on synchronous waits.Heiko Carstens1-2/+4
2008-08-01[S390] dasd: Add support for enhanced VM UIDStefan Weinhuber5-163/+189
2008-07-27KVM: s390: Fix guest kconfigChristian Borntraeger1-1/+1
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-35/+35
2008-07-26qeth: use dev->ml_priv instead of dev->privHeiko Carstens3-35/+35
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell1-0/+3
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell1-5/+6
2008-07-25s390: use virtio_console for KVM on s390Christian Borntraeger1-0/+20
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-2867/+1403
2008-07-22s390/net/ctcm: message cleanupPeter Tiedemann7-1245/+882
2008-07-22s390/net: Cleanup claw printk messages.Andy Richter1-1621/+520
2008-07-22qeth: fix build error caused by VLAN changesfrank.blaschka@de.ibm.com1-1/+1
2008-07-21device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman3-12/+14
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller114-17078/+13672
2008-07-17[S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPPStefan Haberland1-2/+2
2008-07-17[S390] qdio: new qdio driver.Jan Glauber18-4608/+3561
2008-07-17[S390] cio: Export chsc_error_from_response().Cornelia Huck2-1/+10
2008-07-17[S390] vmur: Fix return code handling.Frank Munzert1-5/+5
2008-07-17[S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().Cornelia Huck2-8/+24
2008-07-17[S390] dasd: fix unsolicited SIM handling.Stefan Haberland1-1/+3
2008-07-17[S390] zfcpdump: Make SCSI disk dump tool recognize storage holesFrank Munzert1-7/+94
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds19-10431/+5379
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds10-15/+67
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet19-248/+145