-----BEGIN PGP SIGNATURE----- iQFSBAABCgA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmi997IeHHRvcnZhbGRz QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGCZ8H/iLRgKHnMq/flMo1 UJ/BOWLRHwyt2FK1iAVJpKxnmdgIlRUPXTPeKBKuMtDWUopJqXxXuqsxIU9eDQMw 7YAjQIKC3a+TqNUuPYrXKsZhVpcWrC1OK+wZNoIuehiAJI3fQ/POgM9/9Y46XK7E yte6fahzBnIMS1aev+/hz7Cw63pXe6DrE+IKnerdpA1b4Nj9KDRcQ7j6WCtUyeGM Q4ERoJvyOMbz3B91kkheuXfCnQFe+HUvM9Nf4ufGkWruAOkLWxO5ttgHX6IbnHmR gjxjAOeXQJkjjgKpBSygVd/PGmTIIQzpu56gwg0GQj9SW3xm/h8giB5k4gwFOLTL 5rz7xKw= =Mpqf -----END PGP SIGNATURE----- Merge tag 'v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next Linux 6.17-rc5 |
||
|---|---|---|
| Documentation | ||
| LICENSES | ||
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
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 reStructuredText 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.