No description
Find a file
Thomas Gleixner 52da479a9a Revert "tick/common: Make tick_periodic() check for missing ticks"
This reverts commit d441dceb5d due to
boot failures.

Reported-by: Qian Cai <cai@lca.pw>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Waiman Long <longman@redhat.com>
2020-03-19 19:47:48 +01:00
arch lib/vdso: Avoid highres update if clocksource is not VDSO capable 2020-02-17 20:12:17 +01:00
block
certs
crypto s390 updates for 5.6-rc2 2020-02-15 13:10:38 -08:00
Documentation dt-bindings: timer: Add X1000 bindings. 2020-02-27 11:21:38 +01:00
drivers - Avoid creating dead devices by flagging the driver with OF_POPULATED 2020-03-19 09:39:48 +01:00
fs for-5.6-rc1-tag 2020-02-16 11:43:45 -08:00
include - Avoid creating dead devices by flagging the driver with OF_POPULATED 2020-03-19 09:39:48 +01:00
init
ipc
kernel Revert "tick/common: Make tick_periodic() check for missing ticks" 2020-03-19 19:47:48 +01:00
lib lib/vdso: Allow architectures to provide the vdso data pointer 2020-02-17 20:12:18 +01:00
LICENSES
mm
net NFS Client Bugfixes for Linux 5.6-rc2 2020-02-14 14:46:11 -08:00
samples
scripts
security
sound
tools Bugfixes and improvements to selftests. On top of this, Mauro converted the 2020-02-16 13:01:42 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.6-rc2 2020-02-16 13:16:59 -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.

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.