No description
Find a file
Geert Uytterhoeven 44d0b73a14 timekeeping: Fix references to nonexistent ktime_get_fast_ns()
[ Upstream commit 158009f1b4 ]

There was never a function named ktime_get_fast_ns().
Presumably these should refer to ktime_get_mono_fast_ns() instead.

Fixes: c1ce406e80 ("timekeeping: Fix up function documentation for the NMI safe accessors")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/r/06df7b3cbd94f016403bbf6cd2b38e4368e7468f.1682516546.git.geert+renesas@glider.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-11 23:11:29 +09:00
arch openrisc: Properly store r31 to pt_regs on unhandled exceptions 2023-05-11 23:11:29 +09:00
block
certs
crypto
Documentation
drivers clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when init fails 2023-05-11 23:11:29 +09:00
fs NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease 2023-05-11 23:11:28 +09:00
include SUNRPC: remove the maximum number of retries in call_bind_status 2023-05-11 23:11:29 +09:00
init
io_uring
ipc
kernel timekeeping: Fix references to nonexistent ktime_get_fast_ns() 2023-05-11 23:11:29 +09:00
lib
LICENSES
mm
net SUNRPC: remove the maximum number of retries in call_bind_status 2023-05-11 23:11:29 +09:00
rust
samples
scripts
security
sound
tools tracing/user_events: Ensure write index cannot be negative 2023-05-11 23:11:25 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.