aboutsummaryrefslogtreecommitdiff
path: root/Documentation/s390/CommonIO
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-125/+0
Convert all text files with s390 documentation to ReST format. Tried to preserve as much as possible the original document format. Still, some of the files required some work in order for it to be visible on both plain text and after converted to html. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
2013-05-02s390/cio: add condev keyword to cio_ignoreSebastian Ott1-5/+6
Provide a 'condev' keyword to cio_ignore to (un)ignore the CCW console device. Reviewed-by: Peter Oberparleiter <[email protected]> Signed-off-by: Sebastian Ott <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2013-05-02s390/cio: add ipldev keyword to cio_ignoreSebastian Ott1-6/+7
Provide an 'ipldev' keyword to cio_ignore to (un)ignore the CCW or FCP based boot device. Reviewed-by: Peter Oberparleiter <[email protected]> Signed-off-by: Sebastian Ott <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2010-02-26[S390] cio: introduce cio_settleSebastian Ott1-0/+6
This patch introduces a proc file cio_settle. A write request to this file is blocked until all queued cio actions are handled. This will allow userspace to wait for pending work affecting device availability after changing cio_ignore or the hardware configuration. Signed-off-by: Sebastian Ott <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2008-10-10[S390] cio: Exorcise cio_msg= from documentation.Cornelia Huck1-2/+1
Signed-off-by: Cornelia Huck <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2008-10-10[S390] cio: Update cio_ignore documentation.Cornelia Huck1-1/+7
Add documentation for the new "purge" cio_ignore parameter. Signed-off-by: Cornelia Huck <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Michael Ernst1-11/+0
The only sporadically used CIO_DEBUG messages are replaced by ordinary CIO_MSG_EVENT messages. The CIO_MSG_EVENT messages debug levels are consolidated. Signed-off-by: Michael Ernst <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2008-01-26[S390] cio: Dump ccw device information in case of timeout.Sebastian Ott1-0/+5
Information about a ccw device will be dumped in case of a ccw timeout. This can be enabled with the kernel parameter ccw_timeout_log. Signed-off-by: Sebastian Ott <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2007-10-12[S390] cio: Documentation update.Cornelia Huck1-22/+29
Signed-off-by: Cornelia Huck <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2006-12-04[S390] Some documentation typos.Nicolas Kaiser1-2/+2
Signed-off-by: Nicolas Kaiser <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2006-10-18[S390] cio: update documentation.Cornelia Huck1-1/+1
Signed-off-by: Cornelia Huck <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
2005-06-21[PATCH] s390: cio documentationCornelia Huck1-7/+9
Some clarifications in the cio documentation. Signed-off-by: Martin Schwidefsky <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+109
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!