mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02:00
![]() -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmjvb+MACgkQONu9yGCS aT47ow//QLZXP2zNZaphmGhHUQKftM9oMIKUr0yg1sYVdBtS4Xbjer4KNkfduSuY /ApFydOLGwNc9a3HSxcHRPmh6zukNTR3DHyrNw68lGx5FCDDZSh4NWEGc2NWQct5 jRWyN4RK8re/rPTE0Bp76D7wUgJ6R1zREpdi/Fw1oU4torLuz4/U4LM+039Zgn3D uxCszxzohvpOTZBxKNKkjq8PU0GPprlopdZmgJyZh+GFwXpOKktLSfcY1br5EufG SP344i6V7lWJUpsEoQwogV02PmT6MiApZYYoIrMqcwkL261Yw9LAEt0wfNAUBoF4 CcyjEbUp859fAcKhuhMsstNlvNzoxzcx1Isy3/X9gTj3ElOMZcz23wqC0upTRlPp W3pOa5+hzh1xv2EAN2CuhLo7v/RFnFmk7ob+Vh63JWrouOObEjPZCRE7dtpkQ+Km crZ/JSREZrwBlDS74YQSCbCDg7zZa6dN4Uwzg6Gx4XtoM8j+Tga+kQf/CeXE+9ZO dYesJW19LyX/DimOGR9RBCkB00L5Pm4GUIv/e4JlIt15IFxpisZnnxr7rsllxZ24 kbkTU8d4guZILaXJk/c/xf1PVDSKHonlWkJ3hBfCk8sOkEmAGgli6q5UJCxZaY40 EdVeep2a0Wj4ODD6o7D/YKxd+hpX8TNBpavymBl3r0T+2cq1FJI= =hlyx -----END PGP SIGNATURE----- Merge tag 'v6.1.156' into v6.1/standard/base This is the 6.1.156 stable release # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmjvb+MACgkQONu9yGCS # aT47ow//QLZXP2zNZaphmGhHUQKftM9oMIKUr0yg1sYVdBtS4Xbjer4KNkfduSuY # /ApFydOLGwNc9a3HSxcHRPmh6zukNTR3DHyrNw68lGx5FCDDZSh4NWEGc2NWQct5 # jRWyN4RK8re/rPTE0Bp76D7wUgJ6R1zREpdi/Fw1oU4torLuz4/U4LM+039Zgn3D # uxCszxzohvpOTZBxKNKkjq8PU0GPprlopdZmgJyZh+GFwXpOKktLSfcY1br5EufG # SP344i6V7lWJUpsEoQwogV02PmT6MiApZYYoIrMqcwkL261Yw9LAEt0wfNAUBoF4 # CcyjEbUp859fAcKhuhMsstNlvNzoxzcx1Isy3/X9gTj3ElOMZcz23wqC0upTRlPp # W3pOa5+hzh1xv2EAN2CuhLo7v/RFnFmk7ob+Vh63JWrouOObEjPZCRE7dtpkQ+Km # crZ/JSREZrwBlDS74YQSCbCDg7zZa6dN4Uwzg6Gx4XtoM8j+Tga+kQf/CeXE+9ZO # dYesJW19LyX/DimOGR9RBCkB00L5Pm4GUIv/e4JlIt15IFxpisZnnxr7rsllxZ24 # kbkTU8d4guZILaXJk/c/xf1PVDSKHonlWkJ3hBfCk8sOkEmAGgli6q5UJCxZaY40 # EdVeep2a0Wj4ODD6o7D/YKxd+hpX8TNBpavymBl3r0T+2cq1FJI= # =hlyx # -----END PGP SIGNATURE----- # gpg: Signature made Wed 15 Oct 2025 05:56: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 | ||
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.