summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* [S390] duplicate ccw devices in ccwgroup.Cornelia Huck2006-07-271-7/+3Star
* [S390] permanent subchannel busy conditions may cause I/O stallPeter Oberparleiter2006-07-271-1/+2
* [S390] sysfs_create_xxx return values.Heiko Carstens2006-07-185-32/+76
* [S390] channel measurement interval display.Cornelia Huck2006-07-171-0/+1
* [S390] xpram module parameter parsing - take 2.Heiko Carstens2006-07-171-3/+14
* [S390] Fix sparse warnings.Heiko Carstens2006-07-1227-124/+123Star
* [S390] path grouping and path verifications fixes.Cornelia Huck2006-07-128-48/+225
* [S390] xpram module parameter parsing.Heiko Carstens2006-07-121-57/+6Star
* [S390] subchannel register/unregister mutex.Cornelia Huck2006-07-125-7/+29
* [PATCH] s390: broken null test in claw driverDave Jones2006-07-101-1/+1
* [PATCH] fix oddball boolean logic in s390 netiucvDave Jones2006-07-101-1/+1
* [PATCH] s390: move var declarations behind ifdefSerge E. Hallyn2006-07-101-0/+2
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-081-1/+1
* [PATCH] zfcp: fix incorrect usage of fsf_req_list_lockHeiko Carstens2006-07-041-4/+5
* [PATCH] zfcp: fix incorrect usage of erp_lockHeiko Carstens2006-07-041-4/+4
* [PATCH] lockdep: annotate qeth driverHeiko Carstens2006-07-041-0/+6
* [PATCH] lockdep: s390 turn validator off in machine-check handlerHeiko Carstens2006-07-041-0/+3
* [PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens2006-07-042-5/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3046-46/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-297-17/+1Star
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-262-3/+0Star
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-262-2/+0Star
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-2/+0Star
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-262-3/+0Star
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-262-5/+0Star
* | [S390] rework of channel measurement facility.Cornelia Huck2006-06-293-177/+468
* | [S390] add PAV support to the dasd driver.Horst Hummel2006-06-296-87/+222
* | [S390] cio chpid offline.Cornelia Huck2006-06-293-3/+5
* | Convert s390_collect_crw_info() in s390mach.c from being startedSerge E. Hallyn2006-06-291-3/+2Star
* | [S390] dasd eer data format.Stefan Weinhuber2006-06-291-1/+1
* | [S390] dasd whitespace and other cosmetics.Horst Hummel2006-06-2915-304/+173Star
* | [S390] dasd_eckd_dump_sense bug.Horst Hummel2006-06-291-71/+74
* | [S390] missing check in dasd_eer_open.Stefan Weinhuber2006-06-291-0/+2
* | [S390] modular 3270 driver.Martin Schwidefsky2006-06-291-33/+34
* | [S390] cio async subchannel reprobe.Peter Oberparleiter2006-06-294-36/+72
* | [S390] ccwgroup device unregister.Cornelia Huck2006-06-291-7/+10
* | [S390] channel measurement fix.Cornelia Huck2006-06-291-1/+2
* | [S390] cio long busy in read configuration data.Peter Oberparleiter2006-06-291-1/+6
* | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-261-7/+7
|\ \ | |/ |/|
| * spelling fixesAndreas Mohr2006-06-261-7/+7
* | [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-4/+3Star
|/
* [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-251-2/+1Star
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-233-9/+9
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-06-2114-619/+204Star
|\
| * Merge ../linux-2.6James Bottomley2006-06-1028-703/+911
| |\
| * | [SCSI] zfcp: bump up version numberAndreas Herrmann2006-05-281-1/+1
| * | [SCSI] zfcp: make use of fc_remote_port_delete when target port is unavailableAndreas Herrmann2006-05-283-4/+27