mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02:00
![]() -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmEBUFMACgkQONu9yGCS aT6UVw//bTkipihT/4NEX1oVNwUKnjRO6mJ1FUcWJzfiSZlDVLP8gi5FNWQ1Y0XL TEuZmIzxq2nZMwMC+VldE1fBDJ/hT8NOK4FUWz9e64qdrodttubEFtsFRbLdou7B nynYFxbPlcEHLj3MQ7SLir93H4B2D1RpSrzXEISrqQvyWE4gtObo2VKesvfioIKP RPNwntDjynJt7jtFFTNqlWpBb26L0RG3rpQlxZmB53g4u6LKg9MT6Kcwndx9G903 uIEn8TXJshDJZP8ZQ9V/vi6DvFprsChC+6m90x0NmwqO35nQ6WewmOM4n3rXkPX5 NrKf4mS1OK3DEkUUuEXwj/15ll5hIh1lyRTApeoY9H6sLTFo6/8EIEh4hpRed9Aa GlYblzeXuEJ7nwtMTFZWqqJLLjltd981rPxw1v6tyRs0GBgrnt7ggJdCs7azRRQQ ueM/bIqPCVisvno6FyWEIM/TrngYnWGv10y2mQN6f0xDVpyk97A9sejXB0Vd124K +eVStH74ixPdK+ChITelAQoVIKgcIw4x3U3TvQrT0deyx3kx+R6rbwdfV41zdq8P vlBpWQ8xnp3UQEEsvNnGH7sFXvJvIJUUNBPy/aRRyNXfqrbSaE+i9DzFZkyNhNoP CYskgxieIZvz+ahD7oDH6ul9AapjiaJhB8qDNPXcdU09tFoV0q0= =LzFp -----END PGP SIGNATURE----- Merge tag 'v5.13.6' into v5.13/standard/base This is the 5.13.6 stable release # gpg: Signature made Wed 28 Jul 2021 08:40:51 AM EDT # gpg: using RSA key 647F28654894E3BD457199BE38DBBDC86092693E # gpg: Can't check signature: No public key |
||
---|---|---|
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.