-----BEGIN PGP SIGNATURE----- iQJOBAABCgA4FiEEcK3MsDvGvFp6zV9ztbC4QZeP7NMFAl1U/rsaHGplbnMud2lr bGFuZGVyQGxpbmFyby5vcmcACgkQtbC4QZeP7NOwIQ//fweaMpjaQstE4jNvoq3m LXD03jMgdJiQQfI5qTGuRSUWcUF4ICcTQ/9heRNbCDCrk4eg+uueQmynuB8+C513 3uKrFSG/S++icaWMRYWmIlZlBoLD+fXIAN+QfgjcVK5g9QZ+ue5GqZVV0IqI9FZ0 jlmcYXE6NcmP7kL/Xxr+Ml4QGU6xB/3pNzcGbYKRJ58GH5PAPU3mUeEdfQgTZP8A bsoJI8Nu92dReW9EQww6VGICS6fry9pKB3aRD3A23M7QFiKLToykKttNozuWGlIB /AgXgbwU2rILfUzSq5U+3h5Q6d0ratpNaeAFLNxqo2JD2AbcwqfWY9bAqyUpdjR3 xNrFVckQCsyjtyi13hYWSfuQk7nZgEkVV9G6EKjLXSJ3fqJ/4jU+Q/3GIHUeJKRP DmpZWE63OmdTOdx9tpVZsLgXrJxDk+UMABLP/P0exr7RRR6XTJlO37hNgrRiPMa5 D3f1q+OJGuSW330k5A3nYq4FAvsdUk4Kl2q5ppZ+aWTsn1+8280+ly2psY2AZ5BS zAsR7WoxYlWKPduP281OZ6xHYuR1c36WD4QhOKRfss93C3GmIWtYLcSmV80xGFEO HTmbkc19Yy+aVhhBrRQ/ebFFW6cmzl7ORjqEgAgrV0rf8F1rfz2HYoH/nqr3Zm0V RU53RGCJcfKeeQpklkIfzV0= =NFKN -----END PGP SIGNATURE----- Merge tag 'tee-optee-for-5.4' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers Add might_sleep() in OP-TEE RPC requests * tag 'tee-optee-for-5.4' of git://git.linaro.org/people/jens.wiklander/linux-tee: tee: optee: add might_sleep for RPC requests Link: https://lore.kernel.org/r/20190815065659.GA13498@jax Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| Documentation | ||
| LICENSES | ||
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| 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 | ||
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.