mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 12:34:41 +08:00
ede6d0b203
support can be merged into other architectures' trees. -----BEGIN PGP SIGNATURE----- iQJGBAABCgAwFiEEMHr+pfEFOIzK+KY1YJEiAU0MEvkFAmTozS4SHHNlYW5qY0Bn b29nbGUuY29tAAoJEGCRIgFNDBL5WzUQAJ7YtBrMdmgkGVjsEB1HLI+P+JdTEjS1 V/qZvadVvE/J/7fk3vvp6IcMuo9YGN75BBS5FFdBdSZuZuZ4H4aHGQIokoa1DFu8 +NZsDXCrdxNUOK7e4Obd1S5pJJHV6WDQMgtX55DHICGdkxM/B6gBjd9aZRnJcPNP Y4s85/wbiB5fAN7YySCWLmt1JUNTaDzog5jmviA/nnEMU/ueYJOeYeqbF7G37XLd eZTYmHarYDAMNkl/5jbYuqREOtVBvYqx7qpN1ADzT0xV8njV/F015dsQfaj7q7o8 PYAZOVqE0Fr+FDdIwO6j+Uyws+yjhlakJFG2nNv6KKWVfhplE9MZVAFpIlsbyoKr +/9He7U5SmY+Sx2AWCPuYBTnPngclBDJsHCdnQfQYDskSUT+wbIhaNxehwx/lXW7 AltinjLOiUBruBPdWYsHJjHEtJmI19/LPpTm0H3Me79RI1KYVxNJpfjkqpw5g8oK d7oANa3esAlUCY9PYcTTTPE3PI/ZFoGTFUUmhtUGzqOO1HnX/AX6s1nCC2KitK61 Ja9Z2tofsXuPrajyflAr2wh/J4UzhQjEfD4pKuJOqrg/gb/+C55JRFbOajSCZS52 5DZhYiYmQoC41UxlJemyPtFkX2+hIiB/Q0V+noW94YSJtG/tiq6fgxwIQk/h5OBb MXxWEOatfF8k =vGs+ -----END PGP SIGNATURE----- Merge tag 'kvm-x86-selftests-immutable-6.6' into next Provide an immutable point in kvm-x86/selftests so that the guest printf() support can be merged into other architectures' trees. |
||
---|---|---|
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.