mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
3b6df5ec95
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmbCxKsACgkQONu9yGCS aT4xYBAAjKUK2HbjQ/huQQ2Fer2HW5nXt3JTkjoRAKoLAPHIqVJHmDjAyv6qULem qLv3pc7y/92cu3JRTaVm5Drr27FUd8YcyPasuYyuTLMfa7v/9yhWuNT2dxgNlIGa 93bdiD65DoyIJaPs9wa/yrexAIZ24LGzSrs4M9Sg2JTMFn9RtSUlKUnffSbokEIM B5HmB0eVI9njXxBoRnam7Cn6WTQakVG7NrB9meDU2eVVSwu/BMK8+z0VT2vcy7MG /oFSdB7v6UCK1Lk289TRf94A/g8MKYXMjZMkBd5UgtDHFPIJnqqERnYNnWC0VKJR fWT71D95KE86TJkTMOHCm4EzdtuDDO74veRGGxJOp1SWcYEzJpy50hTHbM8GSb3g 1Yq0i4JMr/nkg/Keva8LObG5DD4QnKzX+kFZZAp03QIgRJSggKC358+yc8BBcZWL 19383E4NswMgVPzpWlxUA4C9hOv25a58x5FSDOp06TznJw6N2lX67mRucVLGxW7h N60xxC0SxsbJBBAaABk1gCLJQ5voIQXn5AE7rJxaSyIe9mTQ1fHzrCPTBWYDKS+o qNwdGeD0nYaEewNo+Qa+Ld9DoD/ItrirTlg5zhVRDXnnreTnAbkI6M12LSTbzYhZ NPgPLUp958xABEfKs7D+DllysIxxl4ZX36/2G3gW0C1APGnY56I= =7wGP -----END PGP SIGNATURE----- Merge v6.10.6 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
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 | ||
.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.