No description
Find a file
Heiko Carstens e4101be56c s390/time: introduce union tod_clock
Introduce union tod_clock which is supposed to be used to decode and
access various fields of the result of STORE CLOCK EXTENDED.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2021-02-13 17:17:54 +01:00
arch s390/time: introduce union tod_clock 2021-02-13 17:17:54 +01:00
block
certs
crypto
Documentation Documentations: scsi, kvm: Update s390-tools GitHub URL 2021-02-09 15:57:04 +01:00
drivers s390/zcrypt: return EIO when msg retry limit reached 2021-02-09 15:57:04 +01:00
fs s390,alpha: switch to 64-bit ino_t 2021-02-13 17:17:53 +01:00
include s390,alpha: switch to 64-bit ino_t 2021-02-13 17:17:53 +01:00
init
ipc
kernel
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.