index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
6 days
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
13 days
rust: init: allow `dead_code` warnings for Rust >= 1.89.0
Miguel Ojeda
2025-06-19
rust: alloc: add missing invariant in Vec::set_len()
Danilo Krummrich
2025-05-18
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
2025-05-18
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2025-05-02
rust: firmware: Use `ffi::c_char` type in `FwFunc`
Christian Schrefl
2025-04-10
rust: fix signature of rust_fmt_argument
Alice Ryhl
2025-03-22
rust: init: add missing newline to pr_info! calls
Alban Kurti
2025-03-22
rust: error: add missing newline to pr_warn! calls
Alban Kurti
2025-03-22
rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...
Benno Lossin
2025-03-22
rust: alloc: satisfy POSIX alignment requirement
Tamir Duberstein
2025-03-22
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
2025-03-22
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
2025-03-13
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
2025-03-13
rust: alloc: Fix `ArrayLayout` allocations
Asahi Lina
2025-03-13
rust: use custom FFI integer types
Gary Guo
2025-03-13
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
2025-03-13
rust: alloc: update module comment of alloc.rs
Danilo Krummrich
2025-03-13
rust: str: test: replace `alloc::format`
Danilo Krummrich
2025-03-13
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2025-03-13
rust: alloc: implement `contains` for `Flags`
Danilo Krummrich
2025-03-13
rust: error: check for config `test` in `Error::name`
Danilo Krummrich
2025-03-13
rust: error: use `core::alloc::LayoutError`
Danilo Krummrich
2025-03-13
rust: alloc: add `Vec` to prelude
Danilo Krummrich
2025-03-13
rust: alloc: remove `VecExt` extension
Danilo Krummrich
2025-03-13
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2025-03-13
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
2025-03-13
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2025-03-13
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
2025-03-13
rust: alloc: introduce `ArrayLayout`
Benno Lossin
2025-03-13
rust: alloc: add `Box` to prelude
Danilo Krummrich
2025-03-13
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
2025-03-13
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2025-03-13
rust: alloc: implement kernel `Box`
Danilo Krummrich
2025-03-13
rust: alloc: add __GFP_NOWARN to `Flags`
Danilo Krummrich
2025-03-13
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
2025-03-13
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
2025-03-13
rust: alloc: add module `allocator_test`
Danilo Krummrich
2025-03-13
rust: alloc: implement `Allocator` for `Kmalloc`
Danilo Krummrich
2025-03-13
rust: alloc: make `allocator` module public
Danilo Krummrich
2025-03-13
rust: alloc: implement `ReallocFunc`
Danilo Krummrich
2025-03-13
rust: alloc: rename `KernelAllocator` to `Kmalloc`
Danilo Krummrich
2025-03-13
rust: alloc: separate `aligned_size` from `krealloc_aligned`
Danilo Krummrich
2025-03-13
rust: alloc: add `Allocator` trait
Danilo Krummrich
2025-03-13
rust: error: optimize error type to use nonzero
Filipe Xavier
2025-03-13
rust: error: make conversion functions public
Filipe Xavier
2025-03-13
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
2025-03-13
rust: enable Clippy's `check-private-items`
Miguel Ojeda
2025-03-13
rust: provide proper code documentation titles
Miguel Ojeda
2025-03-13
rust: replace `clippy::dbg_macro` with `disallowed_macros`
Miguel Ojeda
[next]