Linux kernel source tree
Go to file
Nathan Chancellor cbdc821702 init/Kconfig: Fix module signing document location
This was moved in commit 94e980cc45 ("Documentation/module-signing.txt:
convert to ReST markup") and was missed by commit 8c27ceff36 ("docs:
fix locations of several documents that got moved").

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2017-10-12 15:39:21 +02:00
arch MIPS: Alchemy: Remove reverted CONFIG_NETLINK_MMAP from db1xxx_defconfig 2017-10-12 15:26:39 +02:00
block bio_copy_user_iov(): don't ignore ->iov_offset 2017-10-10 23:55:14 -04:00
certs
crypto
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-10-09 16:25:00 -07:00
drivers misc: ibmasm: Return error on error path 2017-10-12 15:37:19 +02:00
firmware
fs 9p: set page uptodate when required in write_end() 2017-10-11 09:30:08 -07:00
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-10-09 16:25:00 -07:00
init init/Kconfig: Fix module signing document location 2017-10-12 15:39:21 +02:00
ipc
kernel tracing: Kconfig text fixes for CONFIG_HWLAT_TRACER 2017-10-12 15:28:23 +02:00
lib lib/xz: Add fall-through comments to a switch statement 2017-10-12 15:10:12 +02:00
mm mm/huge_memory.c: fixup grammar in comment 2017-10-12 15:11:56 +02:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-10-09 16:25:00 -07:00
samples tracing: Fix doc mistakes in trace sample 2017-10-12 15:29:53 +02:00
scripts
security
sound
tools linux-kselftest-4.14-rc5-fixes 2017-10-10 10:57:46 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Correct path to uDraw PS3 driver 2017-10-12 15:30:26 +02: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.