index
:
kernel/linux.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.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
rust: kbuild: workaround `rustdoc` doctests modifier bug
Miguel Ojeda
1
-1
/
+3
2025-11-24
rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
Miguel Ojeda
1
-0
/
+10
2025-11-24
rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags
Xi Ruoyao
1
-1
/
+1
2025-10-23
mm/ksm: fix flag-dropping behavior in ksm_madvise
Jakub Acs
1
-0
/
+1
2025-10-12
rust: block: fix `srctree/` links
Miguel Ojeda
1
-1
/
+1
2025-08-28
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
1
-0
/
+11
2025-08-28
rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
Danilo Krummrich
1
-12
/
+18
2025-08-20
rust: workaround `rustdoc` target modifiers bug
Miguel Ojeda
1
-0
/
+6
2025-08-20
rust: kbuild: clean output before running `rustdoc`
Miguel Ojeda
1
-2
/
+5
2025-07-24
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
3
-5
/
+7
2025-07-17
rust: init: allow `dead_code` warnings for Rust >= 1.89.0
Miguel Ojeda
1
-0
/
+2
2025-07-06
rust: arm: fix unknown (to Clang) argument '-mno-fdpic'
Rudraksha Gupta
1
-1
/
+1
2025-07-06
rust: module: place cleanup_module() in .exit.text section
FUJITA Tomonori
1
-0
/
+1
2025-06-27
rust: compile libcore with edition 2024 for 1.87+
Gary Guo
1
-6
/
+8
2025-06-19
rust: alloc: add missing invariant in Vec::set_len()
Danilo Krummrich
1
-0
/
+3
2025-05-18
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
3
-39
/
+29
2025-05-18
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2
-0
/
+6
2025-05-18
rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
Miguel Ojeda
2
-0
/
+2
2025-05-02
rust: firmware: Use `ffi::c_char` type in `FwFunc`
Christian Schrefl
1
-2
/
+6
2025-04-10
rust: Fix enabling Rust and building with GCC for LoongArch
WANG Rui
1
-1
/
+3
2025-04-10
rust: fix signature of rust_fmt_argument
Alice Ryhl
1
-4
/
+3
2025-03-22
rust: init: add missing newline to pr_info! calls
Alban Kurti
2
-9
/
+9
2025-03-22
rust: error: add missing newline to pr_warn! calls
Alban Kurti
1
-1
/
+1
2025-03-22
rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...
Benno Lossin
1
-7
/
+4
2025-03-22
rust: alloc: satisfy POSIX alignment requirement
Tamir Duberstein
1
-0
/
+18
2025-03-22
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
1
-1
/
+1
2025-03-22
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
1
-12
/
+4
2025-03-13
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
4
-26
/
+45
2025-03-13
rust: alloc: Fix `ArrayLayout` allocations
Asahi Lina
1
-1
/
+1
2025-03-13
rust: use custom FFI integer types
Gary Guo
23
-83
/
+107
2025-03-13
rust: map `__kernel_size_t` and friends also to usize/isize
Gary Guo
3
-0
/
+15
2025-03-13
rust: fix size_t in bindgen prototypes of C builtins
Gary Guo
1
-1
/
+5
2025-03-13
rust: kbuild: expand rusttest target for macros
Ethan D. Twardy
2
-5
/
+14
2025-03-13
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
3
-97
/
+12
2025-03-13
rust: alloc: update module comment of alloc.rs
Danilo Krummrich
1
-1
/
+1
2025-03-13
rust: str: test: replace `alloc::format`
Danilo Krummrich
1
-1
/
+22
2025-03-13
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2
-9
/
+81
2025-03-13
rust: alloc: implement `contains` for `Flags`
Danilo Krummrich
1
-1
/
+6
2025-03-13
rust: error: check for config `test` in `Error::name`
Danilo Krummrich
1
-2
/
+2
2025-03-13
rust: error: use `core::alloc::LayoutError`
Danilo Krummrich
1
-1
/
+1
2025-03-13
rust: alloc: add `Vec` to prelude
Danilo Krummrich
1
-1
/
+1
2025-03-13
rust: alloc: remove `VecExt` extension
Danilo Krummrich
3
-190
/
+1
2025-03-13
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
5
-22
/
+17
2025-03-13
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
1
-0
/
+95
2025-03-13
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2
-0
/
+171
2025-03-13
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
4
-1
/
+656
2025-03-13
rust: alloc: introduce `ArrayLayout`
Benno Lossin
2
-0
/
+92
2025-03-13
rust: alloc: add `Box` to prelude
Danilo Krummrich
1
-1
/
+1
2025-03-13
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
6
-188
/
+3
2025-03-13
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
9
-74
/
+79
[next]