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

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.