Linux kernel source tree
Find a file
2023-01-19 14:56:38 +01:00
arch printk changes for 6.2 2022-12-12 09:01:36 -08:00
block
certs
crypto
Documentation LKMM updates for v6.2 2022-12-12 07:58:41 -08:00
drivers Merge branch 'rework/console-list-lock' into for-linus 2023-01-19 14:56:38 +01:00
fs printk changes for 6.2 2022-12-12 09:01:36 -08:00
include printk changes for 6.2 2022-12-12 09:01:36 -08:00
init
io_uring
ipc
kernel Merge branch 'rework/console-list-lock' into for-linus 2023-01-19 14:56:38 +01:00
lib printk changes for 6.2 2022-12-12 09:01:36 -08:00
LICENSES
mm 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 2022-12-10 17:10:52 -08:00
net RCU pull request for v6.2 2022-12-12 07:47:15 -08:00
rust
samples
scripts
security
sound
tools execve updates for v6.2-rc1 2022-12-12 08:42:29 -08:00
usr
virt
.clang-format printk changes for 6.2 2022-12-12 09:01:36 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 2022-12-10 17:10:52 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pstore updates for v6.2-rc1 2022-12-12 08:31:13 -08:00
Makefile Enable -funsigned-char and fix code affected by that flag. 2022-12-12 08:12:27 -08:00
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.