summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc.rs
AgeCommit message (Expand)Author
11 daysMerge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-13rust: add support for NUMA ids in allocationsVitaly Wool
2025-08-24rust: alloc: remove `allocator_test`Miguel Ojeda
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl
2025-05-25rust: alloc: add missing Markdown code spansMiguel Ojeda
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding
2024-10-15rust: alloc: update module comment of alloc.rsDanilo Krummrich
2024-10-15rust: alloc: implement `Cmalloc` in module allocator_testDanilo Krummrich
2024-10-15rust: alloc: implement `contains` for `Flags`Danilo Krummrich
2024-10-15rust: alloc: remove `VecExt` extensionDanilo Krummrich
2024-10-15rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich
2024-10-15rust: alloc: introduce `ArrayLayout`Benno Lossin
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich
2024-10-15rust: alloc: implement kernel `Box`Danilo Krummrich
2024-10-15rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich
2024-10-15rust: alloc: add module `allocator_test`Danilo Krummrich
2024-10-15rust: alloc: make `allocator` module publicDanilo Krummrich
2024-10-15rust: alloc: implement `ReallocFunc`Danilo Krummrich
2024-10-14rust: alloc: add `Allocator` traitDanilo Krummrich
2024-07-08rust: add abstraction for `struct page`Alice Ryhl
2024-07-08rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl
2024-07-08rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho