No description
Find a file
Heiko Carstens cc2c7db28f s390/time: introduce new store_tod_clock_ext()
Introduce new store_tod_clock_ext() function, which is the same like
store_tod_clock_ext_cc() except that it doesn't return a condition
code.

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 new store_tod_clock_ext() 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 perf tools fixes for 5.11: 2021-01-17 13:14:46 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.11-rc4 2021-01-17 16:37:05 -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.