Go to file
Heiko Carstens 2115fbf721 s390: remove compat vdso code
Remove compat vdso code, since there is hardly any compat user space
left. Still existing compat user space will have to use system calls
instead.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2019-12-01 12:48:49 +01:00
arch s390: remove compat vdso code 2019-12-01 12:48:49 +01:00
block for-5.5/disk-revalidate-20191122 2019-11-25 11:37:01 -08:00
certs
crypto
Documentation arm64 updates for 5.5: 2019-11-25 15:39:19 -08:00
drivers s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISOR 2019-11-30 10:52:44 +01:00
fs linux-kselftest-5.5-rc1-kunit 2019-11-25 15:01:30 -08:00
include arm64 updates for 5.5: 2019-11-25 15:39:19 -08:00
init arm64 updates for 5.5: 2019-11-25 15:39:19 -08:00
ipc
kernel arm64 updates for 5.5: 2019-11-25 15:39:19 -08:00
lib linux-kselftest-5.5-rc1-kunit 2019-11-25 15:01:30 -08:00
LICENSES
mm arm64 updates for 5.5: 2019-11-25 15:39:19 -08:00
net for-5.5/io_uring-20191121 2019-11-25 10:40:27 -08:00
samples
scripts
security
sound
tools arm64 updates for 5.5: 2019-11-25 15:39:19 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS arm64 updates for 5.5: 2019-11-25 15:39:19 -08:00
Makefile Linux 5.4 2019-11-24 16:32:01 -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.