Go to file
Paul E. McKenney 43a0a2a7d7 rcu: Move RCU debug Kconfig options to kernel/rcu
RCU's debugging Kconfig options are in the unintuitive location
lib/Kconfig.debug, and there are enough of them that it would be good for
them to be more centralized.  This commit therefore extracts RCU's Kconfig
options from init/Kconfig into a new kernel/rcu/Kconfig.debug file.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2017-06-08 18:52:44 -07:00
arch
block
certs
crypto
Documentation rcu: Eliminate NOCBs CPU-state Kconfig options 2017-06-08 18:52:43 -07:00
drivers
firmware
fs fs/ufs: Set UFS default maximum bytes per file 2017-06-04 16:33:54 -07:00
include srcu: Remove Classic SRCU 2017-06-08 18:52:42 -07:00
init rcu: Move RCU non-debug Kconfig options to kernel/rcu 2017-06-08 18:52:44 -07:00
ipc
kernel rcu: Move RCU debug Kconfig options to kernel/rcu 2017-06-08 18:52:44 -07:00
lib rcu: Move RCU debug Kconfig options to kernel/rcu 2017-06-08 18:52:44 -07:00
mm
net
samples
scripts checkpatch: Remove checks for expedited grace periods 2017-06-08 08:25:27 -07:00
security
sound
tools rcu: Eliminate NOCBs CPU-state Kconfig options 2017-06-08 18:52:43 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.12-rc4 2017-06-04 16:47:43 -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.