Linux kernel source tree
Go to file
Vinod Koul 010299bfc2 Merge branch 'topic/dw' into for-linus 2018-12-31 19:31:42 +05:30
Documentation Merge branch 'topic/dw' into for-linus 2018-12-31 19:31:42 +05:30
LICENSES
arch Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-11-03 18:25:17 -07:00
block
certs
crypto
drivers Merge branch 'topic/dw' into for-linus 2018-12-31 19:31:42 +05:30
firmware
fs This pull request contains updates for UBIFS: 2018-11-04 14:46:04 -08:00
include dmaengine: dw-dmac: implement dma protection control setting 2018-11-24 20:07:22 +05:30
init
ipc
kernel Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-11-03 18:37:09 -07:00
lib
mm
net NFS client bugfixes for Linux 4.20 2018-11-04 08:20:09 -08:00
samples
scripts
security
sound
tools Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-11-03 18:25:17 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: dmaengine: dw-dmac: add protection control property 2018-11-24 20:07:22 +05:30
Makefile Linux 4.20-rc1 2018-11-04 15:37:52 -08:00
README

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.