No description
Find a file
Geoff Levand 6caebff168 powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
To aid debugging, add a new PS3 kernel config option
PS3_VERBOSE_RESULT that, when enabled, will print more
verbose messages for the result of LV1 hypercalls.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/0ce4b6969a08094a747bd382dbfd30b72ebc192d.1622746428.git.geoff@infradead.org
2021-06-10 21:44:57 +10:00
arch powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option 2021-06-10 21:44:57 +10:00
block block-5.13-2021-05-14 2021-05-15 08:52:30 -07:00
certs
crypto
Documentation USB fixes for 5.13-rc2 2021-05-16 09:55:05 -07:00
drivers tty: hvc: udbg_hvc: retry putc on -EAGAIN 2021-05-23 20:51:36 +10:00
fs Merge branch 'akpm' (patches from Andrew) 2021-05-15 09:42:27 -07:00
include kprobes: Allow architectures to override optinsn page allocation 2021-05-23 20:51:35 +10:00
init
ipc
kernel kprobes: Allow architectures to override optinsn page allocation 2021-05-23 20:51:35 +10:00
lib
LICENSES
mm mm/ioremap: fix iomap_max_page_shift 2021-05-14 19:41:32 -07:00
net
samples
scripts
security
sound
tools selftests/powerpc: Fix duplicate included pthread.h 2021-05-23 20:51:34 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS libnvdimm fixes for 5.13-rc2 2021-05-15 08:32:51 -07:00
Makefile Linux 5.13-rc2 2021-05-16 15:27:44 -07:00
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.