mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
Linux kernel source tree
* misc. cleanups -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAl/c5NQACgkQ2O7X88g7 +prrZxAAi+0uTBq3aeMLe2aCEFbGxoqmeq7tyy1SG0VtNtveahKmUMneRukSEQGV bTVVuOtFXC8c1K4scIr3t5lv1Da665DjENclFmyp5EGoN45f4ztZrse5095nBY1D Vrc32kHOgg+vdeYi6lKMlWHIoUgg4ow8VpHFLxCcTe6xruLffr5Wm/y98AMnNa1n OPKG36rbmHE3G/344X83h/WDIU49063g6Ao2V4sokWhAuFBRpKPDW32y3ewis27/ J5d3fok/4iONnLpb4DqZv66t9nEuFe27YUDzZz5LIqkhSjC8aNjYAxic+c7MUBvT vJPud/2oY4AqmCb9QbKmi1BzzH5yFYF7s8lIz/ex/6zZwgbi8QZHgSMVaGvCZTbt ROPdi/BlaBeaD1a1FWUvCF5nid3+eJaiYih7uMkOCpvhu2/hTDLqQxm3qf6B4LVo lS+uY9ow0vWb5R8FK1IZI5sSvYFaK8jarRvam+x5SIYcnUpmvJtdov35Ix2Q3Xc7 xCtm4yahblPTQxGvqJEjicXcmfXJ1ZrJBehiyUlRP1RcJ3y1frNag+RE+bMuVoch AySxkHykhWIHxI8u1ENGv4tBSP5znx50gMhLCimIruuViBE/fyC3HuzBKeNQ9/lm ZzIyh/blz+UobmpEYPGZFb/4fBl7MEnj+l5cUOmHfNxTXNFk4WY= =Zo0N -----END PGP SIGNATURE----- Merge tag 'hsi-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi Pull HSI updates from Sebastian Reichel: "Misc cleanups" * tag 'hsi-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi: HSI: core: fix a kernel-doc markup HSI: omap_ssi: Don't jump to free ID in ssi_add_controller() |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.