No description
Find a file
Vincent Donnefort 6b76323e5a ring-buffer: Zero ring-buffer sub-buffers
In preparation for the ring-buffer memory mapping where each subbuf will
be accessible to user-space, zero all the page allocations.

Link: https://lore.kernel.org/linux-trace-kernel/20240220202310.2489614-2-vdonnefort@google.com

Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
2024-03-17 07:58:53 -04:00
arch Probes updates for v6.9: 2024-03-14 16:16:33 -07:00
block
certs
crypto
Documentation Probes updates for v6.9: 2024-03-14 16:16:33 -07:00
drivers arm64 updates for 6.9: 2024-03-14 15:35:42 -07:00
fs eventfs: Create eventfs_root_inode to store dentry 2024-03-17 07:58:52 -04:00
include Tracing/ring-buffer fixes for 6.8 (to be applied in 6.9-rc): 2024-03-14 16:25:01 -07:00
init
io_uring
ipc
kernel ring-buffer: Zero ring-buffer sub-buffers 2024-03-17 07:58:53 -04:00
lib pci-v6.9-changes 2024-03-14 10:58:27 -07:00
LICENSES
mm
net
rust arm64 updates for 6.9: 2024-03-14 15:35:42 -07:00
samples Landlock updates for v6.9-rc1 2024-03-14 16:00:27 -07:00
scripts arm64 updates for 6.9: 2024-03-14 15:35:42 -07:00
security lsm/stable-6.9 PR 20240314 2024-03-14 16:05:20 -07:00
sound sound updates for 6.9-rc1 2024-03-14 11:10:43 -07:00
tools Probes updates for v6.9: 2024-03-14 16:16:33 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS arm64 updates for 6.9: 2024-03-14 15:35:42 -07:00
Makefile arm64 updates for 6.9: 2024-03-14 15:35:42 -07: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.