summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc/kvec.rs
AgeCommit message (Expand)Author
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-09-16rust: alloc: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-13rust: add support for NUMA ids in allocationsVitaly Wool
2025-09-04rust: alloc: kvec: implement AsPageIter for VVecDanilo Krummrich
2025-08-15rust: make `kvec::Vec` functions `const fn`Onur Özkan
2025-08-13rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"Hui Zhu
2025-08-13rust: alloc: kvec: add doc example for as_slice methodHui Zhu
2025-07-15Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-06-18rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`Alexandre Courbot
2025-06-11rust: vec: impl Default for Vec with any allocatorAlice Ryhl
2025-05-22rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`Miguel Ojeda
2025-05-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-05-07rust: alloc: add Vec::insert_within_capacityAlice Ryhl
2025-05-07rust: alloc: add Vec::removeAlice Ryhl
2025-05-07rust: alloc: add Vec::retainAlice Ryhl
2025-05-07rust: alloc: add Vec::drain_allAlice Ryhl
2025-05-07rust: alloc: add Vec::push_within_capacityAlice Ryhl
2025-05-07rust: alloc: add Vec::popAlice Ryhl
2025-05-07rust: alloc: add Vec::clearAlice Ryhl
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda
2025-04-23rust: alloc: replace `Vec::set_len` with `inc_len`Tamir Duberstein
2025-04-23rust: alloc: refactor `Vec::truncate` using `dec_len`Tamir Duberstein
2025-04-23rust: alloc: add `Vec::dec_len`Tamir Duberstein
2025-04-23rust: alloc: add Vec::len() <= Vec::capacity invariantTamir Duberstein
2025-04-07rust: alloc: use `spare_capacity_mut` to reduce unsafeTamir Duberstein
2025-04-07rust: alloc: add Vec::resize methodAndrew Ballance
2025-04-07rust: alloc: add Vec::truncate methodAndrew Ballance
2025-04-07rust: alloc: add missing invariant in Vec::set_len()Danilo Krummrich
2024-10-15rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich
2024-10-15rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich