index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
/
kbox.rs
Age
Commit message (
Expand
)
Author
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...
Miguel Ojeda
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
2025-04-22
rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
Alexandre Courbot
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
2025-03-22
rust: alloc: add `Box::into_pin`
Andreas Hindborg
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...
Benno Lossin
2025-03-16
rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...
Benno Lossin
2025-03-16
rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...
Benno Lossin
2025-01-13
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
2025-01-13
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
2025-01-13
rust: types: avoid `as` casts
Tamir Duberstein
2024-12-18
rust: alloc: align Debug implementation for Box with Display
Guangbo Cui
2024-12-18
rust: alloc: implement Display for Box
Guangbo Cui
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-15
rust: alloc: implement kernel `Box`
Danilo Krummrich