index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
uaccess.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
1
-12
/
+59
2025-07-14
rust: uaccess: add UserSliceReader::strcpy_into_buf
Alice Ryhl
1
-1
/
+59
2025-07-14
rust: uaccess: add strncpy_from_user
Alice Ryhl
1
-1
/
+35
2025-06-22
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
1
-2
/
+2
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
1
-1
/
+1
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
1
-3
/
+1
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
1
-1
/
+1
2025-03-23
rust: uaccess: name the correct function
Tamir Duberstein
1
-2
/
+1
2025-01-13
rust: uaccess: generalize userSliceReader to support any Vec
Filipe Xavier
1
-3
/
+3
2024-12-16
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
1
-20
/
+7
2024-11-10
rust: use custom FFI integer types
Gary Guo
1
-3
/
+3
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
1
-10
/
+7
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
1
-1
/
+1
2024-07-08
rust: uaccess: add typed accessors for userspace pointers
Alice Ryhl
1
-2
/
+77
2024-07-08
rust: uaccess: add userspace pointers
Wedson Almeida Filho
1
-0
/
+313