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

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.