summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc.rs
AgeCommit message (Expand)AuthorFilesLines
2024-07-08rust: add abstraction for `struct page`Alice Ryhl1-0/+7
2024-07-08rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl1-0/+8
2024-07-08rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl1-1/+1
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-1/+0
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho1-0/+4
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho1-0/+1
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho1-0/+61
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho1-0/+1
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho1-0/+7