Go to file
Vincenzo Frascino 97b01d2eab linux/jiffies.h: Extract common header for vDSO
The vDSO library should only include the necessary headers required for
a userspace library (UAPI and a minimal set of kernel headers). To make
this possible it is necessary to isolate from the kernel headers the
common parts that are strictly necessary to build the library.

Split jiffies.h into linux and common headers to make the latter suitable
for inclusion in the vDSO library.

Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200320145351.32292-14-vincenzo.frascino@arm.com
2020-03-21 15:23:58 +01:00
arch mips: Introduce asm/vdso/clocksource.h 2020-03-21 15:23:55 +01:00
block
certs
crypto
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
include linux/jiffies.h: Extract common header for vDSO 2020-03-21 15:23:58 +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
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.