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

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.