ta name='generator' content='cgit v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc/allocator.rs
AgeCommit message (Expand)Author
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie
2025-09-13rust: allocator: add KUnit tests for alignment guaranteesHui Zhu
2025-09-13rust: support large alignments in allocationsVitaly Wool
2025-09-13rust: add support for NUMA ids in allocationsVitaly Wool
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-09-04rust: alloc: implement VmallocPageIterDanilo Krummrich
2025-09-04rust: alloc: vmalloc: implement Vmalloc::to_page()Danilo Krummrich
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl
2025-08-11rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich
2025-03-06rust: alloc: make `ReallocFunc::call` inlineGary Guo
2024-11-10rust: use custom FFI integer typesGary Guo
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich