Go to file
zhong jiang 2ba0dacbae arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe
There is an extra semicolon in arch_prepare_kprobe, remove it.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2018-10-01 14:36:49 +01:00
Documentation
LICENSES
arch arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe 2018-10-01 14:36:49 +01:00
block
certs
crypto
drivers arm64: arch_timer: Add workaround for ARM erratum 1188873 2018-10-01 13:38:47 +01:00
firmware
fs
include signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack 2018-10-01 11:43:55 +01:00
init
ipc
kernel signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack 2018-10-01 11:43:55 +01:00
lib
mm
net
samples
scripts
security
sound
tools
usr
virt arm64: KVM: Enable Common Not Private translations 2018-09-18 12:03:34 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.
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.