aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/layout.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+5
2025-09-04rust: alloc: layout: implement ArrayLayout::size()Danilo Krummrich1-0/+5
2025-08-15rust: make `ArrayLayout::new_unchecked` a `const fn`Onur Özkan1-1/+1
2025-01-13rust: alloc: add doctest for `ArrayLayout::new()`Jimmy Ostler1-0/+19
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina1-1/+1
2024-10-15rust: alloc: introduce `ArrayLayout`Benno Lossin1-0/+91