summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: add abstraction for `struct page`Alice Ryhl2024-07-081-0/+7
* rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl2024-07-081-0/+8
* rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl2024-07-081-1/+1
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-1/+0
* rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-161-0/+4
* rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-161-0/+1
* rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-161-0/+61
* rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-161-0/+1
* rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-161-0/+7