Linux kernel source tree
Find a file
Laura Abbott 1a08e3d9e0 drivers: firmware: psci: Use __pa_symbol for kernel symbol
__pa_symbol is technically the macro that should be used for kernel
symbols. Switch to this as a pre-requisite for DEBUG_VIRTUAL which
will do bounds checking.

Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2017-01-11 13:56:50 +00:00
arch lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL 2017-01-11 13:56:49 +00:00
block
certs
crypto
Documentation
drivers drivers: firmware: psci: Use __pa_symbol for kernel symbol 2017-01-11 13:56:50 +00:00
firmware
fs
include mm: Introduce lm_alias 2017-01-11 13:56:49 +00:00
init
ipc
kernel kexec: Switch to __pa_symbol 2017-01-11 13:56:49 +00:00
lib lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL 2017-01-11 13:56:49 +00:00
mm mm/usercopy: Switch to using lm_alias 2017-01-11 13:56:50 +00:00
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.10-rc2 2017-01-01 14:31:53 -08: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.