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

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.