mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQJHBAABCgAxFiEEQp8+kY+LLUocC4bMphj1TA10mKEFAmhisVETHHRnbHhAbGlu dXRyb25peC5kZQAKCRCmGPVMDXSYoWp4EACxDJ8sAE7et4ak35l5YFAZT60WyPyA JemHrKcgl1ABbxQQ5kPXdy0yyl9ik2MXkAQ1dL68+YmF7W/FmWTes1WJ6/NkIDlB EBVXrn57i0wOEqhsUIa8M4QM6xilJTtVm9kE9//WxK32Wyj0gGnaB6+I526fPtln mofzGX9z5x/kigUkM6vs6ayMjL9BV/JsyhJQPdtZ2RXHlgTFdAkxHRzRyLdsZI/5 m2j+m3CNwlhcY2oCZcXoEYHcKDIiG0eFuaxnJigEqYGRc+5v2IzszwRjsB42Xmrs +lWLiqawvpvzvYTctqOzIgnVSP0q+85i9gwJ+OIpwx49As30Grr17PixFkY7rbe2 Jx/MgqmMzx6SUQBTd0qcWwKaYdTiqc0snv+5OfnzOalD0qUh0ZwHCkkcz32OXlh4 ArAvME+knBK7iM+c6ZdYQIByGwKGh4/Bf6imSXUmFVro/4+ohLIhSphJwA3f0Fa7 c6iivVZd2IKDD03CDZsSYQOfRWVPP2V+YYbM4jLNeGEUQC6zBVXNttR/VPZqH6a+ Pd2IbbnzcIISedmlh0J1bG7mYIK4WNU7j9o4hNgVHkjAf8c2Jv5PoxCKhqcSK0Mt Z+3RTqLWZWoFgiivgnISU+FCcCntVIuHErhbrw+yskBYlL/GMolMqW5PlsPR1p0k 4dzaMfstuqRKuw== =tBT0 -----END PGP SIGNATURE----- Merge tag 'local-lock-for-net' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into head Local lock changes required by net/crypto |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| 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 | ||
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.