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

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.