summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* calibrate_delay() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* [S390] dcss: Initialize workqueue before using it.Heiko Carstens2008-02-051-3/+2Star
* [S390] sclp_tty/sclp_vt220: Fix scheduling while atomicChristian Borntraeger2008-02-052-2/+2
* [S390] dasd: fix panic caused by alias device offlineStefan Weinhuber2008-02-051-1/+1
* [S390] dasd: add ifcc handlingStefan Haberland2008-02-052-27/+52
* [S390] cio: Add shutdown callback for ccwgroup.Cornelia Huck2008-02-051-0/+12
* [S390] cio: Clean up chsc response code handling.Cornelia Huck2008-02-051-92/+55Star
* [S390] cio: make sense id procedure work with partial hardware responsePeter Oberparleiter2008-02-051-43/+64
* [SCSI] zfcp: fix sense_buffer access bugFUJITA Tomonori2008-01-301-2/+2
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-291-2/+2
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-291-1/+1
* blk_end_request: changing s390 (take 4)Kiyoshi Ueda2008-01-282-15/+15
* [S390] usage of s390dbf: shrink number of debug areas to use.Peter Tiedemann2008-01-262-5/+5
* [S390] constify function pointer tables.Jan Engelhardt2008-01-266-7/+7
* [S390] dasd: fix loop in request expiration handlingStefan Haberland2008-01-261-1/+2
* [S390] dasd: add hyper PAV support to DASD device driver, part 1Stefan Weinhuber2008-01-2618-1720/+3117
* [S390] drivers/s390/: Spelling fixesJoe Perches2008-01-266-6/+6
* [S390] use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-265-7/+6Star
* [S390] drivers/s390: Add missing "space"Joe Perches2008-01-266-10/+10
* [S390] dasd: fix return value of dasd_generic_probe()Stefan Haberland2008-01-261-3/+4
* [S390] Get rid of additional_cpus kernel parameter.Heiko Carstens2008-01-261-44/+2Star
* [S390] sclp: convert channel path configure code to use sync interface.Heiko Carstens2008-01-263-202/+123Star
* [S390] Standby cpu activation/deactivation.Heiko Carstens2008-01-264-119/+322
* [S390] sclp: sysfs interface for SCLP cpiMichael Ernst2008-01-264-231/+432
* [S390] qdio: set QDIO_ACTIVATE_TIMEOUT to 5sUrsula Braun2008-01-261-1/+1
* [S390] qdio: Remove double checked value.Sebastian Ott2008-01-261-2/+1Star
* [S390] cio: introduce timed recovery procedurePeter Oberparleiter2008-01-263-0/+67
* [S390] cio: memory leak in cio processingMichael Ernst2008-01-261-2/+5
* [S390] cio: Fix ungroup vs. machine check race in ccwgroup.Cornelia Huck2008-01-261-2/+4
* [S390] cio: Delete timer in ccw_device_verify_done().Cornelia Huck2008-01-261-2/+3
* [S390] cio: reduce cpu utilization during device scanPeter Oberparleiter2008-01-263-84/+137
* [S390] cio: Set driver->owner on css, ccw and ccwgroup busses.Cornelia Huck2008-01-264-0/+5
* [S390] cio: Use dev_{g,s}et_drvdata().Cornelia Huck2008-01-264-38/+40
* [S390] cio: I/O subchannel specific fields.Cornelia Huck2008-01-267-22/+42
* [S390] cio: Extend adapter interrupt interface.Peter Oberparleiter2008-01-265-85/+134
* [S390] cio: Introduce subchannel->private.Cornelia Huck2008-01-2612-212/+261
* [S390] cio: Cleanup debug feature usage.Cornelia Huck2008-01-263-35/+33Star
* [S390] cio: Add css_driver_{register,unregister}.Cornelia Huck2008-01-263-6/+35
* [S390] cio: Reset sch->driver.Cornelia Huck2008-01-261-9/+13
* [S390] cio: css_driver: Use consistent parameters.Cornelia Huck2008-01-267-48/+40Star
* [S390] cio: Use helpers instead of container_of().Cornelia Huck2008-01-263-5/+7
* [S390] cio: Dump ccw device information in case of timeout.Sebastian Ott2008-01-261-0/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-267-69/+72
|\
| * [SCSI] zfcp: Hold queue lock when checking port/unit handle for task manageme...Christof Schmitt2008-01-121-17/+9Star
| * [SCSI] zfcp: Hold queue lock when checking port/unit handle for FCP commandChristof Schmitt2008-01-122-5/+10
| * [SCSI] zfcp: Hold queue lock when checking port handle for ELS commandChristof Schmitt2008-01-122-1/+8
| * [SCSI] zfcp: Hold queue lock when checking port/unit handle for abort commandChristof Schmitt2008-01-121-13/+8Star
| * [SCSI] zfcp: Fix evaluation of port handles in abort handlerChristof Schmitt2008-01-121-5/+4Star
| * [SCSI] zfcp: fix use after free bug.Heiko Carstens2008-01-122-1/+16
| * [SCSI] zfcp: Reduce flood on hba traceChristof Schmitt2008-01-121-6/+0Star