No description
Find a file
Jiri Kosina 2fa55328f1 Merge branch 'for-5.5/ish' into for-linus
- typo fix (Geert Uytterhoeven)
2019-11-29 20:37:10 +01:00
arch powerpc fixes for 5.4 #4 2019-11-02 11:08:19 -07:00
block iocost: don't nest spin_lock_irq in ioc_weight_write() 2019-10-31 11:40:57 -06:00
certs
crypto
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-11-01 17:48:11 -07:00
drivers Merge branch 'for-5.5/ish' into for-linus 2019-11-29 20:37:10 +01:00
fs ocfs2: protect extent tree in ocfs2_prepare_inode_for_write() 2019-11-06 08:47:08 -08:00
include Merge branch 'akpm' (patches from Andrew) 2019-11-06 12:02:13 -08:00
init
ipc
kernel for-linus-2019-11-05 2019-11-05 09:44:02 -08:00
lib dump_stack: avoid the livelock of the dump_lock 2019-11-06 08:47:50 -08:00
LICENSES
mm mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges 2019-11-06 08:47:50 -08:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-11-01 17:48:11 -07:00
samples
scripts scripts/gdb: fix debugging modules compiled with hot/cold partitioning 2019-11-06 08:47:50 -08:00
security
sound
tools Merge branch 'akpm' (patches from Andrew) 2019-11-06 12:02:13 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update information for "MEMORY MANAGEMENT" 2019-11-06 08:47:50 -08:00
Makefile Linux 5.4-rc6 2019-11-03 14:07:26 -08: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.

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.