Go to file
Masami Hiramatsu a00574036c bootconfig: Show the number of nodes on boot message
Show the number of bootconfig nodes on boot message.

Link: http://lkml.kernel.org/r/158091062297.27924.9051634676068550285.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-02-05 17:17:05 -05:00
Documentation bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline 2020-02-05 04:22:43 -05:00
LICENSES
arch
block
certs
crypto
drivers
fs
include tracing: Use seq_buf for building dynevent_cmd string 2020-02-01 13:10:15 -05:00
init bootconfig: Show the number of nodes on boot message 2020-02-05 17:17:05 -05:00
ipc
kernel ftrace: Protect ftrace_graph_hash with ftrace_sync 2020-02-05 17:16:42 -05:00
lib tools/bootconfig: Show the number of bootconfig nodes 2020-02-05 17:17:05 -05:00
mm
net
samples
scripts
security
sound
tools tools/bootconfig: Show the number of bootconfig nodes 2020-02-05 17:17:05 -05:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.