<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/core-api/kernel-api.rst, branch v4.14</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.14</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.14'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2017-10-20T02:26:11Z</updated>
<entry>
<title>doc: Fix RCU's docbook options</title>
<updated>2017-10-20T02:26:11Z</updated>
<author>
<name>Paul E. McKenney</name>
<email>paulmck@linux.vnet.ibm.com</email>
</author>
<published>2017-10-19T21:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=533966c8ad9ec779d81179ea6a182055066c62a3'/>
<id>urn:sha1:533966c8ad9ec779d81179ea6a182055066c62a3</id>
<content type='text'>
Commit 764f80798b95 ("doc: Add RCU files to docbook-generation files")
added :external: options for RCU source files in the file
Documentation/core-api/kernel-api.rst.  However, this now means nothing,
so this commit removes them.

Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Reported-by: Akira Yokosawa &lt;akiyks@gmail.com&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>doc: Add RCU files to docbook-generation files</title>
<updated>2017-08-17T14:29:57Z</updated>
<author>
<name>Paul E. McKenney</name>
<email>paulmck@linux.vnet.ibm.com</email>
</author>
<published>2017-07-04T21:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=764f80798b958f74dbf0c6e76a8294d183dd9c16'/>
<id>urn:sha1:764f80798b958f74dbf0c6e76a8294d183dd9c16</id>
<content type='text'>
Suggested-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>docs: Include uaccess docs from the right file</title>
<updated>2017-07-12T22:51:38Z</updated>
<author>
<name>Jonathan Corbet</name>
<email>corbet@lwn.net</email>
</author>
<published>2017-07-12T22:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7d2b39ab9b0d67c3e6c66e3b68644522d4e15392'/>
<id>urn:sha1:7d2b39ab9b0d67c3e6c66e3b68644522d4e15392</id>
<content type='text'>
Documentation/core-api/kernel-api.rst was including kerneldoc comments from
arch/x86/include/asm/uaccess_32.h, but the relevant comments moved to
.../uaccess.h some time ago.  Correct the include to pick up the comments
and eliminate a warning.

Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs-rst: core_api: move driver-specific stuff to drivers_api</title>
<updated>2017-04-02T20:17:43Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@s-opensource.com</email>
</author>
<published>2017-03-31T21:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c7e2c0643d7850ff41a0b24d8c11f2a856bb4537'/>
<id>urn:sha1:c7e2c0643d7850ff41a0b24d8c11f2a856bb4537</id>
<content type='text'>
There are several stuff there that are actually driver-specific.

Move those to the driver_api book.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>kernel-api.rst: make it handle lib/crc32.c</title>
<updated>2017-04-02T20:14:15Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@s-opensource.com</email>
</author>
<published>2017-03-30T20:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=61c8830bc18dc035fa9d7a9538c735846edbc623'/>
<id>urn:sha1:61c8830bc18dc035fa9d7a9538c735846edbc623</id>
<content type='text'>
This file has only "internal" functions:
	./lib/crc32.c:1: warning: no structured comments found

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>kernel-api.tmpl: convert it to ReST</title>
<updated>2017-04-02T20:13:27Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@s-opensource.com</email>
</author>
<published>2017-03-30T20:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=baca8a0c990a8281573d9317b8bbeb18fb12a863'/>
<id>urn:sha1:baca8a0c990a8281573d9317b8bbeb18fb12a863</id>
<content type='text'>
Brainless conversion of genericirq.tmpl book to ReST, via
	Documentation/sphinx/tmplcvt

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
</feed>
