mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
on rk3036 kylin. -----BEGIN PGP SIGNATURE----- iQFEBAABCAAuFiEE7v+35S2Q1vLNA3Lx86Z5yZzRHYEFAmWTQHcQHGhlaWtvQHNu dGVjaC5kZQAKCRDzpnnJnNEdgZrMCACkmW+4rdy+TpM2A2tmC3vbQqZg8/vxX3+C +5tC1MyF2FMeqiFgPZwyLx6fffkKXby55XavwmUo5Mh6Z+RT8CEFR0eRa4M4XGtP ZuNtkUnkZ24xu/y+lzrE7A3R/iK1SLBV4fpAjTM+A1IPFHNi2DgSydgLVEgs8Coc i8pneQ0ttxnpZEUsiIimf0vHEh7yp2QVZPNaHx4yXYXK3msONZPTtgbe67Nf4D7c 2XA24R7LyrWVxiVvDT31Z/B/Kwz47G+QHp0kzgDD3scz5g9iDLk/cmMNJu3oDrcf RtR3lH9P6dxQY7wJgxn2cl13sH33GoXkyaqKEg0QzM6rStjPWwfn =g0r9 -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmWT3uAACgkQYKtH/8kJ Uidunw/+JQ10sKA6fLjJDoJNSmW7rIc/q3oCh3qASUd/uVfskDpfakuOThhArzD8 sTueOp39KgSw2jdcHNs4ms/Jou9fLe3EBK1bbIY134QuvZQ1BRe+IvGMA+PiceOn EetsFcIh9ybp6TbpcLgUTGDx1J0k7kOZIqoQCjPXaMbTtpx2ZETnOaS8Yzl4wsXm 4mrW6lH/sj2SIjf70Wp1UhvAH3YNp9+UEb+LPmaCSFEMPfLdNKJ9Pd0vCSBhtD27 +ODJZA6fDw8lcaB29BtS6GxyWZTbgY9KydFtx1EQAWTMFCAONCe/GlO8FuMJkhGG iFfkv9EqM+EM3OOcodNQGRL/TJARjZr3hO2cYTjGR35ppsCLwI8P0ZiTfiDUR4lH kcC+ys5XGD/QqqEbvaCy+/eNB8hAJhsCF+dnwvuU4vfibSoWQdvNTmdqY8ZDsg5a xVtYSXnWP8GBW93OuzFu4g9MwOzznzfvZ+W8DKmsfKzMYS3FFGA53Ca/7gMIkJMN UgGThGmuiyMPNhTg3b7le2pyWJ75XxqzyUKg+2hsE3vFASRzcYlohklRPXBHfGe9 nI275aTF6JgsfInWTXvxAyW5YVd3NqwqdQqRRTKVnfLmyqgHw7PUxaQ5spraZfPa J1DakA2X7v7LwvegmovO45wYK0SmECTE6zXJwl9tNwD/pEaEcoQ= =bRwH -----END PGP SIGNATURE----- Merge tag 'v6.8-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt RK3036 fix for emmc init issue and stdout-path for the console on rk3036 kylin. * tag 'v6.8-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: Remove rockchip,default-sample-phase from rk3036.dtsi ARM: dts: rockchip: Add stdout-path for rk3036 kylin Link: https://lore.kernel.org/r/15502825.JCcGWNJJiE@diego Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| 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 | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .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 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.