mirror of
https://github.com/torvalds/linux.git
synced 2026-06-25 15:42:07 +02:00
Linux kernel source tree
* Replaces getnstimeofday64() with ktime_get_real_ts64() * Adds OPTEE_SHM_NUM_PRIV_PAGES to configure how many pages should be statically reserved for driver private allocations -----BEGIN PGP SIGNATURE----- iQJOBAABCgA4FiEEcK3MsDvGvFp6zV9ztbC4QZeP7NMFAls6AV4aHGplbnMud2lr bGFuZGVyQGxpbmFyby5vcmcACgkQtbC4QZeP7NNKTBAApk6CoDYnXJn8COHEfxX4 44vj+K+sz5R6Lg7bedRT6AmUdExa/1it0zILOV+izlaUQJz1AWyhrBW+yl0LLK+F g9RJsAB7DEtnvFo6C2pu1XBOfAyonJRteNccmx0tJc6rai8hkvtLhbRyZQ3LmwHi 3bwyn90XP1WYoVJkt/joJSE6TMmjYBEz1gZoJZBwIKkCSPwhleVynhHzpU1tkEby WTZrXdkVBV8STDot6orhzPe9YRVGo+RIQUSYaMXe8L9JFTm3hVaogUbF8BPktB+4 0pI373OgppWwqLcJ29QtLxJW4sMiTAGpG1d2YZLsSZKuteZVHrSZ8L3VVHE9+zUg AG5Kw0oMeZEbeT2X/C3goQKL5EEQ+iD6+WK3b05ZSofAZlGWcAu+gC1UqNXwVD4E 5FwT3znEfpZVtHfnThIDRlOQbTfDj+Wt26c777ho5TSkl8DVWr56VBfw3h4wNHTH 9KnV7i1380qIEtgEZ7qhQ0MDaouoynsWS04WH1H+8kZHlxj3VVQM48A6n/Nm/nPt 4O5sorQxwuSo/HAAx29tWMtUMtzNxQfDGtedAgp66KcFVUvq9yczDutF++si2xX5 XcnqD5lMK9s4pFAQNOMnX3amplo2zio60I63PPh6OXPoBJRcpJyP/tJ37/LnxzDI sUzxvTTnoKzVtNCcgS/SVfo= =wnva -----END PGP SIGNATURE----- Merge tag 'tee-drv-for-4.18' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/drivers Misc enhancement for tee driver subsystem * Replaces getnstimeofday64() with ktime_get_real_ts64() * Adds OPTEE_SHM_NUM_PRIV_PAGES to configure how many pages should be statically reserved for driver private allocations * tag 'tee-drv-for-4.18' of git://git.linaro.org/people/jens.wiklander/linux-tee: tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig tee: replace getnstimeofday64() with ktime_get_real_ts64() Signed-off-by: Olof Johansson <olof@lixom.net> |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| firmware | ||
| 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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.