Go to file
2023-08-25 18:06:16 +08:00
arch 这次不合并的部分文件 2023-08-25 15:56:34 +08:00
block block: Fix handling of offline queues in blk_mq_alloc_request_hctx() 2022-06-22 14:13:17 +02:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-22 14:13:17 +02:00
crypto crypto: memneq - move into lib/ 2022-06-22 14:13:18 +02:00
Documentation 这次不合并的部分文件 2023-08-25 15:56:34 +08:00
drivers add drivers/tty/serial/phytium-uart.c 2023-08-25 18:06:16 +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 Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug 2022-06-09 10:21:25 +02:00
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree() 2022-06-09 10:21:17 +02:00
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 page_alloc: fix invalid watermark check on a negative value 2022-08-03 12:00:50 +02:00
net bpf: Add PROG_TEST_RUN support for sk_lookup programs 2022-08-03 12:00:52 +02:00
samples x86: Prepare inline-asm for straight-line-speculation 2022-07-25 11:26:29 +02:00
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 KVM: Don't null dereference ops->destroy 2022-07-29 17:19:23 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add Amir as xfs maintainer for 5.10.y 2022-07-02 16:39:22 +02:00
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.