summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-174-0/+49
|\
| * blktrace: pass zfcp driver dataStefan Raspl2008-10-174-0/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-173-3/+3
|\ \ | |/ |/|
| * [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-133-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-164-18/+15
|\ \
| * | device create: s390: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-164-18/+15
* | | misc: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-141-1/+1
|\ \
| * | s390: claw compile fixletAlexey Dobriyan2008-10-131-1/+1
| |/
* | fs3270: Correct error returnsAlan Cox2008-10-131-5/+4
* | fs3270: remove extra locksAlan Cox2008-10-131-5/+1
* | tty: Redo current tty lockingAlan Cox2008-10-131-0/+1
* | tty: Make get_current_tty use a krefAlan Cox2008-10-131-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-10-113-9/+17
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-081-35/+20
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-019-91/+95
| |\ \
| * | | qeth: avoid qeth recovery problemsUrsula Braun2008-09-243-8/+15
| * | | qeth: use firmware MAC-address for layer2 hsi-devicesUrsula Braun2008-09-241-1/+2
* | | | [S390] 3215: Remove tasklet.Heiko Carstens2008-10-101-20/+6
* | | | [S390] console flush on panic / rebootHolger Smolinski2008-10-104-18/+86
* | | | [S390] Add ioctl support for EMC Symmetrix Subsystem Control I/ONigel Hislop2008-10-101-0/+101
* | | | [S390] xpram: per device block request queues.Martin Schwidefsky2008-10-101-22/+15
* | | | [S390] dasd: fix message flood for unsolicited interruptsStefan Haberland2008-10-101-5/+20
* | | | [S390] Move private simple udelay function to arch/s390/lib/delay.c.Heiko Carstens2008-10-101-15/+2
* | | | [S390] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support.Hongjie Yang2008-10-101-131/+384
* | | | [S390] qdio enhanced SIGA (iqdio) support.Klaus-Dieter Wacker2008-10-102-5/+22
* | | | [S390] cio: fix cio_tpi.Heiko Carstens2008-10-101-2/+6
* | | | [S390] cio: Correct use of ! and &Julia Lawall2008-10-101-1/+1
* | | | [S390] cio: inline assembly cleanupPeter Oberparleiter2008-10-103-28/+45
* | | | [S390] bus_id -> dev_set_name() for css and ccw bussesCornelia Huck2008-10-103-4/+29
* | | | [S390] bus_id ->dev_name() conversions in qdioMartin Schwidefsky2008-10-102-2/+2
* | | | [S390] Use s390_root_dev_* in kvm_virtio.Cornelia Huck2008-10-101-8/+7
* | | | [S390] more bus_id -> dev_name conversionsCornelia Huck2008-10-107-13/+16
* | | | [S390] bus_id -> dev_set_name() changesCornelia Huck2008-10-109-17/+13
* | | | [S390] bus_id -> dev_name conversionsKay Sievers2008-10-1029-191/+207
* | | | [S390] cio: introduce purge function for /proc/cio_ignorePeter Oberparleiter2008-10-103-4/+48
* | | | [S390] cio: move device unregistration to dedicated work queuePeter Oberparleiter2008-10-101-31/+25
* | | | [S390] qdio: speed up multicast traffic on full HiperSocket queueUrsula Braun2008-10-102-0/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-1013-935/+812
|\ \ \ \
| * | | | [SCSI] zfcp: fix double dbf id usageSwen Schillig2008-10-033-3/+3
| * | | | [SCSI] zfcp: wait on SCSI work to be finished before proceeding with init devSwen Schillig2008-10-032-0/+6
| * | | | [SCSI] zfcp: fix erp list usage without using locksSwen Schillig2008-10-031-2/+2
| * | | | [SCSI] zfcp: prevent fc_remote_port_delete calls for unregistered rportSwen Schillig2008-10-031-0/+2
| * | | | [SCSI] zfcp: fix deadlock caused by shared work queue tasksSwen Schillig2008-10-034-3/+6
| * | | | [SCSI] zfcp: put threshold data in hba traceSwen Schillig2008-10-034-0/+50
| * | | | [SCSI] zfcp: Simplify zfcp data structuresChristof Schmitt2008-10-039-113/+77
| * | | | [SCSI] zfcp: Simplify get_adapter_by_busidSwen Schillig2008-10-033-13/+18
| * | | | [SCSI] zfcp: remove all typedefs and replace them with standardsSwen Schillig2008-10-038-84/+88
| * | | | [SCSI] zfcp: attach and release SAN nameserver port on demandSwen Schillig2008-10-038-275/+362
| * | | | [SCSI] zfcp: remove unused references, declarations and flagsSwen Schillig2008-10-0311-249/+60
OpenPOWER on IntegriCloud