summaryrefslogtreecommitdiff
path: root/rust/kernel/uaccess.rs
AgeCommit message (Expand)Author
2025-03-13rust: map `long` to `isize` and `char` to `u8`Gary Guo
2025-03-13rust: use custom FFI integer typesGary Guo
2025-03-13rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich
2024-07-08rust: uaccess: add typed accessors for userspace pointersAlice Ryhl
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho