summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Fix guest kconfigChristian Borntraeger2008-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-273-35/+35
|\
| * qeth: use dev->ml_priv instead of dev->privHeiko Carstens2008-07-263-35/+35
* | virtio: Add transport feature handling stub for virtio_ring.Rusty Russell2008-07-251-0/+3
* | virtio: Rename set_features to finalize_featuresRusty Russell2008-07-251-5/+6
* | s390: use virtio_console for KVM on s390Christian Borntraeger2008-07-251-0/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-239-2867/+1403Star
|\
| * s390/net/ctcm: message cleanupPeter Tiedemann2008-07-227-1245/+882Star
| * s390/net: Cleanup claw printk messages.Andy Richter2008-07-221-1621/+520Star
| * qeth: fix build error caused by VLAN changesfrank.blaschka@de.ibm.com2008-07-221-1/+1
* | device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-223-12/+14
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18114-17078/+13672Star
|\
| * [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPPStefan Haberland2008-07-171-2/+2
| * [S390] qdio: new qdio driver.Jan Glauber2008-07-1718-4608/+3561Star
| * [S390] cio: Export chsc_error_from_response().Cornelia Huck2008-07-172-1/+10
| * [S390] vmur: Fix return code handling.Frank Munzert2008-07-171-5/+5
| * [S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().Cornelia Huck2008-07-172-8/+24
| * [S390] dasd: fix unsolicited SIM handling.Stefan Haberland2008-07-171-1/+3
| * [S390] zfcpdump: Make SCSI disk dump tool recognize storage holesFrank Munzert2008-07-171-7/+94
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-1619-10431/+5379Star
| |\
| | * [SCSI] zfcp: Cleanup external header fileChristof Schmitt2008-07-121-125/+119Star
| | * [SCSI] zfcp: Cleanup code in zfcp_erp.cChristof Schmitt2008-07-124-2203/+1280Star
| | * [SCSI] zfcp: zfcp_fsf cleanup.Swen Schillig2008-07-129-2644/+1577Star
| | * [SCSI] zfcp: consolidate sysfs things into one file.Swen Schillig2008-07-129-893/+539Star
| | * [SCSI] zfcp: Cleanup of code in zfcp_aux.cSwen Schillig2008-07-127-388/+238Star
| | * [SCSI] zfcp: Cleanup of code in zfcp_scsi.cMartin Petermann2008-07-125-389/+184Star
| | * [SCSI] zfcp: Move status accessors from zfcp to SCSI include file.Martin Petermann2008-07-123-35/+11Star
| | * [SCSI] zfcp: Small QDIO cleanupsChristof Schmitt2008-07-123-19/+11Star
| | * [SCSI] zfcp: Adapter reopen for large number of unsolicited statusSwen Schillig2008-07-122-10/+8Star
| | * [SCSI] zfcp: Fix error checking for ELS ADISC requestsChristof Schmitt2008-07-121-1/+1
| | * [SCSI] zfcp: wait until adapter is finished with ERP during auto-portSwen Schillig2008-07-121-0/+1
| | * [SCSI] zfcp: Remove sysfs attribute port_addMartin Peschke2008-07-121-46/+0Star
| | * [SCSI] zfcp: Automatically attach remote portsSwen Schillig2008-07-128-31/+336
| | * [SCSI] zfcp: Add port_state attribute to sysfsSven Schuetz2008-07-121-0/+19
| | * [SCSI] zfcp: Message cleanupChristof Schmitt2008-07-1213-1975/+396Star
| | * [SCSI] zfcp: Cleanup qdio codeSwen Schillig2008-07-127-787/+412Star
| | * [SCSI] zfcp: Cleanup code in zfcp_ccwChristof Schmitt2008-07-121-100/+50Star
| | * [SCSI] zfcp: Move CFDC code to new file.Christof Schmitt2008-07-127-664/+331Star
| | * [SCSI] zfcp: Move FC code to new fileChristof Schmitt2008-07-128-726/+319Star
| | * [SCSI] zfcp: Fix sparse warning by providing new entry in dbfChristof Schmitt2008-06-053-17/+28
| | * [SCSI] zfcp: remove some __attribute__ ((packed))Martin Peschke2008-06-051-5/+5
| | * [SCSI] zfcp: Refine trace levels of some recovery related events.Martin Peschke2008-06-051-2/+2
| | * [SCSI] zfcp: Add information about interrupt to trace.Martin Peschke2008-06-054-2/+7
| | * [SCSI] zfcp: Rename sbal_curr to sbal_last.Martin Peschke2008-06-055-31/+30Star
| | * [SCSI] zfcp: Rename sbal_last.Martin Peschke2008-06-052-5/+5
| | * [SCSI] zfcp: Remove field sbal_last from trace record.Martin Peschke2008-06-052-3/+0Star
| | * [SCSI] zfcp: Remove some sparse warningsChristof Schmitt2008-06-051-1/+2
| | * [SCSI] zfcp: Fix fsf_status_read return code handlingHeiko Carstens2008-06-051-4/+3Star
| | * [SCSI] zfcp: Fix mempool pointer for GID_PN request allocationChristof Schmitt2008-06-051-6/+3Star
| | * [SCSI] zfcp: receiving an unsolicted status can lead to I/O stallSwen Schillig2008-06-056-35/+32Star