Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
2022-10-16 16:06:53 -07:00
arch Misc fixes: 2022-10-02 09:41:27 -07:00
block block-6.0-2022-09-22 2022-09-24 08:22:53 -07:00
certs certs: make system keyring depend on built-in x509 parser 2022-09-24 04:31:18 +09:00
crypto
Documentation dt-bindings: i2c: st,stm32-i2c: Document wakeup-source property 2022-10-02 00:34:28 +02:00
drivers Add missing DT bindings for STM32 and a resource leak fix for DaVinci 2022-10-02 10:00:45 -07:00
fs Merge branch 'master' into mm-hotfixes-stable 2022-10-16 16:06:53 -07:00
include Merge branch 'master' into mm-hotfixes-stable 2022-10-16 16:06:53 -07:00
init
io_uring io_uring-6.0-2022-09-29 2022-09-30 09:28:39 -07:00
ipc
kernel Misc fixes: 2022-10-02 09:41:27 -07:00
lib Makefile.debug: re-enable debug info for .S files 2022-09-24 11:19:19 +09:00
LICENSES
mm Merge branch 'master' into mm-hotfixes-stable 2022-10-16 16:06:53 -07:00
net Networking fixes for 6.0-rc8, including fixes from wifi and can. 2022-09-29 08:32:53 -07:00
samples
scripts Makefile.debug: re-enable debug info for .S files 2022-09-24 11:19:19 +09:00
security
sound
tools perf tools fixes for v6.0: 5th batch 2022-09-30 16:03:19 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Qualcomm ARM64 DTS fixes for 6.0 2022-09-23 16:44:37 +02:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS One MAINTAINERS update, two MM fixes, both cc:stable 2022-10-01 09:13:29 -07:00
Makefile Linux 6.0 2022-10-02 14:09:07 -07: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.