summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-231-3/+3
|\
| * Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-3/+3
| |\
| | * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-1768-1574/+1975
| | |\
| | * | hrtimer: convert s390 to the new hrtimer apisArjan van de Ven2008-09-051-3/+3
* | | | [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
* | | | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-1/+1
* | | | [PATCH] switch tape_blockAl Viro2008-10-211-16/+13
* | | | [PATCH] switch dcssblkAl Viro2008-10-211-11/+10
* | | | [PATCH] switch dasdAl Viro2008-10-213-25/+8
* | | | [PATCH] beginning of methods conversionAl Viro2008-10-213-9/+9
|/ / /
* | | 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