A backup of the spacemit repository of the k1 specific kernel fork.
Go to file
2024-10-22 19:42:58 +08:00
arch Update for v2.0 2024-10-22 19:42:58 +08:00
block Update for v2.0 2024-10-22 19:42:58 +08:00
certs Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
crypto Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
Documentation Update for v2.0rc3 2024-08-10 16:03:41 +08:00
drivers Update for v2.0 2024-10-22 19:42:58 +08:00
fs Update for v2.0rc3 2024-08-10 16:03:41 +08:00
include Update for v2.0 2024-10-22 19:42:58 +08:00
init Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
io_uring Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
ipc Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
kernel Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
lib Update for v2.0rc3 2024-08-10 16:03:41 +08:00
LICENSES Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
mm Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
net Update for v2.0rc3 2024-08-10 16:03:41 +08:00
rust Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
samples Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
scripts Update for v2.0rc3 2024-08-10 16:03:41 +08:00
security Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
sound Update for v2.0 2024-10-22 19:42:58 +08:00
tools Update for v2.0rc3 2024-08-10 16:03:41 +08:00
usr Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
virt Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
.clang-format Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
.cocciconfig Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
.get_maintainer.ignore Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
.gitattributes Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
.gitignore Update for v2.0rc3 2024-08-10 16:03:41 +08:00
.mailmap Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
.rustfmt.toml Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
COPYING Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
CREDITS Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
Kbuild Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
Kconfig Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
MAINTAINERS Update for v2.0rc3 2024-08-10 16:03:41 +08:00
Makefile Initial commit of v6.6.36 2024-08-10 15:35:19 +08:00
README Initial commit of v6.6.36 2024-08-10 15:35:19 +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.