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