<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Documentation/s390/CommonIO, branch linux-5.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2013-05-02T13:50:20Z</updated>
<entry>
<title>s390/cio: add condev keyword to cio_ignore</title>
<updated>2013-05-02T13:50:20Z</updated>
<author>
<name>Sebastian Ott</name>
<email>sebott@linux.vnet.ibm.com</email>
</author>
<published>2013-04-30T15:17:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d1eb16e64f20bbb88b0949fb5203ac43b661dffe'/>
<id>urn:sha1:d1eb16e64f20bbb88b0949fb5203ac43b661dffe</id>
<content type='text'>
Provide a 'condev' keyword to cio_ignore to (un)ignore the
CCW console device.

Reviewed-by: Peter Oberparleiter &lt;peter.oberparleiter@de.ibm.com&gt;
Signed-off-by: Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>s390/cio: add ipldev keyword to cio_ignore</title>
<updated>2013-05-02T13:50:20Z</updated>
<author>
<name>Sebastian Ott</name>
<email>sebott@linux.vnet.ibm.com</email>
</author>
<published>2013-04-30T15:16:17Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0e6c83d18759e282fb4cfc19478a4217923421b3'/>
<id>urn:sha1:0e6c83d18759e282fb4cfc19478a4217923421b3</id>
<content type='text'>
Provide an 'ipldev' keyword to cio_ignore to (un)ignore the
CCW or FCP based boot device.

Reviewed-by: Peter Oberparleiter &lt;peter.oberparleiter@de.ibm.com&gt;
Signed-off-by: Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] cio: introduce cio_settle</title>
<updated>2010-02-26T21:37:29Z</updated>
<author>
<name>Sebastian Ott</name>
<email>sebott@linux.vnet.ibm.com</email>
</author>
<published>2010-02-26T21:37:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=879acca58a904c25487c89ab11e23eb556fb13d3'/>
<id>urn:sha1:879acca58a904c25487c89ab11e23eb556fb13d3</id>
<content type='text'>
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 &lt;sebott@linux.vnet.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] cio: Exorcise cio_msg= from documentation.</title>
<updated>2008-10-10T19:33:49Z</updated>
<author>
<name>Cornelia Huck</name>
<email>cornelia.huck@de.ibm.com</email>
</author>
<published>2008-10-10T19:33:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e4a1afaeb1d9ebc09f46d8b229ac96116974b1b8'/>
<id>urn:sha1:e4a1afaeb1d9ebc09f46d8b229ac96116974b1b8</id>
<content type='text'>
Signed-off-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] cio: Update cio_ignore documentation.</title>
<updated>2008-10-10T19:33:48Z</updated>
<author>
<name>Cornelia Huck</name>
<email>cornelia.huck@de.ibm.com</email>
</author>
<published>2008-10-10T19:33:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d45387d8bce2674fd21369a394933a02b8125878'/>
<id>urn:sha1:d45387d8bce2674fd21369a394933a02b8125878</id>
<content type='text'>
Add documentation for the new "purge" cio_ignore parameter.

Signed-off-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] cio: Remove cio_msg kernel parameter.</title>
<updated>2008-05-07T07:23:01Z</updated>
<author>
<name>Michael Ernst</name>
<email>mernst@de.ibm.com</email>
</author>
<published>2008-05-07T07:22:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=139b83dd57248a3c8fcfb256e562311ad61478e9'/>
<id>urn:sha1:139b83dd57248a3c8fcfb256e562311ad61478e9</id>
<content type='text'>
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 &lt;mernst@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] cio: Dump ccw device information in case of timeout.</title>
<updated>2008-01-26T13:10:55Z</updated>
<author>
<name>Sebastian Ott</name>
<email>sebott@de.ibm.com</email>
</author>
<published>2008-01-26T13:10:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=14ff56bbb3422cc465a12e81f5e1b5f06168aeda'/>
<id>urn:sha1:14ff56bbb3422cc465a12e81f5e1b5f06168aeda</id>
<content type='text'>
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 &lt;sebott@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] cio: Documentation update.</title>
<updated>2007-10-12T14:13:02Z</updated>
<author>
<name>Cornelia Huck</name>
<email>cornelia.huck@de.ibm.com</email>
</author>
<published>2007-10-12T14:11:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3952c8d43aa23862181ad23ecdf72895b4be3143'/>
<id>urn:sha1:3952c8d43aa23862181ad23ecdf72895b4be3143</id>
<content type='text'>
Signed-off-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] Some documentation typos.</title>
<updated>2006-12-04T14:40:23Z</updated>
<author>
<name>Nicolas Kaiser</name>
<email>nikai@nikai.net</email>
</author>
<published>2006-12-04T14:40:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=2254f5a7779452395e37ea2f7d6e1a550d34e678'/>
<id>urn:sha1:2254f5a7779452395e37ea2f7d6e1a550d34e678</id>
<content type='text'>
Signed-off-by: Nicolas Kaiser &lt;nikai@nikai.net&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>[S390] cio: update documentation.</title>
<updated>2006-10-18T16:30:55Z</updated>
<author>
<name>Cornelia Huck</name>
<email>cornelia.huck@de.ibm.com</email>
</author>
<published>2006-10-18T16:30:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9b10fe5b70878fb4b7e3e1b300f1bff0c73d4e2e'/>
<id>urn:sha1:9b10fe5b70878fb4b7e3e1b300f1bff0c73d4e2e</id>
<content type='text'>
Signed-off-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
</feed>
