Go to file
Greg Kroah-Hartman 61aba373f5 Linux 5.6.19
2020-06-17 16:42:09 +02:00
arch KVM: arm64: Save the host's PtrAuth keys in non-preemptible context 2020-06-17 16:42:09 +02:00
block Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" 2020-06-03 08:23:26 +02:00
certs certs: Add wrapper function to check blacklisted binary hash 2019-11-12 12:25:50 +11:00
crypto crypto: drbg - fix error return code in drbg_alloc_state() 2020-06-17 16:42:00 +02:00
Documentation lib/lzo: fix ambiguous encoding bug in lzo-rle 2020-06-17 16:41:58 +02:00
drivers platform/x86: sony-laptop: Make resuming thermal profile safer 2020-06-17 16:42:08 +02:00
fs fat: don't allow to mount if the FAT length == 0 2020-06-17 16:42:06 +02:00
include media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_size 2020-06-17 16:42:04 +02:00
init bpf: Restrict bpf_probe_read{, str}() only to archs where they work 2020-05-27 17:48:14 +02:00
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index 2020-05-20 08:22:10 +02:00
kernel perf: Add cond_resched() to task_function_call() 2020-06-17 16:42:06 +02:00
lib lib: fix bitmap_parse() on 64-bit big endian archs 2020-06-17 16:41:58 +02:00
LICENSES LICENSES: Rename other to deprecated 2019-05-03 06:34:32 -06:00
mm mm/slub: fix a memory leak in sysfs_slab_add() 2020-06-17 16:42:06 +02:00
net dccp: Fix possible memleak in dccp_init and dccp_fini 2020-06-17 16:42:01 +02:00
samples samples: bpf: Fix build error 2020-06-03 08:23:11 +02:00
scripts bpf: Support llvm-objcopy for vmlinux BTF 2020-06-17 16:41:49 +02:00
security Smack: slab-out-of-bounds in vsscanf 2020-06-17 16:42:06 +02:00
sound ALSA: usb-audio: Add vendor, product and profile name for HP Thunderbolt Dock 2020-06-17 16:41:57 +02:00
tools selftests/ftrace: Return unsupported if no error_log file 2020-06-17 16:42:05 +02:00
usr initramfs: restore default compression behavior 2020-03-17 09:50:37 +09:00
virt KVM: arm64: Save the host's PtrAuth keys in non-preemptible context 2020-06-17 16:42:09 +02:00
.clang-format clang-format: Update with the latest for_each macro list 2020-03-06 21:50:05 +01:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.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 selftest/lkdtm: Use local .gitignore 2020-03-02 08:39:39 -07:00
.mailmap mailmap: Update email address 2020-03-05 11:03:09 -08: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 MAINTAINERS: fix bad file pattern 2020-03-26 15:12:19 -07:00
Makefile Linux 5.6.19 2020-06-17 16:42:09 +02: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.