No description
Find a file
Thomas Gleixner a1f93c5387 Documentation: Add MDS vulnerability documentation
commit 5999bbe7a6 upstream

Add the initial MDS vulnerability documentation.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jon Masters <jcm@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-05-14 19:18:45 +02:00
arch Documentation: Move L1TF to separate directory 2019-05-14 19:18:45 +02:00
block block: do not leak memory in bio_copy_user_iov() 2019-04-17 08:37:53 +02:00
certs
crypto crypto: x86/poly1305 - fix overflow during partial reduction 2019-04-27 09:35:37 +02:00
Documentation Documentation: Add MDS vulnerability documentation 2019-05-14 19:18:45 +02:00
drivers x86/speculation/mds: Add sysfs reporting for MDS 2019-05-14 19:18:44 +02:00
firmware
fs hugetlbfs: fix memory leak for resv_map 2019-05-08 07:20:50 +02:00
include x86/speculation/mds: Add sysfs reporting for MDS 2019-05-14 19:18:44 +02:00
init Revert "mm: use early_pfn_to_nid in page_ext_init" 2019-03-23 14:35:13 +01:00
ipc
kernel locking/futex: Allow low-level atomic operations to return -EAGAIN 2019-05-10 17:53:15 +02:00
lib ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings 2019-05-10 17:53:08 +02:00
mm slab: fix a crash by reading /proc/slab_allocators 2019-05-10 17:53:11 +02:00
net Bluetooth: Align minimum encryption key size for LE and BR/EDR connections 2019-05-10 17:53:15 +02:00
samples samples: mei: use /dev/mei0 instead of /dev/mei 2019-02-15 08:09:12 +01:00
scripts kconfig/[mn]conf: handle backspace (^H) key 2019-05-04 09:15:22 +02:00
security selinux: never allow relabeling on context mounts 2019-05-08 07:20:53 +02:00
sound ASoC: Intel: avoid Oops if DMA setup fails 2019-05-10 17:53:15 +02:00
tools x86/msr-index: Cleanup bit defines 2019-05-14 19:18:42 +02:00
usr
virt KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots 2019-05-04 09:15:19 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Sasha as a stable branch maintainer 2018-12-01 09:42:50 +01:00
Makefile Linux 4.14.118 2019-05-10 17:53:15 +02:00
README

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.