aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-13[S390] cio: add missing compat ptr conversionHeiko Carstens1-8/+15
2010-01-04[S390] qdio: convert global statistics to per-device statsJan Glauber7-265/+177
2009-12-18[S390] qdio: add counter for input queue full conditionJan Glauber3-1/+5
2009-12-18[S390] qdio: remove superfluous log entries and WARN_ONs.Jan Glauber1-9/+1
2009-12-18[S390] cio: fix channel path varyPeter Oberparleiter3-14/+19
2009-12-18[S390] drivers: Correct size given to memsetJulia Lawall1-2/+2
2009-12-18[S390] cio: fix drvdata usage for the console subchannelSebastian Ott1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan3-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-12-09Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds13-1728/+1668
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-12-07[S390] cio: dont unregister a busy device in ccw_device_set_offlineSebastian Ott1-9/+20
2009-12-07[S390] cio: improve error recovery for internal I/OsPeter Oberparleiter4-6/+7
2009-12-07[S390] cio: change locking in io_subchannel_removeSebastian Ott1-3/+2
2009-12-07[S390] cio: quiesce subchannel in io_subchannel_removeSebastian Ott1-1/+9
2009-12-07[S390] cio: handle busy subchannel in ccw_device_move_to_schSebastian Ott1-2/+22
2009-12-07[S390] cio: handle failed disable_subchannel after device recognitionSebastian Ott1-1/+2
2009-12-07[S390] cio: fix quiesce stateSebastian Ott2-29/+23
2009-12-07[S390] cio: add per device initialization status flagSebastian Ott2-0/+7
2009-12-07[S390] cio: remove registered flag from ccw_device_privateSebastian Ott2-9/+3
2009-12-07[S390] cio: make steal lock procedure more robustPeter Oberparleiter4-89/+134
2009-12-07[S390] cio: use sense-pgid operation for path verificationPeter Oberparleiter4-94/+99
2009-12-07[S390] cio: split PGID settings and statusPeter Oberparleiter4-15/+51
2009-12-07[S390] cio: remove intretry flagPeter Oberparleiter6-75/+18
2009-12-07[S390] cio: allow setting not-operational devices offlinePeter Oberparleiter1-5/+4
2009-12-07[S390] cio: use ccw request infrastructure for pgidPeter Oberparleiter5-604/+383
2009-12-07[S390] cio: use ccw request infrastructure for sense idPeter Oberparleiter3-288/+154
2009-12-07[S390] cio: consistent infrastructure for internal I/O requestsPeter Oberparleiter4-1/+386
2009-12-07[S390] cio: dont panic in non-fatal conditionsPeter Oberparleiter1-19/+6
2009-12-07[S390] cio: ensure proper locking during device recognitionPeter Oberparleiter1-0/+2
2009-12-07[S390] cio: handle error during path verification consistentlyPeter Oberparleiter2-11/+10
2009-12-07[S390] cio: handle error during device recognition consistentlyPeter Oberparleiter3-64/+15
2009-12-07[S390] cio: inform user when online/offline processing failsPeter Oberparleiter1-0/+22
2009-12-07[S390] cio: introduce ccw device todosPeter Oberparleiter4-127/+119
2009-12-07[S390] cio: introduce subchannel todosPeter Oberparleiter4-19/+63
2009-12-07[S390] cio: introduce parent-initiated device movePeter Oberparleiter3-338/+192
2009-12-07[S390] cio: fix repeat setting of cdev parent associationPeter Oberparleiter1-4/+1
2009-12-07[S390] cio: fix double free in case of probe failurePeter Oberparleiter1-6/+5
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-11-05nohz: Introduce arch_needs_cpuMartin Schwidefsky1-0/+1
2009-10-14[S390] cio: change misleading console logicPeter Oberparleiter1-5/+4
2009-10-06[S390] cio: allow setting boxed devices offlinePeter Oberparleiter1-0/+4
2009-10-06[S390] cio: make not operational handling consistentPeter Oberparleiter3-7/+9
2009-10-06[S390] cio: make disconnected handling consistentPeter Oberparleiter1-3/+17
2009-10-06[S390] Fix memory leak in /proc/cio_ignoreChristian Borntraeger1-8/+5
2009-10-06[S390] cio: channel path memory leakMichael Ernst1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan2-2/+2
2009-09-22[S390] qdio: change state of all primed input buffersJan Glauber1-0/+2
2009-09-22[S390] qdio: reduce per device debug messagesJan Glauber1-18/+12
2009-09-22[S390] cio: introduce consistent subchannel scanningSebastian Ott3-106/+51