summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/kbox.rs
AgeCommit message (Expand)AuthorLines
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-1/+12
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-0/+6
2025-03-22rust: alloc: add `Box::into_pin`Andreas Hindborg-0/+6
2025-03-16rust: make pin-init its own crateBenno Lossin-2/+2
2025-03-16rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...Benno Lossin-2/+2
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...Benno Lossin-1/+7
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...Benno Lossin-1/+2
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl-0/+21
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein-8/+8
2025-01-13rust: types: avoid `as` castsTamir Duberstein-4/+4
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui-1/+1
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui-0/+10
2024-11-10rust: use custom FFI integer typesGary Guo-6/+6
2024-10-15rust: alloc: implement kernel `Box`Danilo Krummrich-0/+456