Go to file
2018-06-05 13:39:12 +02:00
arch SCSI for-linus on 20180404 2018-04-05 15:05:53 -07:00
block
certs
crypto
Documentation lib/vsprintf: Remove atomic-unsafe support for %pCr 2018-06-05 09:43:39 +02:00
drivers serial: sh-sci: Stop using printk format %pCr 2018-06-05 09:43:39 +02:00
firmware
fs Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 2018-04-05 19:17:50 -07:00
include Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk 2018-04-05 19:53:30 -07:00
init
ipc
kernel printk: drop in_nmi check from printk_safe_flush_on_panic() 2018-06-05 13:38:15 +02:00
lib Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18 2018-06-05 13:39:12 +02:00
LICENSES
mm
net Chuck Lever did a bunch of work on nfsd tracepoints, on RDMA, and on 2018-04-05 19:15:29 -07:00
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS SCSI for-linus on 20180404 2018-04-05 15:05:53 -07: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.
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.