index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
uaccess.rs
Age
Commit message (
Expand
)
Author
11 days
Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-03-31
rust_binder: introduce TransactionInfo
Alice Ryhl
2026-03-27
rust: uaccess: generalize write_dma() to accept any Coherent<T>
Danilo Krummrich
2026-03-25
rust: uaccess: add write_dma() for copying from DMA buffers to userspace
Timur Tabi
2025-11-05
rust: uaccess: add UserSliceWriter::write_slice_file()
Danilo Krummrich
2025-11-05
rust: uaccess: add UserSliceWriter::write_slice_partial()
Danilo Krummrich
2025-11-05
rust: uaccess: add UserSliceReader::read_slice_file()
Danilo Krummrich
2025-11-05
rust: uaccess: add UserSliceReader::read_slice_partial()
Danilo Krummrich
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
2025-07-14
rust: uaccess: add UserSliceReader::strcpy_into_buf
Alice Ryhl
2025-07-14
rust: uaccess: add strncpy_from_user
Alice Ryhl
2025-06-22
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
2025-03-23
rust: uaccess: name the correct function
Tamir Duberstein
2025-01-13
rust: uaccess: generalize userSliceReader to support any Vec
Filipe Xavier
2024-12-16
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
2024-07-08
rust: uaccess: add typed accessors for userspace pointers
Alice Ryhl
2024-07-08
rust: uaccess: add userspace pointers
Wedson Almeida Filho