No description
Find a file
Mauro Carvalho Chehab f16df9f765 fs: eventfd: fix identation on kernel-doc
Sphinx require explicit tags in order to use a list of possible
values, otherwise it produces this error:

	./fs/eventfd.c:219: WARNING: Option list ends without a blank line; unexpected unindent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-05-16 08:44:10 -03:00
arch ARC updates for 4.12 2017-05-09 10:10:15 -07:00
block
certs
crypto
Documentation docs-rst: don't ignore internal functions for jbd2 docs 2017-05-16 08:44:09 -03:00
drivers ARM: 64-bit DT updates 2017-05-09 10:07:33 -07:00
firmware
fs fs: eventfd: fix identation on kernel-doc 2017-05-16 08:44:10 -03:00
include mutex, futex: adjust kernel-doc markups to generate ReST 2017-05-16 08:43:25 -03:00
init
ipc
kernel mutex, futex: adjust kernel-doc markups to generate ReST 2017-05-16 08:43:25 -03:00
lib Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2017-05-09 09:01:21 -07:00
mm Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2017-05-09 09:01:21 -07:00
net
samples
scripts
security Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2017-05-09 09:12:53 -07:00
sound
tools linux-kselftest-4.12-rc1 2017-05-08 20:43:30 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC 64-bit changes 2017-05-09 10:04:17 -07:00
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.