Linux kernel source tree
Find a file
Christophe Leroy c766ee7223 powerpc: handover page flags with a pgprot_t parameter
In order to avoid multiple conversions, handover directly a
pgprot_t to map_kernel_page() as already done for radix.

Do the same for __ioremap_caller() and __ioremap_at().

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-10-14 18:04:09 +11:00
arch powerpc: handover page flags with a pgprot_t parameter 2018-10-14 18:04:09 +11:00
block
certs
crypto
Documentation powerpc: Wire up memtest 2018-10-03 16:12:47 +10:00
drivers powerpc: handover page flags with a pgprot_t parameter 2018-10-14 18:04:09 +11:00
firmware
fs
include macintosh: Use common code to access RTC 2018-10-08 22:53:10 +11:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools Merge branch 'fixes' into next 2018-10-09 16:51:05 +11: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.
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.