临时仓库
Go to file
2024-11-10 19:59:15 +08:00
.pc init code 2023-06-26 10:03:39 +08:00
arch support ok3588 and rk3588. add fmql-kms driver. 2024-10-29 12:26:36 +08:00
block [rkchip] add rk_clk rk_sdmmc_ops rk_soc rk_dwmac rk-xhci hcd 2024-10-29 12:25:49 +08:00
certs init code 2023-06-26 10:03:39 +08:00
crypto init code 2023-06-26 10:03:39 +08:00
Documentation init code 2023-06-26 10:03:39 +08:00
drivers fix uboot mode snd error and kconfig 2024-11-10 19:59:15 +08:00
fs support ok3588 and rk3588. add fmql-kms driver. 2024-10-29 12:26:36 +08:00
include fix phytium pl011 tty error,adapt 5.15 dsi header, compile error 2024-11-08 11:04:14 +08:00
init init code 2023-06-26 10:03:39 +08:00
ipc init code 2023-06-26 10:03:39 +08:00
kernel fix phytium pl011 tty error,adapt 5.15 dsi header, compile error 2024-11-08 11:04:14 +08:00
lib support ok3588 and rk3588. add fmql-kms driver. 2024-10-29 12:26:36 +08:00
LICENSES init code 2023-06-26 10:03:39 +08:00
mm fix phytium pl011 tty error,adapt 5.15 dsi header, compile error 2024-11-08 11:04:14 +08:00
net support ok3588 and rk3588. add fmql-kms driver. 2024-10-29 12:26:36 +08:00
samples init code 2023-06-26 10:03:39 +08:00
scripts support ok3588 and rk3588. add fmql-kms driver. 2024-10-29 12:26:36 +08:00
security add security/hookmanager 2023-09-11 15:26:49 +08:00
sound fix uboot mode snd error and kconfig 2024-11-10 19:59:15 +08:00
tools init code 2023-06-26 10:03:39 +08:00
usr init code 2023-06-26 10:03:39 +08:00
virt init code 2023-06-26 10:03:39 +08:00
.clang-format init code 2023-06-26 10:03:39 +08:00
.cocciconfig init code 2023-06-26 10:03:39 +08:00
.get_maintainer.ignore init code 2023-06-26 10:03:39 +08:00
.gitattributes init code 2023-06-26 10:03:39 +08:00
.gitignore support ok3588 and rk3588. add fmql-kms driver. 2024-10-29 12:26:36 +08:00
.mailmap init code 2023-06-26 10:03:39 +08:00
COPYING init code 2023-06-26 10:03:39 +08:00
CREDITS init code 2023-06-26 10:03:39 +08:00
Kbuild init code 2023-06-26 10:03:39 +08:00
Kconfig init code 2023-06-26 10:03:39 +08:00
MAINTAINERS init code 2023-06-26 10:03:39 +08:00
Makefile init code 2023-06-26 10:03:39 +08:00
README init code 2023-06-26 10:03:39 +08:00
tmplete.txt init code 2023-06-26 10:03:39 +08:00

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 Restructured Text 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.