Go to file
2023-08-25 18:12:57 +08:00
arch 这次不合并的部分文件 2023-08-25 15:56:34 +08:00
block
certs
crypto
Documentation 这次不合并的部分文件 2023-08-25 15:56:34 +08:00
drivers add drivers/bluetooth/rtk_btusb/ 2023-08-25 18:12:57 +08:00
fs add fs/ntfs3/ 2023-08-25 18:05:58 +08:00
include add include/linux/ 2023-08-25 17:12:39 +08:00
init
ipc
kernel 这次不合并的部分文件 2023-08-25 15:56:34 +08:00
lib add lib/classtypes.c lib/cputypes.c 2023-08-25 17:12:39 +08:00
LICENSES
mm
net
samples
scripts add scripts/uos/ 2023-08-25 17:12:39 +08:00
security add security/hookmanager 2023-08-25 17:12:15 +08:00
sound add sound/pci/hda 2023-08-25 17:12:15 +08:00
tools x86/speculation: Add RSB VM Exit protections 2022-08-11 13:06:47 +02:00
UEFI-CA-CERT 这次不合并的部分文件 2023-08-25 15:56:34 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.10.136 2022-08-11 13:06:47 +02:00
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.