Go to file
Ingo Molnar 4520843dfa Merge branch 'sched/urgent' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2018-07-03 09:20:22 +02:00
arch Merge branch 'sched/urgent' into sched/core, to pick up fixes 2018-07-03 09:20:22 +02:00
block for-linus-20180629 2018-06-30 10:47:46 -07:00
certs
crypto
Documentation USB fixes for 4.18-rc3 2018-07-01 11:50:16 -07:00
drivers Staging/IIO fixes for 4.18-rc3 2018-07-01 12:20:20 -07:00
firmware
fs for-4.18-rc2-tag 2018-07-01 12:38:16 -07:00
include Merge branch 'sched/urgent' into sched/core, to pick up fixes 2018-07-03 09:20:22 +02:00
init Kbuild fixes for v4.18 2018-06-30 13:05:30 -07:00
ipc
kernel Merge branch 'sched/urgent' into sched/core, to pick up fixes 2018-07-03 09:20:22 +02:00
lib for-linus-20180629 2018-06-30 10:47:46 -07:00
LICENSES
mm
net
samples
scripts Kbuild fixes for v4.18 2018-06-30 13:05:30 -07:00
security selinux/stable-4.18 PR 20180629 2018-06-30 11:15:12 -07:00
sound
tools Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-06-30 11:42:14 -07:00
usr
virt Merge branch 'sched/urgent' into sched/core, to pick up fixes 2018-07-03 09:20:22 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.18-rc3 2018-07-01 16:04:53 -07:00
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.