Go to file
Bruce Ashfield ea5ea4dc89 Merge tag 'v5.2.47' into v5.2/standard/base
This is the 5.2.47 stable release
2020-07-12 15:00:24 -04:00
arch Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
block block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed 2020-06-24 17:07:10 -04:00
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 2019-05-24 17:27:11 +02:00
crypto crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() 2020-07-07 17:26:00 -04:00
Documentation Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
drivers Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
fs Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
include Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
init Merge tag 'v5.2.44' into v5.2/standard/base 2020-06-11 09:17:03 -04:00
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index 2020-06-04 16:28:45 -04:00
kernel Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
lib vsprintf: Prevent crash when dereferencing invalid pointers for %pD 2020-07-07 17:25:50 -04:00
LICENSES LICENSES: Rename other to deprecated 2019-05-03 06:34:32 -06:00
mm Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
net Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
samples samples: bpf: Fix build error 2020-06-08 13:47:49 -04:00
scripts Merge tag 'v5.2.44' into v5.2/standard/base 2020-06-11 09:17:03 -04:00
security Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
sound ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups 2020-07-07 17:26:01 -04:00
tools Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
usr Merge tag 'v5.2.42' into v5.2/standard/base 2020-06-05 14:37:12 -04:00
virt KVM: arm64: Save the host's PtrAuth keys in non-preemptible context 2020-07-07 17:25:44 -04:00
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-04-17 11:26:25 -07:00
.cocciconfig
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes
.gitignore .gitignore: exclude .get_maintainer.ignore and .gitattributes 2019-05-18 11:49:54 +09:00
.mailmap MAINTAINERS: Update my email address 2019-06-18 14:37:27 +01:00
COPYING COPYING: use the new text with points to the license files 2018-03-23 12:41:45 -06:00
CREDITS MAINTAINERS: Farewell Martin Schwidefsky 2019-05-31 10:14:11 +02:00
Kbuild Kbuild updates for v5.1 2019-03-10 17:48:21 -07:00
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 2018-08-02 08:06:55 +09:00
MAINTAINERS Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -04:00
Makefile Merge tag 'v5.2.47' into v5.2/standard/base 2020-07-12 15:00:24 -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.