No description
Find a file
Mathieu Desnoyers 18c2355838 selftests/rseq: Implement rseq mm_cid field support
Add support for the mm_cid field (per-memory-map concurrency ID) of
struct rseq to rseq selftests.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20221122203932.231377-11-mathieu.desnoyers@efficios.com
2022-12-27 12:52:12 +01:00
arch
block
certs
crypto
Documentation
drivers
fs sched: Introduce per-memory-map concurrency ID 2022-12-27 12:52:11 +01:00
include rseq: Extend struct rseq with per-memory-map concurrency ID 2022-12-27 12:52:12 +01:00
init sched: Introduce per-memory-map concurrency ID 2022-12-27 12:52:11 +01:00
io_uring
ipc
kernel rseq: Extend struct rseq with per-memory-map concurrency ID 2022-12-27 12:52:12 +01:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools selftests/rseq: Implement rseq mm_cid field support 2022-12-27 12:52:12 +01: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.