Go to file
Ingo Molnar edc2988c54 Merge branch 'linus' into locking/core, to fix up conflicts
Conflicts:
	mm/page_alloc.c

Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-09-04 11:01:18 +02:00
arch Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
block Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
certs modsign: add markers to endif-statements in certs/Makefile 2017-07-14 11:01:37 +10:00
crypto crypto: algif_skcipher - only call put_page on referenced and used pages 2017-08-22 14:45:48 +08:00
Documentation Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
drivers Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
firmware
fs Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
include Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
init futex: Allow for compiling out PI support 2017-08-01 14:36:35 +02:00
ipc ipc: add missing container_of()s for randstruct 2017-08-02 17:16:12 -07:00
kernel Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
lib Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
mm Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
net Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
samples samples/bpf: fix bpf tunnel cleanup 2017-07-31 22:02:47 -07:00
scripts Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
security Now that IPC and other changes have landed, enable manual markings for 2017-07-19 08:55:18 -07:00
sound main drm pull request for 4.14 merge window 2017-09-03 17:02:26 -07:00
tools Merge branch 'linus' into locking/core, to fix up conflicts 2017-09-04 11:01:18 +02:00
usr
virt KVM: update to new mmu_notifier semantic v2 2017-08-31 16:13:00 -07:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS main drm pull request for 4.14 merge window 2017-09-03 17:02:26 -07:00
Makefile Merge branch 'docs-next' of git://git.lwn.net/linux 2017-09-03 21:07:29 -07:00
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.