summaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2008-07-14[S390] cio: Rework css driver.Cornelia Huck9-510/+381
2008-07-14[S390] cio: Introduce modalias for css bus.Cornelia Huck4-24/+95
2008-07-14[S390] cio: Register all subchannels.Cornelia Huck5-101/+85
2008-07-14[S390] qdio: Repair timeout handling for qdio_shutdownUrsula Braun1-13/+7
2008-07-14[S390] cio: Clear correct bit in cio_release_console().Cornelia Huck1-1/+1
2008-06-10[S390] cio: Fix inverted isc priorities.Cornelia Huck1-9/+11
2008-06-10[S390] cio: Fix sparse warnings in blacklist.c.Cornelia Huck1-3/+3
2008-05-15[S390] blacklist.c: removed duplicated includeHuang Weiyi1-1/+0
2008-05-15[S390] cio: Remove CCW_CMD_SUSPEND_RECONN in front of CCW_CMD_SET_PGID.Michael Ernst1-9/+3
2008-05-07[S390] cio: Fix parsing mechanism for blacklisted devices.Michael Ernst1-154/+170
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Michael Ernst9-83/+54
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-21/+75
2008-04-30[S390] cio: Make isc handling more robust.Cornelia Huck4-14/+10
2008-04-30[S390] cio: Use strict_strtoul() for attributes.Cornelia Huck5-18/+35
2008-04-29s390: use non-racy method for proc entries creationDenis V. Lunev1-5/+2
2008-04-29proc: remove proc_root from driversAlexey Dobriyan2-3/+3
2008-04-29ccwgroup: Unify parsing for group attribute.Ursula Braun1-21/+75
2008-04-19Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-04-19drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens4-8/+13
2008-04-17[S390] Convert s390 to GENERIC_CLOCKEVENTS.Heiko Carstens1-6/+3
2008-04-17[S390] Convert monitor calls to function calls.Heiko Carstens1-1/+2
2008-04-17[S390] qdio (new feature): enhancing info-retrieval from QDIO-adaptersUrsula Braun2-92/+114
2008-04-17[S390] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-17[S390] qdio: Unrecognized inbound traffic if many FCP devices are onlineUrsula Braun1-1/+1
2008-04-17[S390] cio: fix parallel cm_enable processing.Michael Ernst2-4/+9
2008-04-17[S390] cio: Trigger verification on device/path not operational.Cornelia Huck2-2/+13
2008-04-17[S390] cio: Fix race for "fast" path gone/path back situations.Cornelia Huck3-2/+17
2008-02-19[S390] qdio: FCP/SCSI write I/O stagnates on LPARUrsula Braun1-3/+0
2008-02-19[S390] qdio: fix qdio_activate timeout handling.Heiko Carstens2-9/+3
2008-02-19[S390] cio: Do timed recovery on workqueue.Cornelia Huck1-1/+12
2008-02-19[S390] cio: Remember to initialize recovery_lock.Cornelia Huck1-1/+1
2008-02-09[S390] qdio: avoid hang when establishing qdio queuesUrsula Braun1-10/+8
2008-02-05[S390] cio: Add shutdown callback for ccwgroup.Cornelia Huck1-0/+12
2008-02-05[S390] cio: Clean up chsc response code handling.Cornelia Huck1-92/+55
2008-02-05[S390] cio: make sense id procedure work with partial hardware responsePeter Oberparleiter1-43/+64
2008-01-26[S390] usage of s390dbf: shrink number of debug areas to use.Peter Tiedemann1-3/+3
2008-01-26[S390] constify function pointer tables.Jan Engelhardt1-1/+1
2008-01-26[S390] drivers/s390: Add missing "space"Joe Perches1-1/+1
2008-01-26[S390] qdio: set QDIO_ACTIVATE_TIMEOUT to 5sUrsula Braun1-1/+1
2008-01-26[S390] qdio: Remove double checked value.Sebastian Ott1-2/+1
2008-01-26[S390] cio: introduce timed recovery procedurePeter Oberparleiter3-0/+67
2008-01-26[S390] cio: memory leak in cio processingMichael Ernst1-2/+5
2008-01-26[S390] cio: Fix ungroup vs. machine check race in ccwgroup.Cornelia Huck1-2/+4
2008-01-26[S390] cio: Delete timer in ccw_device_verify_done().Cornelia Huck1-2/+3
2008-01-26[S390] cio: reduce cpu utilization during device scanPeter Oberparleiter3-84/+137
2008-01-26[S390] cio: Set driver->owner on css, ccw and ccwgroup busses.Cornelia Huck4-0/+5
2008-01-26[S390] cio: Use dev_{g,s}et_drvdata().Cornelia Huck4-38/+40
2008-01-26[S390] cio: I/O subchannel specific fields.Cornelia Huck7-22/+42
2008-01-26[S390] cio: Extend adapter interrupt interface.Peter Oberparleiter5-85/+134