Find a file
Mauro Carvalho Chehab 01c0aa7943 docs: cma/debugfs.txt: convert docs to ReST and rename to *.rst
The debugfs interface for CMA should be there together with other
mm-related documents.

Convert this small file to ReST and move it to its rightful place.

The conversion is actually quite simple: just add a title for the
document. In order to make it to look better for the audience,
also mark the "echo" command as a literal block.

While this is not part of any book, mark it as :orphan:,
in order to avoid build warnings.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-07-15 09:20:23 -03:00
arch HMM patches for 5.3 2019-07-14 19:42:11 -07:00
block
certs
crypto
Documentation docs: cma/debugfs.txt: convert docs to ReST and rename to *.rst 2019-07-15 09:20:23 -03:00
drivers docs: connector: convert to ReST and rename to connector.rst 2019-07-15 09:20:23 -03:00
fs HMM patches for 5.3 2019-07-14 19:42:11 -07:00
include docs: connector: convert to ReST and rename to connector.rst 2019-07-15 09:20:23 -03:00
init
ipc
kernel docs: locking: convert docs to ReST and rename to *.rst 2019-07-15 08:53:27 -03:00
lib docs: locking: convert docs to ReST and rename to *.rst 2019-07-15 08:53:27 -03:00
LICENSES
mm HMM patches for 5.3 2019-07-14 19:42:11 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-07-13 15:57:37 -07:00
samples docs: connector: convert to ReST and rename to connector.rst 2019-07-15 09:20:23 -03:00
scripts stream_open related bits for Linux 5.3 2019-07-14 17:08:08 -07:00
security
sound
tools HMM patches for 5.3 2019-07-14 19:42:11 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: lp855x-driver.txt: convert to ReST and move to kernel-api 2019-07-15 09:20:23 -03:00
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.