No description
Find a file
Steven Rostedt (VMware) b0dc52f15e init: Have initcall_debug still work without CONFIG_TRACEPOINTS
Add macros around the initcall_debug tracepoint code to have the code to
default back to the old method if CONFIG_TRACEPOINTS is not enabled.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2018-04-07 20:24:40 -04:00
arch
block
certs
crypto
Documentation
drivers
firmware
fs
include init, tracing: Add initcall trace events 2018-04-06 08:56:54 -04:00
init init: Have initcall_debug still work without CONFIG_TRACEPOINTS 2018-04-07 20:24:40 -04:00
ipc
kernel init, tracing: instrument security and console initcall trace events 2018-04-06 08:56:55 -04:00
lib
LICENSES
mm
net
samples
scripts
security init, tracing: instrument security and console initcall trace events 2018-04-06 08:56:55 -04:00
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.