summaryrefslogtreecommitdiffstats
path: root/rust/kernel/uaccess.rs
AgeCommit message (Expand)AuthorLines
2025-03-23rust: uaccess: name the correct functionTamir Duberstein-2/+1
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier-3/+3
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo-20/+7
2024-11-10rust: use custom FFI integer typesGary Guo-3/+3
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich-10/+7
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia-1/+1
2024-07-08rust: uaccess: add typed accessors for userspace pointersAlice Ryhl-2/+77
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho-0/+313