Go to file
Julia Lawall a2b0fe7435 coccinelle: deref_null: avoid useless computation
The effect of the rules ifm1, pr11, and pr12 is only used in the final rule,
which depends on context && !org && !report.  Thus these rules should only
be performed in those circumstances.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-02-08 00:16:12 +09:00
Documentation
LICENSES
arch nios2: kconfig: Remove blank help text 2018-02-03 00:02:11 +09:00
block
certs
crypto
drivers Staging: rtl8192e: kconfig: Remove blank help text 2018-02-02 23:53:10 +09:00
firmware
fs
include
init
ipc
kernel
lib lib/Kconfig.debug: Remove blank help text 2018-02-02 23:53:10 +09:00
mm
net
samples
scripts coccinelle: deref_null: avoid useless computation 2018-02-08 00:16:12 +09:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile kbuild: clang: disable unused variable warnings only when constant 2018-02-07 09:20:19 +09:00
README

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.