mirror of
https://github.com/torvalds/linux.git
synced 2026-08-13 19:07:33 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQJOBAABCgA4FiEEFV+gSSXZJY9ZyuB5LinzTIcAHJcFAmBi3AQaHGplbnMud2lr bGFuZGVyQGxpbmFyby5vcmcACgkQLinzTIcAHJevSA/9EBf2Fugyc2sgoZI+TlUE JscwtMlhrljtNXZ+zlqvVeKcAEtLKFDfqu3tPnaecQHrsRAJ4ckH0brO1ZyJ/YsD WZavLBfPnDZTDO0wVF1Az9XS/RHfyUFWMkAcQO3jrmKaH9IBDmwKzvIEiKaaA/5a /Km1bZ3AnnZm598VQyzYEanTmA5feIQVEWKUygEWaQc013ue21wxPLps00Zy/DG5 3VWUU6Zr08R3V17DRtJc/YjzzF3vx7xOk0xd+mmS4/cQ07GSz5yJbRprQeIijXiU Im9OSGefR1NUk/0FZMC7jj6Wzi4pHoij29jYTYA6oC9r3McQky3rtYalJSjkMfBJ PRtnnsfOkI5erXPcjrQiwckLhF1fEk7dOfATIwMmYdC/W6+jnSJQ54uEvMzCAO91 PPQbsgkYTA2opgXzqCnMeV4Y23i4kmP+yJZYHfO9twa5u99d9tfxTfHSWm/LY4QL x+TX7eK6+AKzRyrV7DvYbX8NLs6RCqY0U3nhCUjhjup0L9+jvbu2AXGdOAEEzwXb oGlbV1cdP3UzIVVFvwMsZnGQBZlZlcGjnS8WpITrOv7tCR86+psmStf4YlRpnhf4 TANUzh+4clWv1ZCn7UzZKZF0xIXQrVkpZK4ABNcrOeazwu8Kl7bvGkRRHUI/JVUU oowAqBORf2XkCLk7rydjW9Q= =JrH4 -----END PGP SIGNATURE----- Merge tag 'optee-tracepoints-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes Fixes build error for recently added OP-TEE tracepoints * tag 'optee-tracepoints-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee: tee: optee: fix build error caused by recent optee tracepoints feature Link: https://lore.kernel.org/r/20210330082208.GA965793@jade Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| 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.