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.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
/
alloc
Age
Commit message (
Expand
)
Author
2025-05-25
rust: alloc: add missing Markdown code span
Miguel Ojeda
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
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-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
2025-04-23
rust: alloc: refactor `Vec::truncate` using `dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add `Vec::dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add Vec::len() <= Vec::capacity invariant
Tamir Duberstein
2025-04-22
rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
Alexandre Courbot
2025-04-07
rust: alloc: use `spare_capacity_mut` to reduce unsafe
Tamir Duberstein
2025-04-07
rust: alloc: add Vec::resize method
Andrew Ballance
2025-04-07
rust: alloc: add Vec::truncate method
Andrew Ballance
2025-04-07
rust: alloc: add missing invariant in Vec::set_len()
Danilo Krummrich
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-03-06
rust: alloc: make `ReallocFunc::call` inline
Gary Guo
2025-03-05
rust: alloc: satisfy POSIX alignment requirement
Tamir Duberstein
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
2025-01-13
rust: alloc: add doctest for `ArrayLayout::new()`
Jimmy Ostler
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-25
rust: alloc: Fix `ArrayLayout` allocations
Asahi Lina
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-15
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
2024-10-15
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2024-10-15
rust: alloc: remove `VecExt` extension
Danilo Krummrich
2024-10-15
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
2024-10-15
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2024-10-15
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: alloc: introduce `ArrayLayout`
Benno Lossin
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
2024-10-15
rust: alloc: implement kernel `Box`
Danilo Krummrich
2024-10-15
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
[next]