summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-12-3011-202/+157
|\
| * [SCSI] zfcp: Remove unnecessary warning messageChristof Schmitt2008-12-292-7/+1
| * [SCSI] zfcp: Add support for unchained FSF requestsChristof Schmitt2008-12-296-40/+61
| * [SCSI] zfcp: Remove busid macroChristof Schmitt2008-12-293-8/+6
| * [SCSI] zfcp: remove DID_DID flagChristof Schmitt2008-12-294-9/+4
| * [SCSI] zfcp: Simplify mask lookups for incoming RSCNsChristof Schmitt2008-12-292-30/+15
| * [SCSI] zfcp: Remove initial device data from zfcp_dataChristof Schmitt2008-12-292-54/+45
| * [SCSI] zfcp: fix compile warningHeiko Carstens2008-12-291-1/+2
| * [SCSI] zfcp: Remove adapter listChristof Schmitt2008-12-293-28/+3
| * [SCSI] zfcp: Simplify SBAL allocation to fix sparse warningsChristof Schmitt2008-12-291-17/+17
| * [SCSI] zfcp: register with SCSI layer on ccw registrationSwen Schillig2008-12-292-7/+2
| * [SCSI] zfcp: Fix message line breakChristof Schmitt2008-12-291-1/+1
* | kvm-s390: implement config_changed for virtio on s390Christian Borntraeger2008-12-301-3/+19
* | virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell2008-12-301-1/+2
* | virtio: use KVM_S390_VIRTIO_RING_ALIGN instead of relying on pagesizeRusty Russell2008-12-301-3/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-283-22/+16
|\
| * s390_net: Kill directly reference of netdev->privWang Chen2008-12-061-6/+6
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-024-13/+23
| |\
| * | drivers/s390/ - csum_partial - remove unnecessary castsJoe Perches2008-11-191-4/+4
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-1811-57/+52
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-318-58/+26
| |\ \ \
| * | | | net: convert more to %pMJohannes Berg2008-10-271-12/+6
* | | | | [S390] convert ctcm printks to dev_xxx and pr_xxx macros.Peter Tiedemann2008-12-255-56/+86
* | | | | [S390] convert zfcp printks to pr_xxx macros.Christof Schmitt2008-12-2510-3/+33
* | | | | [S390] convert vmlogrdr printks to pr_xxx macros.Martin Schwidefsky2008-12-251-13/+13
* | | | | [S390] convert zfcp dumper printks to pr_xxx macros.Michael Holzheu2008-12-251-6/+8
* | | | | [S390] convert qeth printks to dev_xxx and pr_xxx macros.Frank Blaschka2008-12-254-192/+212
* | | | | [S390] convert sclp printks to pr_xxx macros.Martin Schwidefsky2008-12-254-28/+41
* | | | | [S390] convert iucv printks to dev_xxx and pr_xxx macros.Ursula Braun2008-12-251-26/+38
* | | | | [S390] convert ap_bus printks to pr_xxx macros.Martin Schwidefsky2008-12-251-3/+7
* | | | | [S390] convert dcssblk and extmem printks messages to pr_xxx macros.Hongjie Yang2008-12-251-39/+33
* | | | | [S390] convert monwriter printks to pr_xxx macros.Melissa Howland2008-12-251-1/+4
* | | | | [S390] convert monreader printks to pr_xxx macros.Gerald Schaefer2008-12-251-24/+17
* | | | | [S390] convert cio printks to pr_xxx macros.Michael Ernst2008-12-255-13/+30
* | | | | [S390] convert vmur printks to pr_xxx macros.Frank Munzert2008-12-251-6/+9
* | | | | [S390] convert lcs printks to dev_xxx and pr_xxx macros.Klaus-D. Wacker2008-12-251-39/+53
* | | | | [S390] convert vmcp printks to pr_xxx macros.Christian Borntraeger2008-12-251-3/+5
* | | | | [S390] convert xpram printks to pr_xxx macros.Martin Schwidefsky2008-12-251-22/+19
* | | | | [S390] s390: Remove redundant testJulia Lawall2008-12-251-1/+0
* | | | | [S390] drivers/s390/crypto: Move dereference to after IS_ERR testJulia Lawall2008-12-254-12/+28
* | | | | [S390] sclp vt220: fix compile warningHeiko Carstens2008-12-251-17/+16
* | | | | [S390] cio: use pim to check for multipath.Sebastian Ott2008-12-251-1/+2
* | | | | [S390] cio: commit all pmcw changes.Sebastian Ott2008-12-252-0/+8
* | | | | [S390] cio: introduce cio_commit_configSebastian Ott2008-12-257-134/+123
* | | | | [S390] cio: introduce cio_update_schibSebastian Ott2008-12-258-38/+67
* | | | | [S390] cio: Use device_is_registered().Cornelia Huck2008-12-251-1/+1
* | | | | [S390] cio: Dont call ->release directly.Cornelia Huck2008-12-251-2/+2
* | | | | [S390] cio: Dont fail probe for I/O subchannels.Cornelia Huck2008-12-252-12/+32
* | | | | [S390] cio: Only register ccw_device for registered subchannel.Cornelia Huck2008-12-251-6/+12
* | | | | [S390] cio: Fix I/O subchannel refcounting.Cornelia Huck2008-12-251-19/+56