aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/kbox.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+39
2025-09-16rust: alloc: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-1/+1
2025-09-13rust: add support for NUMA ids in allocationsVitaly Wool1-2/+2
2025-09-04rust: alloc: kbox: implement AsPageIter for VBoxDanilo Krummrich1-1/+39
2025-08-21rust: alloc: implement Box::pin_slice()Alice Ryhl1-0/+77
2025-08-15rust: alloc: take the allocator into account for FOREIGN_ALIGNAlice Ryhl1-4/+9
2025-07-15Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-0/+57
2025-07-14rust: types: add FOREIGN_ALIGN to ForeignOwnableAndreas Hindborg1-18/+23
2025-06-18rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`Alexandre Courbot1-0/+57
2025-05-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-1/+39
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda1-18/+20
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin1-1/+1
2025-05-01rust: types: add `ForeignOwnable::PointedTo`Tamir Duberstein1-18/+20
2025-04-22rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements UAlexandre Courbot1-1/+39
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+12
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...Miguel Ojeda1-0/+6
2025-03-22rust: alloc: add `Box::into_pin`Andreas Hindborg1-0/+6
2025-03-16rust: make pin-init its own crateBenno Lossin1-2/+2
2025-03-16rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...Benno Lossin1-2/+2
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...Benno Lossin1-1/+7
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...Benno Lossin1-1/+2
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl1-0/+21
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein1-8/+8
2025-01-13rust: types: avoid `as` castsTamir Duberstein1-4/+4
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui1-1/+1
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui1-0/+10
2024-11-10rust: use custom FFI integer typesGary Guo1-6/+6
2024-10-15rust: alloc: implement kernel `Box`Danilo Krummrich1-0/+456