No description
Find a file
Masahiro Yamada 2f328fea47 arm64: replace arm64-obj-* in Makefile with obj-*
Use the standard obj-$(CONFIG_...) syntex. The behavior is still the
same.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2019-01-04 10:09:21 +00:00
arch arm64: replace arm64-obj-* in Makefile with obj-* 2019-01-04 10:09:21 +00:00
block
certs
crypto
Documentation arm64: docs: document pointer authentication 2018-12-13 16:42:47 +00:00
drivers firmware: arm_sdei: Fix DT platform device creation 2019-01-03 18:03:54 +00:00
firmware
fs
include arm64: add prctl control for resetting ptrauth keys 2018-12-13 16:42:46 +00:00
init
ipc
kernel arm64: add prctl control for resetting ptrauth keys 2018-12-13 16:42:46 +00:00
lib
LICENSES
mm mm: mmap: Allow for "high" userspace addresses 2018-12-10 18:42:17 +00:00
net
samples
scripts
security
sound
tools
usr
virt KVM: arm64: Rework detection of SVE, !VHE systems 2018-12-10 11:57:52 +00:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.