summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/gcc-plugins.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: move gcc-plugins to the kbuild manualJonathan Corbet2020-03-101-97/+0
| | | | | | | | Information about GCC plugins is relevant to kernel building, so move this document to the kbuild manual. Acked-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs/core-api: Add Fedora instructions for GCC pluginsMichael Ellerman2020-02-251-0/+4
| | | | | | | | | Add an example of how to install the necessary packages for GCC plugins on Fedora. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs: move gcc_plugins.txt to core-api and rename to .rstMauro Carvalho Chehab2019-07-151-0/+93
The gcc_plugins.txt file is already a ReST file. Move it to the core-api book while renaming it. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Kees Cook <keescook@chromium.org>