Main-line Linux kernel tree http://www.kernel.org
Go to file
Benjamin Tissoires b838d36fa7 Merge branch 'for-6.3/steam' into for-linus
Add Steam Deck support (Vicki Pfau)
2023-02-22 10:41:06 +01:00
arch - Prevent the compiler from reordering accesses to debug regs which could cause 2023-02-05 11:28:42 -08:00
block block-6.2-2023-02-03 2023-02-03 11:35:42 -08:00
certs
crypto
Documentation Merge branch 'for-6.3/i2c-hid' into for-linus 2023-02-22 10:34:51 +01:00
drivers Merge branch 'for-6.3/steam' into for-linus 2023-02-22 10:41:06 +01:00
fs small fix for use after free 2023-02-09 09:00:26 -08:00
include Merge branch 'for-6.3/multitouch' into for-linus 2023-02-22 10:39:05 +01:00
init
io_uring
ipc
kernel Fix regression in poll() and select() 2023-02-07 07:54:40 -08:00
lib - Lock the proper critical section when dealing with perf event context 2023-02-05 11:03:56 -08:00
LICENSES
mm 25 hotfixes, mainly for MM. 13 are cc:stable. 2023-02-03 10:01:57 -08:00
net Merge branch 'for-6.3/hid-core' into for-linus 2023-02-22 10:27:57 +01:00
rust
samples
scripts Kbuild fixes for v6.2 (4th) 2023-02-04 11:30:23 -08:00
security
sound
tools ARM64: 2023-02-04 11:21:27 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap 25 hotfixes, mainly for MM. 13 are cc:stable. 2023-02-03 10:01:57 -08:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: update SCTP maintainers 2023-02-02 11:35:33 -08:00
Kbuild
Kconfig
MAINTAINERS Merge branch 'for-6.3/logitech' into for-linus 2023-02-22 10:37:02 +01:00
Makefile Linux 6.2-rc7 2023-02-05 13:13:28 -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.