You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Alibek Omarov c1ce54bceb Linux 5.4.193 with MCST patches (6.2) 8 months ago
Documentation Linux 5.4.193 with MCST patches (6.2) 8 months ago
LICENSES LICENSES: Rename other to deprecated 5 years ago
arch Linux 5.4.193 with MCST patches (6.2) 8 months ago
block block: Use cpu_chill() for retry loops 8 months ago
certs certs: Trigger creation of RSA module signing key if it's not an RSA key 2 years ago
crypto Linux 5.4.193 with MCST patches (6.2) 8 months ago
debian.template Linux 5.4.193 with MCST patches (6.2) 8 months ago
drivers Linux 5.4.193 with MCST patches (6.2) 8 months ago
fs Linux 5.4.193 with MCST patches (6.2) 8 months ago
include Linux 5.4.193 with MCST patches (6.2) 8 months ago
init Linux 5.4.193 with MCST patches (6.2) 8 months ago
ipc Linux 5.4.193 with MCST patches (6.2) 8 months ago
kernel Linux 5.4.193 with MCST patches (6.2) 8 months ago
lib Linux 5.4.193 with MCST patches (6.2) 8 months ago
ltt Linux 5.4.193 with MCST patches (6.2) 8 months ago
mm Linux 5.4.193 with MCST patches (6.2) 8 months ago
net Linux 5.4.193 with MCST patches (6.2) 8 months ago
samples samples/kretprobes: Fix return value if register_kretprobe() failed 2 years ago
scripts Linux 5.4.193 with MCST patches (6.2) 8 months ago
security Linux 5.4.193 with MCST patches (6.2) 8 months ago
sound Linux 5.4.193 with MCST patches (6.2) 8 months ago
tools Linux 5.4.193 with MCST patches (6.2) 8 months ago
usr initramfs: restore default compression behavior 4 years ago
virt Linux 5.4.193 with MCST patches (6.2) 8 months ago
.clang-format clang-format: Update with the latest for_each macro list 4 years ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 5 years ago
.gitattributes .gitattributes: set git diff driver for C source code files 7 years ago
.gitignore Modules updates for v5.4 4 years ago
.mailmap ARM: SoC fixes 4 years ago
COPYING COPYING: use the new text with points to the license files 6 years ago
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer 4 years ago
Kbuild kbuild: do not descend to ./Kbuild when cleaning 4 years ago
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst 5 years ago
MAINTAINERS Linux 5.4.193 with MCST patches (6.2) 8 months ago
Makefile Linux 5.4.193 with MCST patches (6.2) 8 months ago
README Drop all 00-INDEX files from Documentation/ 5 years ago
a.out Linux 5.4.193 with MCST patches (6.2) 8 months ago
localversion-rt Linux 5.4.193-rt74 REBASE 8 months 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.