Go to file
2020-09-29 15:21:57 -04:00
arch This is the 5.7.19 stable release 2020-09-29 15:20:56 -04:00
block block: don't do revalidate zones on invalid devices 2020-08-19 08:23:33 +02:00
certs .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
crypto crypto: algif_aead - fix uninitialized ctx->init 2020-08-21 13:07:42 +02:00
Documentation This is the 5.7.17 stable release 2020-08-26 11:01:37 -04:00
drivers This is the 5.7.19 stable release 2020-09-29 15:20:56 -04:00
fs This is the 5.7.19 stable release 2020-09-29 15:20:56 -04:00
include This is the 5.7.17 stable release 2020-08-26 11:01:37 -04:00
init This is the 5.7.17 stable release 2020-08-26 11:01:37 -04:00
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index 2020-05-14 10:00:35 -07:00
kernel Merge branch 'v5.7/base' into v5.7/standard/base 2020-08-26 11:05:30 -04:00
lib test_kmod: avoid potential double free in trigger_config_run_type() 2020-08-21 13:07:42 +02:00
LICENSES LICENSES: Rename other to deprecated 2019-05-03 06:34:32 -06:00
mm Merge branch 'v5.7/base' into v5.7/standard/base 2020-08-26 11:05:30 -04:00
net This is the 5.7.19 stable release 2020-09-29 15:20:56 -04:00
samples samples: bpf: Fix bpf programs with kprobe/sys_connect event 2020-08-19 08:23:52 +02:00
scripts Merge branch 'v5.7/base' into v5.7/standard/base 2020-08-26 11:05:30 -04:00
security This is the 5.7.17 stable release 2020-08-26 11:01:37 -04:00
sound ASoC: intel: Fix memleak in sst_media_open 2020-08-26 11:42:18 +02:00
tools Merge branch 'v5.7/base' into v5.7/standard/base 2020-08-26 11:05:30 -04:00
usr initramfs: allow an optional wrapper script around initramfs generation 2020-05-02 12:00:03 -04:00
virt KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set 2020-08-26 11:42:25 +02:00
.clang-format clang-format: Update with the latest for_each macro list 2020-04-18 13:49:33 +02:00
.cocciconfig
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
.mailmap i2c: use my kernel.org address from now on 2020-05-05 16:29:09 +02:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: Hand MIPS over to Thomas 2020-02-24 22:43:18 -08:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst 2019-06-14 14:21:21 -06:00
MAINTAINERS Linux 5.7-rc7 2020-05-25 16:21:11 -04:00
Makefile This is the 5.7.19 stable release 2020-09-29 15:20:56 -04:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00

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.