No description
Find a file
Kevin Hao b8c1c9fe6a arm64: entry: Fix the typo in the comment of el1_dbg()
The function name should be local_daif_mask().

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Acked-by: Mark Rutlamd <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20200417103212.45812-2-haokexin@gmail.com
Signed-off-by: Will Deacon <will@kernel.org>
2020-07-08 21:44:40 +01:00
arch arm64: entry: Fix the typo in the comment of el1_dbg() 2020-07-08 21:44:40 +01:00
block
certs
crypto
Documentation arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718 2020-07-03 16:39:16 +01:00
drivers drivers/firmware/psci: Assign @err directly in hotplug_tests() 2020-07-08 21:41:24 +01:00
fs
include Add additional LSM hooks for SafeSetID 2020-06-14 11:39:31 -07:00
init
ipc
kernel Add additional LSM hooks for SafeSetID 2020-06-14 11:39:31 -07:00
lib
LICENSES
mm
net
samples
scripts
security Add additional LSM hooks for SafeSetID 2020-06-14 11:39:31 -07:00
sound
tools kselftest: arm64: Remove redundant clean target 2020-06-24 14:25:59 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.8-rc1 2020-06-14 12:45:04 -07: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.