huangliang 583079ce95 修复由于文件系统中的ubifs的版本以及压缩方式的不同,导致uboot中OTA无法正常升级的问题 4 ヶ月 前
..
Documentation d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
LICENSES 4b7a0684d9 first debug version 1 年間 前
arch 583079ce95 修复由于文件系统中的ubifs的版本以及压缩方式的不同,导致uboot中OTA无法正常升级的问题 4 ヶ月 前
block d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
certs 4b7a0684d9 first debug version 1 年間 前
crypto d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
drivers 3fa6265cc9 添加itu601信号显示 6 ヶ月 前
fs d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
include d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
init d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
io_uring d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
ipc d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
kernel d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
lib d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
mm d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
net d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
rust d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
samples d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
scripts d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
security d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
sound d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
tools d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
usr d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
virt d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
.clang-format 4b7a0684d9 first debug version 1 年間 前
.clippy.toml d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
.cocciconfig 4b7a0684d9 first debug version 1 年間 前
.editorconfig 4b7a0684d9 first debug version 1 年間 前
.get_maintainer.ignore 4b7a0684d9 first debug version 1 年間 前
.gitattributes 4b7a0684d9 first debug version 1 年間 前
.gitignore d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
.mailmap 4b7a0684d9 first debug version 1 年間 前
.rustfmt.toml 4b7a0684d9 first debug version 1 年間 前
COPYING 4b7a0684d9 first debug version 1 年間 前
CREDITS 4b7a0684d9 first debug version 1 年間 前
Kbuild 4b7a0684d9 first debug version 1 年間 前
Kconfig 4b7a0684d9 first debug version 1 年間 前
MAINTAINERS d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
Makefile d1afbc9b16 update kernel to 6.12.56 10 ヶ月 前
README 4b7a0684d9 first debug version 1 年間 前

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.