No description
Find a file
Geert Uytterhoeven 2e0e3a24ca android: binder: Drop dependency on !M68K
As of commit 7124330dab ("m68k/uaccess: Revive 64-bit
get_user()"), the 64-bit Android binder interface builds fine on m68k.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-07-07 17:44:52 +02:00
arch FSI updates and sbefifo driver 2018-07-07 17:02:35 +02:00
block for-linus-20180623 2018-06-24 06:33:54 +08:00
certs
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2018-06-24 06:31:54 +08:00
Documentation w1: fix w1_ds2438 documentation 2018-07-07 17:27:13 +02:00
drivers android: binder: Drop dependency on !M68K 2018-07-07 17:44:52 +02:00
firmware
fs \n 2018-06-22 18:04:56 +09:00
include slimbus: stream: add stream support 2018-07-07 17:25:23 +02:00
init
ipc
kernel Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-06-24 20:29:15 +08:00
lib Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-06-24 19:36:16 +08:00
LICENSES
mm for-linus-20180623 2018-06-24 06:33:54 +08:00
net
samples
scripts ver_linux: Do not check for ver_linux pattern in version function 2018-07-07 17:44:52 +02:00
security
sound
tools Tools: hv: vss: fix loop device detection 2018-07-03 13:02:33 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add file patterns for w1 device tree bindings 2018-07-07 17:27:13 +02:00
Makefile Linux 4.18-rc2 2018-06-24 20:54:29 +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.
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.