aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/uaccess.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14rust: uaccess: use newtype for user pointersAlice Ryhl1-12/+59
2025-07-14rust: uaccess: add UserSliceReader::strcpy_into_bufAlice Ryhl1-1/+59
2025-07-14rust: uaccess: add strncpy_from_userAlice Ryhl1-1/+35
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein1-2/+2
2025-05-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-1/+1
2025-05-12rust: uaccess: take advantage of the prelude and `Result`'s defaultsMiguel Ojeda1-3/+1
2025-04-23rust: alloc: replace `Vec::set_len` with `inc_len`Tamir Duberstein1-1/+1
2025-03-23rust: uaccess: name the correct functionTamir Duberstein1-2/+1
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier1-3/+3
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo1-20/+7
2024-11-10rust: use custom FFI integer typesGary Guo1-3/+3
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich1-10/+7
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia1-1/+1
2024-07-08rust: uaccess: add typed accessors for userspace pointersAlice Ryhl1-2/+77
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho1-0/+313