Go to file
Denis Efremov 6820e565d3 selftests/powerpc: ppc_asm.h: typo in the header guard
The guard macro __PPC_ASM_H in the header ppc_asm.h
doesn't match the #ifndef macro _PPC_ASM_H. The patch
makes them the same.

Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-07-01 16:26:55 +10:00
arch powerpc/cacheflush: fix variable set but not used 2019-07-01 16:26:55 +10:00
block
certs
crypto
Documentation powerpc: Document xive=off option 2019-07-01 14:06:16 +10:00
drivers
fs
include
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts recordmcount: Fix spurious mcount entries on powerpc 2019-07-01 16:26:54 +10:00
security
sound
tools selftests/powerpc: ppc_asm.h: typo in the header guard 2019-07-01 16:26:55 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.