Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: add abstraction for `struct page` | Alice Ryhl | 2024-07-08 | 1 | -0/+7 |
* | rust: alloc: add __GFP_HIGHMEM flag | Alice Ryhl | 2024-07-08 | 1 | -0/+8 |
* | rust: alloc: fix typo in docs for GFP_NOWAIT | Alice Ryhl | 2024-07-08 | 1 | -1/+1 |
* | rust: kernel: remove redundant imports | Miguel Ojeda | 2024-05-05 | 1 | -1/+0 |
* | rust: kernel: remove usage of `allocator_api` unstable feature | Wedson Almeida Filho | 2024-04-16 | 1 | -0/+4 |
* | rust: alloc: introduce the `BoxExt` trait | Wedson Almeida Filho | 2024-04-16 | 1 | -0/+1 |
* | rust: alloc: introduce allocation flags | Wedson Almeida Filho | 2024-04-16 | 1 | -0/+61 |
* | rust: alloc: introduce the `VecExt` trait | Wedson Almeida Filho | 2024-04-16 | 1 | -0/+1 |
* | rust: kernel: move `allocator` module under `alloc` | Wedson Almeida Filho | 2024-04-16 | 1 | -0/+7 |