summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-301-21/+75
|\
| * ccwgroup: Unify parsing for group attribute.Ursula Braun2008-04-291-21/+75
* | [S390] cio: Make isc handling more robust.Cornelia Huck2008-04-304-14/+10Star
* | [S390] cio: Use strict_strtoul() for attributes.Cornelia Huck2008-04-305-18/+35
* | s390: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-5/+2Star
* | proc: remove proc_root from driversAlexey Dobriyan2008-04-292-3/+3
* | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-191-1/+1
* | drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
|/
* [S390] Fix a lot of sparse warnings.Heiko Carstens2008-04-174-8/+13
* [S390] Convert s390 to GENERIC_CLOCKEVENTS.Heiko Carstens2008-04-171-6/+3Star
* [S390] Convert monitor calls to function calls.Heiko Carstens2008-04-171-1/+2
* [S390] qdio (new feature): enhancing info-retrieval from QDIO-adaptersUrsula Braun2008-04-172-92/+114
* [S390] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-171-1/+1
* [S390] qdio: Unrecognized inbound traffic if many FCP devices are onlineUrsula Braun2008-04-171-1/+1
* [S390] cio: fix parallel cm_enable processing.Michael Ernst2008-04-172-4/+9
* [S390] cio: Trigger verification on device/path not operational.Cornelia Huck2008-04-172-2/+13
* [S390] cio: Fix race for "fast" path gone/path back situations.Cornelia Huck2008-04-173-2/+17
* [S390] qdio: FCP/SCSI write I/O stagnates on LPARUrsula Braun2008-02-191-3/+0Star
* [S390] qdio: fix qdio_activate timeout handling.Heiko Carstens2008-02-192-9/+3Star
* [S390] cio: Do timed recovery on workqueue.Cornelia Huck2008-02-191-1/+12
* [S390] cio: Remember to initialize recovery_lock.Cornelia Huck2008-02-191-1/+1
* [S390] qdio: avoid hang when establishing qdio queuesUrsula Braun2008-02-091-10/+8Star
* [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
* [S390] usage of s390dbf: shrink number of debug areas to use.Peter Tiedemann2008-01-261-3/+3
* [S390] constify function pointer tables.Jan Engelhardt2008-01-261-1/+1
* [S390] drivers/s390: Add missing "space"Joe Perches2008-01-261-1/+1
* [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
* [S390] cio: add missing reprobe loop end statementPeter Oberparleiter2007-12-041-0/+1
* [S390] cio: Issue SenseID per path.Cornelia Huck2007-12-041-9/+28
* [S390] cio: Register/unregister subchannels only from kslowcrw.Cornelia Huck2007-11-202-2/+2
* [S390] cio: change device sense procedure to work with pav aliasesPeter Oberparleiter2007-11-201-36/+9Star