mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
8244e64567
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmcuLjsACgkQONu9yGCS aT71gA/+LK0paFDV+Nnn526Q/Tz1GTZKRe/ydFXyoTzfkFIFAqFOzSD59yWGBsrF y4SnCbK78NwR053R5EN0MEVu/rwv+EW3dnzWW0L7Zcj9rj93H0mBN4i2rlascLh4 sKr5G2umua2doY8jIb/tRnPwsdkYmEbTGzrTUQGIj26LKlQS7couUUeUG9p7Bp1c YJ5X9dWFCZrIerKc9K/IQ+snbQFjPjXWe6/Ex02ow48TAwvYTE6GGJ9OrQvOAnot OEzFEsYKLqv6gV7KOHePFBsL9s081OVXaaqSLv6R+RwTU05ym3nnTtCHaKU+fHk0 /Td+e5UN5gvaNowoU3O/IpaFcQ99JYk4DxqAwk2cvv65oitMHUnPcH2IrSigxhi+ BAxNquHCZgk4S+YHE8UPRlch0WyfC+VcGmVHpEeVoNhobXu00H7mwhAUN9eQWLyq 22SRNAlW/3fOSta/AUzIBCQzqmuo196oHmQc4kOJHfCfyp08Ntj+QVI56Xm+yW1o osI7m5Kg6118selHnk/Q1g5/LQgJG/VnMNUCrnDqoLnVqFgw4DT63CgxVfSXJSDD /XY/smd1T7HFhHGw+57wOjmmxG9IzkrSfqS7HMqBwXSaH8RoDV+mumJ6+NtfD5rH jP+JXcOtIbpFJK4K/+Db1BelRCvB2VWcCHlWPN3kNwOAxIlYHYI= =eNRR -----END PGP SIGNATURE----- Merge v6.6.60 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 | ||
.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.