summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-17rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina1-1/+1
2024-05-17rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho1-1/+1
2023-08-11rust: allocator: Prevent mis-aligned allocationBoqun Feng1-15/+59
2023-04-26rust: kernel: Mark rust_fmt_argument as extern "C"David Gow1-1/+5
2023-04-26rust: str: fix requierments->requirements typoPatrick Blass1-1/+1
2023-02-06rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocksMiguel Ojeda1-11/+18
2022-09-28rust: add `kernel` crateWedson Almeida Filho6-0/+491