diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-08-24 14:27:05 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-08-30 16:49:04 -0600 |
commit | 7ee8adcf271acd3baa5ab12cb804ab36fda16b3f (patch) | |
tree | 78a4d5372f52dc9db6c6c565f95b1d27adbc96c8 /Documentation/core-api/index.rst | |
parent | 48c40c26fc0103d40eb402fcd8fcf800302c83ca (diff) | |
download | blackbird-obmc-linux-7ee8adcf271acd3baa5ab12cb804ab36fda16b3f.tar.gz blackbird-obmc-linux-7ee8adcf271acd3baa5ab12cb804ab36fda16b3f.zip |
doc: Add documentation for the genalloc subsystem
Genalloc/genpool has kerneldoc comments, but nothing has ever been pulled
into the docs themselves. Here's a first attempt, repurposed from an
article I wrote at https://lwn.net/Articles/729653/.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 0606be3a3111..d5bbe035316d 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -20,6 +20,7 @@ Core utilities genericirq flexible-arrays librs + genalloc Interfaces for kernel debugging =============================== |