index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
1
-0
/
+11
5 days
rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
Danilo Krummrich
1
-12
/
+18
13 days
rust: workaround `rustdoc` target modifiers bug
Miguel Ojeda
1
-0
/
+6
13 days
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
2025-03-13
rust: alloc: implement kernel `Box`
Danilo Krummrich
3
-1
/
+463
2025-03-13
rust: alloc: add __GFP_NOWARN to `Flags`
Danilo Krummrich
2
-0
/
+6
2025-03-13
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
3
-0
/
+43
2025-03-13
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
4
-0
/
+48
2025-03-13
rust: alloc: add module `allocator_test`
Danilo Krummrich
2
-2
/
+27
[next]