Linux kernel source tree
Go to file
Naveen N. Rao 15770a13be powerpc/64s: Blacklist functions invoked on a trap
Blacklist all functions involved while handling a trap. We:
- convert some of the symbols into private symbols, and
- blacklist most functions involved while handling a trap.

Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-07-03 23:12:01 +10:00
arch powerpc/64s: Blacklist functions invoked on a trap 2017-07-03 23:12:01 +10:00
block
certs
crypto
Documentation Merge branch 'fixes' into next 2017-07-03 23:05:43 +10:00
drivers cxl: Export library to support IBM XSL 2017-07-03 23:07:03 +10:00
firmware
fs
include cxl: Export library to support IBM XSL 2017-07-03 23:07:03 +10:00
init
ipc
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-05-27 09:14:24 -07:00
lib
mm mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig 2017-07-02 20:40:26 +10:00
net
samples
scripts
security
sound
tools selftests/powerpc: context_switch use private futexes with threads 2017-06-05 16:55:01 +10:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: cxl: update maintainership 2017-07-02 20:40:25 +10:00
Makefile Linux 4.12-rc3 2017-05-28 17:20:53 -07: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.