Go to file
Masami Hiramatsu 76a598ec8c tracing/boot: Include required headers and sort it alphabetically
Include some required (but currently indirectly included)
headers and sort it alphabetically.

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

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-01-29 08:48:44 -05:00
Documentation docs: tracing: Fix a broken label 2020-01-28 23:14:13 -05:00
LICENSES
arch RISC-V updates for v5.5-rc6 2020-01-12 16:48:39 -08:00
block
certs
crypto
drivers tracing: Make struct ring_buffer less ambiguous 2020-01-13 13:19:38 -05:00
fs proc: bootconfig: Add /proc/bootconfig to show boot config list 2020-01-13 13:19:39 -05:00
include tracing: Fix comments about trace/ftrace.h 2020-01-24 18:57:24 -05:00
init bootconfig: Fix Kconfig help message for BOOT_CONFIG 2020-01-21 18:24:08 -05:00
ipc
kernel tracing/boot: Include required headers and sort it alphabetically 2020-01-29 08:48:44 -05:00
lib bootconfig: Add Extra Boot Config support 2020-01-13 13:19:38 -05:00
mm
net
samples
scripts
security
sound
tools tracing: Add new testcases for hist trigger parsing errors 2020-01-28 23:17:31 -05:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Documentation: bootconfig: Add a doc for extended boot config 2020-01-13 13:19:40 -05:00
Makefile Linux 5.5-rc6 2020-01-12 16:55:08 -08:00
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.