mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQJWBAABCgBAFiEEy51od1KYIM1TCZsbZficN7xUIQ0FAmBYDRMiHGxhdXJlbnQu cGluY2hhcnRAaWRlYXNvbmJvYXJkLmNvbQAKCRBl+Jw3vFQhDdOyEAC15W3cPjtq eTgOVumhEbdu+4+M/sCgwV1iSqX0XvPlhKHMVorYQOMsXsjF8ItBjjmls2OktrTm APzfWGj9zk/nY6VqAyE088Ly5dF49lGGnAYwz6mKpZKcopR1b/HcVoNsQ/+Qj2n2 gqRU5573Xod/OtD7iMJfJOw5ZjNcE6oZDBrI6iOcIBqnshyam9PhfMCHvP26jtzT qyE9myZfAsDiwd4MhtPht3g5VC1fhW3DP4ptL3HbSnj3Afe4IUD+YnB6L6Sz5rf/ 8j5hAZuFrin3HZfyXIHUgtEGnTxHsChFT7bdEqz8v8qIby5AKsWHs8CeRZKrsrSb MIsTDzTRfJK/Jbs9Zjb9BAOB1YOa8pNkO2vTZGija3/R9OSB5iePnH+234109M+Q imkBBLF91tHR36hm3Oh9VTQwOprp7dymAVgpEPEKtMmd5PYhhh4poRhi4gEd2btf yPzN6Kxa/Av+FZRzNxR0kOc6dY7kVldWHPweHx54bhwk8yj50MZx7JrrTFoq9JA1 KeSVIyUJT6f0x1ivdZW4DswCPlO1U3/v6D6g+02LqD4ZLR9JqbklUS2lzd4AHeP0 u5jiw5lwwkqVeKR7zfBXQUN+oj1SdXKMOLPXDmAJJLwCUVTjouHYRnVGrunKjXzA QWHhJ7G4//I+eelY/aurCKct4dCCrlAwlw== =+2eS -----END PGP SIGNATURE----- Merge tag 'drm-next-20210322' of git://linuxtv.org/pinchartl/media into drm-next Conversion of misc display DT bindings to YAML Signed-off-by: Dave Airlie <airlied@redhat.com> From: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/YFgOFL/yMUkyxqK3@pendragon.ideasonboard.com |
||
|---|---|---|
| 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.