No description
Find a file
Danilo Krummrich e1044c2238 rust: alloc: add Box to prelude
Now that we removed `BoxExt` and the corresponding includes in
prelude.rs, add the new kernel `Box` type instead.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241004154149.93856-15-dakr@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2024-10-15 22:56:59 +02:00
arch ARM64: 2024-10-06 10:53:28 -07:00
block
certs
crypto
Documentation Documentation: rust: discuss #[expect(...)] in the guidelines 2024-10-07 21:39:57 +02:00
drivers rust: treewide: switch to our kernel Box type 2024-10-15 22:56:59 +02:00
fs
include
init
io_uring
ipc
kernel
lib
LICENSES
mm rust: enable clippy::undocumented_unsafe_blocks lint 2024-10-07 21:39:05 +02:00
net
rust rust: alloc: add Box to prelude 2024-10-15 22:56:59 +02:00
samples rust: start using the #[expect(...)] attribute 2024-10-07 21:39:57 +02:00
scripts rust: enable arbitrary_self_types and remove Receiver 2024-10-07 21:39:57 +02:00
security
sound
tools ARM64: 2024-10-06 10:53:28 -07:00
usr
virt
.clang-format
.clippy.toml rust: enable Clippy's check-private-items 2024-10-07 21:39:57 +02:00
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore rust: introduce .clippy.toml 2024-10-07 21:39:05 +02:00
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS rust: introduce .clippy.toml 2024-10-07 21:39:05 +02:00
Makefile rust: replace clippy::dbg_macro with disallowed_macros 2024-10-07 21:39:05 +02: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 reStructuredText 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.