mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQFEBAABCAAuFiEE7v+35S2Q1vLNA3Lx86Z5yZzRHYEFAmeBspsQHGhlaWtvQHNu dGVjaC5kZQAKCRDzpnnJnNEdgX9KB/9Gs71ec3wMAnk73QE3PRbY/2XsXvqN73SW dKi4bjDFmEqNnVsb9V5nnDwCJYkJmUiZUBW12x7H6rA8oRAtCW6oTAKTBAn9f/LK SJu11PpKP+CdNlzGF0HECUflgloif5FOp3iWmr9xui17BZJNhyLsrpX2SLdsHbTa cbhL7UHydFnalCYZ+hyiR95OqiWSHZsvD4mPLNIv3gvRLPpW4L+FoU8+YswusBeh SnarDECmJFPGDeBgimN0979mmBlLTFbtc7MDPUKdtQBOsLcil6EEU0xOW542HUlq Hfqzwr/qhh+CLwKbmfAAnjobNFPe1nwhnrAVVNGL5QPL9wieUkEP =gnJw -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmeHwJkACgkQYKtH/8kJ UidkbQ//fRaQbK4u5oJ7s1liGUAN0EkZHL4QlustMXro3p+DOx9PakQtklwWyP04 r2nhmKBNZBFJCqbLV5c6YPf50TFKVXikkM4KDmkcFySP+clE28XD9rLRysCKDN1v 6IIOPCGmLsIyXdusH40uzXzDa7q6xUxLoQpP84SJ6iPWzLzXofkb+sk16hdRUgk0 U3jgh5rqFPPxoget+7WGmjl1wC0GLIE3FAdituriTQPoyP5gIA2VsKV3avpxgsFt ingTF3B/h01PnyXUvxojf36iwf3FVHJ4Lsmnf62qqx1O647yAmY5eTzdXRWQ7nKk xl2N8mjV6T3V6nmXqeACPF7C2wzA7B9tTYhgR80ma+oNcavEGb38MVmZxqSJsxnQ kCqod9i2WYQFM2cmvv8yG1h2Y3z/vACuyJu2rj6KhJbKsHAXBGEl716DSEiYBH2q Bqhx8k9UXAiak5kil4MlAQCEbik01h/N3gUaWeW/Q4j2whzpTUZQvdBgLg2AO7x1 ZFNmlc62c5xPyKFpHgDfZX8xLvr/LWDvKM2XFieZpflNSTxFiZfb4xWiJAoqbSgu htM8AjpF/GuGzpJzHP2I6q/c7eeB9xDC8po+tcReYfy+y4+1++y0L2R0KBTurDYx 8rcWWKBwI1yEFIcOU4uUJ2NuLJQ9PahYxAvbb9atRAzlhcUIYAE= =ybWA -----END PGP SIGNATURE----- Merge tag 'v6.14-rockchip-defconfig64-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/defconfig Rockchip DRM extension for the DW-HDMI-QP controller and rfkill-gpio. * tag 'v6.14-rockchip-defconfig64-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: defconfig: Enable Rockchip extensions for Synopsys DW HDMI QP arm64: defconfig: Enable RFKILL GPIO Link: https://lore.kernel.org/r/3095859.687JKscXgg@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 | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .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 reStructuredText 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.