临时仓库
Go to file
2023-06-30 14:46:52 +08:00
.pc init code 2023-06-26 10:03:39 +08:00
arch add ARCH_PHYTIUM and PHYTIUM_DDMA 2023-06-26 11:34:20 +08:00
block init code 2023-06-26 10:03:39 +08:00
certs init code 2023-06-26 10:03:39 +08:00
crypto init code 2023-06-26 10:03:39 +08:00
debian init code 2023-06-26 10:03:39 +08:00
Documentation init code 2023-06-26 10:03:39 +08:00
drivers Remove duplicate driver phytium macb 2023-06-30 14:46:52 +08:00
fs init code 2023-06-26 10:03:39 +08:00
include add SPI_PHYTIUM_PCI 2023-06-26 13:06:08 +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 init code 2023-06-26 10:03:39 +08:00
lib init code 2023-06-26 10:03:39 +08:00
LICENSES init code 2023-06-26 10:03:39 +08:00
mm init code 2023-06-26 10:03:39 +08:00
net init code 2023-06-26 10:03:39 +08:00
samples init code 2023-06-26 10:03:39 +08:00
scripts init code 2023-06-26 10:03:39 +08:00
security init code 2023-06-26 10:03:39 +08:00
sound init code 2023-06-26 10:03:39 +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 add gitignore 2023-06-26 11:03:57 +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.