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

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.