No description
Find a file
Masami Hiramatsu a91e4f12ff bootconfig: Allocate xbc_nodes array dynamically
To reduce the large static array from kernel data, allocate
xbc_nodes array dynamically only if the kernel loads a
bootconfig.

Note that this also add dummy memblock.h for user-spacae
bootconfig tool.

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

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-02-10 17:19:39 -05:00
arch
block
certs
crypto
Documentation bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline 2020-02-05 04:22:43 -05:00
drivers
fs
include tracing: Use seq_buf for building dynevent_cmd string 2020-02-01 13:10:15 -05:00
init bootconfig: Use parse_args() to find bootconfig and '--' 2020-02-10 12:07:42 -05:00
ipc
kernel tracing/kprobe: Fix uninitialized variable bug 2020-02-10 12:07:42 -05:00
lib bootconfig: Allocate xbc_nodes array dynamically 2020-02-10 17:19:39 -05:00
LICENSES
mm
net
samples
scripts
security
sound
tools bootconfig: Allocate xbc_nodes array dynamically 2020-02-10 17:19:39 -05: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.