Linux kernel source tree
Find a file
Thomas Gleixner 1cd07c0b94 posix-cpu-timers: Consolidate timer expiry further
With the array based samples and expiry cache, the expiry function can use
a loop to collect timers from the clock specific lists.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190821192922.365469982@linutronix.de
2019-08-28 11:50:41 +02:00
arch arm64: dts: imx8mq: Add system counter node 2019-08-27 00:31:39 +02:00
block
certs
crypto
Documentation dt-bindings: timer: renesas, cmt: Update R-Car Gen3 CMT1 usage 2019-08-27 00:31:39 +02:00
drivers clocksource/drivers/sh_cmt: Document "cmt-48" as deprecated 2019-08-27 00:31:39 +02:00
fs
include posix-cpu-timers: Get rid of zero checks 2019-08-28 11:50:40 +02:00
init
ipc
kernel posix-cpu-timers: Consolidate timer expiry further 2019-08-28 11:50:41 +02:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.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.