Linux kernel source tree
Find a file
David Woodhouse 20ffa1caec x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
Expose indirect_branch_prediction_barrier() for use in subsequent patches.

[ tglx: Add IBPB status to spectre_v2 sysfs file ]

Co-developed-by: KarimAllah Ahmed <karahmed@amazon.de>
Signed-off-by: KarimAllah Ahmed <karahmed@amazon.de>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Cc: gnomes@lxorguk.ukuu.org.uk
Cc: ak@linux.intel.com
Cc: ashok.raj@intel.com
Cc: dave.hansen@intel.com
Cc: arjan@linux.intel.com
Cc: torvalds@linux-foundation.org
Cc: peterz@infradead.org
Cc: bp@alien8.de
Cc: pbonzini@redhat.com
Cc: tim.c.chen@linux.intel.com
Cc: gregkh@linux-foundation.org
Link: https://lkml.kernel.org/r/1516896855-7642-8-git-send-email-dwmw@amazon.co.uk
2018-01-26 15:53:18 +01:00
arch x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support 2018-01-26 15:53:18 +01:00
block
certs
crypto
Documentation x86/pti: Document fix wrong index 2018-01-19 16:31:29 +01:00
drivers
firmware
fs
include module/retpoline: Warn about missing retpoline in module 2018-01-26 15:03:56 +01:00
init
ipc
kernel module/retpoline: Warn about missing retpoline in module 2018-01-26 15:03:56 +01:00
lib
mm
net
samples
scripts module/retpoline: Warn about missing retpoline in module 2018-01-26 15:03:56 +01:00
security security/Kconfig: Correct the Documentation reference for PTI 2018-01-14 11:42:10 +01:00
sound
tools objtool: Improve error message for bad file argument 2018-01-16 01:27:27 +01:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.