The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Arnaldo Carvalho de Melo b58230de3c perf python: Add perf_env stubs that will be needed in evsel__open_strerror()
The AMD IBS error message enhancements will use these, but we're not
using evsel__open_strerror() in the python binding so far.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2022-03-26 10:55:57 -03:00
Documentation Fix some bugs in converting ext4 to use the new mount API, as well as 2022-03-22 10:36:55 -07:00
LICENSES
arch New features: 2022-03-22 10:29:51 -07:00
block
certs
crypto
drivers Revert "random: block in /dev/urandom" 2022-03-22 09:17:20 -07:00
fs for-5.18-tag 2022-03-22 10:51:40 -07:00
include for-5.18-tag 2022-03-22 10:51:40 -07:00
init
ipc
kernel New features: 2022-03-22 10:29:51 -07:00
lib
mm
net New features: 2022-03-22 10:29:51 -07:00
samples
scripts
security selinux/stable-5.18 PR 20220321 2022-03-21 20:47:54 -07:00
sound
tools perf python: Add perf_env stubs that will be needed in evsel__open_strerror() 2022-03-26 10:55:57 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS integrity-v5.18 2022-03-21 20:44:37 -07:00
Makefile
README

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.