aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/allocator.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+79
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+52
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie1-0/+52
2025-09-13rust: allocator: add KUnit tests for alignment guaranteesHui Zhu1-0/+56
2025-09-13rust: support large alignments in allocationsVitaly Wool1-21/+9
2025-09-13rust: add support for NUMA ids in allocationsVitaly Wool1-13/+22
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-0/+8
2025-09-04rust: alloc: implement VmallocPageIterDanilo Krummrich1-0/+3
2025-09-04rust: alloc: vmalloc: implement Vmalloc::to_page()Danilo Krummrich1-0/+49
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl1-0/+8
2025-08-11rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich1-12/+18
2025-03-06rust: alloc: make `ReallocFunc::call` inlineGary Guo1-0/+1
2024-11-10rust: use custom FFI integer typesGary Guo1-1/+1
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich1-63/+2
2024-10-15rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich1-0/+36
2024-10-15rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich1-0/+37
2024-10-15rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich1-3/+28
2024-10-15rust: alloc: implement `ReallocFunc`Danilo Krummrich1-0/+70
2024-10-14rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich1-3/+3
2024-10-14rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich1-7/+12
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda1-0/+2
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka1-13/+6
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-2/+0
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho1-1/+1
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho1-11/+6
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho1-0/+88