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.