Go to file
Greg Kroah-Hartman bd1a9eb6a7 Linux 4.11.12
2017-07-21 07:19:02 +02:00
arch kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS 2017-07-21 07:00:16 +02:00
block block: Fix a blk_exit_rl() regression 2017-07-21 07:00:09 +02:00
certs certs: Add a secondary system keyring that can be added to dynamically 2016-04-11 22:48:09 +01:00
crypto crypto: rsa-pkcs1pad - use constant time memory comparison for MACs 2017-07-15 13:04:41 +02:00
Documentation mm: larger stack guard gap, between vmas 2017-06-24 07:06:22 +02:00
drivers PM / QoS: return -EINVAL for bogus strings 2017-07-21 07:00:15 +02:00
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs 2015-12-04 10:35:11 -02:00
fs mnt: Make propagate_umount less slow for overlapping mount propagation trees 2017-07-21 07:00:13 +02:00
include sched/fair, cpumask: Export for_each_cpu_wrap() 2017-07-21 07:00:15 +02:00
init initramfs: avoid "label at end of compound statement" error 2017-05-20 14:49:49 +02:00
ipc mqueue: fix a use-after-free in sys_mq_notify() 2017-07-15 13:04:40 +02:00
kernel sched/topology: Fix overlapping sched_group_mask 2017-07-21 07:00:15 +02:00
lib sched/fair, cpumask: Export for_each_cpu_wrap() 2017-07-21 07:00:15 +02:00
mm mm: fix overflow check in expand_upwards() 2017-07-21 07:00:14 +02:00
net cfg80211: Check if NAN service ID is of expected size 2017-07-21 07:00:10 +02:00
samples statx: Include a mask for stx_attributes in struct statx 2017-04-03 01:06:00 -04:00
scripts checkpatch: silence perl 5.26.0 unescaped left brace warnings 2017-07-21 07:00:11 +02:00
security selinux: fix double free in selinux_parse_opts_str() 2017-06-24 07:06:14 +02:00
sound ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardown 2017-07-21 07:00:15 +02:00
tools selftests/capabilities: Fix the test_execve test 2017-07-21 07:00:14 +02:00
usr kbuild: initramfs cleanup, set target from Kconfig 2017-01-05 09:40:16 -08:00
virt KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt 2017-05-25 15:46:23 +02:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Add hch to .get_maintainer.ignore 2015-08-21 14:30:10 -07:00
.gitattributes .gitattributes: set git diff driver for C source code files 2016-10-07 18:46:30 -07:00
.gitignore Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2016-08-02 16:48:52 -04:00
.mailmap mailmap: add Martin Kepplinger's email 2017-04-13 18:24:21 -07:00
COPYING [PATCH] update FSF address in COPYING 2005-09-10 10:06:29 -07:00
CREDITS MAINTAINERS: Remove old e-mail address 2017-02-13 12:24:56 -05:00
Kbuild scripts/gdb: provide linux constants 2016-05-23 17:04:14 -07:00
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade 2010-09-19 22:54:11 -04:00
MAINTAINERS bpf, doc: update bpf maintainers entry 2017-04-21 15:25:10 -04:00
Makefile Linux 4.11.12 2017-07-21 07:19:02 +02:00
README README: add a new README file, pointing to the Documentation/ 2016-10-24 08:12:35 -02:00

Linux kernel

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use make htmldocs or make pdfdocs.

There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file.

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.