mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQJOBAABCgA4FiEEcK3MsDvGvFp6zV9ztbC4QZeP7NMFAl4PFdwaHGplbnMud2lr bGFuZGVyQGxpbmFyby5vcmcACgkQtbC4QZeP7NPzEA//WzZBt+vsTuN2QUOyBlnO 09VoFbQbzdoHbtSwk8vPkLimq6v02V0fnfTXUcXIh9pzx4j7hp+lFEydzXzckJU0 558b3U4n1Z1eayrf+PRjqpmX/Imt0L5LrcEDRRI+PCkEsdFsevDZjS3WnKWIfqaW 6s5rfJ3GOac3kAMpxWjOqaILkT8all4+0NwhevGT1dQfGWnrc+STicJoeMKiRlix 2kinR3cLrVizTO3kZpFnqLiKHzEGSMLfjRRsdlaLvqF5g/MSeYbdDDeE/FsyQSjY ltTjhdUdCI112wpKLn6Pz1BMhdNwPRbTEFEp2qoP9e23GfMTTupt6zsBT0mC5sxj BFlRqlUpk5/ySzS4KE1EnZCET3TLVkCxqw6ehVKwnsKPqkmekTClVWkJnQw02Syh +j6nj106xl/hLTNU8oEu1SZoMS1iWn4PEFB0w3gm3QnsTzxuElJW6E1osjCbmA7A JFPxlOhXNnj5uVk/dAbdjW5DVhLzIemmw//wrRTQ8zCu4/xtbG/wvlBKt6QoOmXf 1lo09bSSsTBHvPVa71wIBMfZnHuzHUIIkspsJzI7Zc2QZOsqTThKmFlH7xw8ewwM MKpFydaqkuj85Eab6CPg8e3ddr3tWULJOD8ZpG+oRf31T6nzpPP2pIrZzWatToMN HSKMf+hcEqMz3oFn2e5CuF0= =JYQm -----END PGP SIGNATURE----- Merge tag 'tee-optee-fix-for-5.5' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixes Fix OP-TEE multi page dynamic shm pool alloc * tag 'tee-optee-fix-for-5.5' of git://git.linaro.org:/people/jens.wiklander/linux-tee: optee: Fix multi page dynamic shm pool alloc Link: https://lore.kernel.org/r/20200103103710.GA3469@jax Signed-off-by: Olof Johansson <olof@lixom.net> |
||
|---|---|---|
| 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.