No Description

thead_admin ada47f394b Linux_SDK_V1.1.2 1 year ago
Documentation c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
LICENSES c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
android c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
arch ada47f394b Linux_SDK_V1.1.2 1 year ago
block c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
certs c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
crypto c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
drivers ada47f394b Linux_SDK_V1.1.2 1 year ago
fs c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
include ada47f394b Linux_SDK_V1.1.2 1 year ago
init c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
ipc c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
kernel c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
lib c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
mm c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
net c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
samples c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
scripts c20e64a982 Linux_SDK_V1.0.2 1 year ago
security c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
sound ada47f394b Linux_SDK_V1.1.2 1 year ago
tools c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
usr c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
virt c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
.clang-format c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
.cocciconfig c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
.get_maintainer.ignore c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
.gitattributes c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
.gitignore c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
.mailmap c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
COPYING c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
CREDITS c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
Kbuild c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
Kconfig c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
MAINTAINERS c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
Makefile c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
OWNERS c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
README c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
README.md c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.aarch64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.allmodconfig c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.allmodconfig.aarch64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.allmodconfig.arm c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.allmodconfig.x86_64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.amlogic c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.arm c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.common c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.db845c c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki-debug.aarch64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki-debug.x86_64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki.aarch64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki.aarch64.fips140 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki.aarch64.fips140_eval_testing c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki.x86_64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki_kasan c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki_kasan.aarch64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki_kasan.x86_64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki_kprobes c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki_kprobes.aarch64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.gki_kprobes.x86_64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.hikey960 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.khwasan c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.rockchip c9df2bbe57 Linux_SDK_V0.9.5 1 year ago
build.config.x86_64 c9df2bbe57 Linux_SDK_V0.9.5 1 year ago

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