index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
types.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-19
rust: types: add `Opaque::zeroed`
Danilo Krummrich
1
-0
/
+8
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-4
/
+6
2025-03-16
rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into the kernel crate
Benno Lossin
1
-1
/
+4
2025-03-10
rust: types: add intra-doc links for `Opaque<T>`
Dirk Behme
1
-2
/
+2
2025-03-08
rust: improve lifetimes markup
Borys Tyran
1
-3
/
+3
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+11
2025-01-13
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
1
-13
/
+58
2025-01-13
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
1
-10
/
+10
2025-01-13
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
1
-7
/
+7
2025-01-13
rust: types: avoid `as` casts
Tamir Duberstein
1
-1
/
+1
2024-12-20
rust: types: add `Opaque::pin_init`
Danilo Krummrich
1
-0
/
+11
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+16
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-124
/
+72
2024-11-10
rust: use custom FFI integer types
Gary Guo
1
-7
/
+7
2024-10-24
rust: types: extend `Opaque` documentation
Dirk Behme
1
-1
/
+52
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
1
-1
/
+1
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
1
-50
/
+0
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
1
-68
/
+0
2024-10-09
rust: types: add Opaque::try_ffi_init
Alice Ryhl
1
-0
/
+16
2024-10-07
rust: enable `clippy::ignored_unit_patterns` lint
Miguel Ojeda
1
-1
/
+1
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+4
2024-10-07
rust: types: avoid repetition in `{As,From}Bytes` impls
Miguel Ojeda
1
-33
/
+35
2024-10-07
rust: types: add examples for the `Either` type
Nell Shamrell-Harrington
1
-0
/
+9
2024-09-30
rust: types: add `NotThreadSafe`
Alice Ryhl
1
-0
/
+21
2024-08-25
rust: types: add `ARef::into_raw`
Kartik Prajapati
1
-1
/
+30
2024-08-18
rust: types: improve `ForeignOwnable` documentation
Benno Lossin
1
-1
/
+4
2024-08-18
rust: implement ForeignOwnable for Pin<Box<T>>
Alice Ryhl
1
-0
/
+27
2024-07-08
rust: uaccess: add typed accessors for userspace pointers
Alice Ryhl
1
-0
/
+64
2024-05-05
rust: types: Make Opaque::get const
Boqun Feng
1
-1
/
+1
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
1
-2
/
+2
2024-02-25
rust: types: add `try_from_foreign()` method
Obei Sideg
1
-0
/
+19
2024-02-18
rust: kernel: add blank lines in front of code blocks
Valentin Obst
1
-0
/
+3
2023-08-29
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-6
/
+15
2023-08-28
Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-3
/
+3
2023-08-10
rust: types: make `Opaque` be `!Unpin`
Benno Lossin
1
-5
/
+14
2023-08-10
rust: make `UnsafeCell` the outer type in `Opaque`
Alice Ryhl
1
-5
/
+5
2023-08-04
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
1
-20
/
+2
2023-07-19
rust: types: make doctests compilable/testable
Miguel Ojeda
1
-3
/
+3
2023-05-31
rust: specify when `ARef` is thread safe
Alice Ryhl
1
-0
/
+13
2023-04-22
rust: introduce `ARef`
Wedson Almeida Filho
1
-0
/
+107
2023-04-12
rust: types: add `Opaque::ffi_init`
Benno Lossin
1
-0
/
+20
2023-04-12
rust: types: add `Opaque::raw_get`
Benno Lossin
1
-0
/
+8
2023-02-01
rust: types: implement `ForeignOwnable` for the unit type
Wedson Almeida Filho
1
-0
/
+12
2023-02-01
rust: types: implement `ForeignOwnable` for `Box<T>`
Wedson Almeida Filho
1
-0
/
+23
2023-02-01
rust: types: introduce `ForeignOwnable`
Wedson Almeida Filho
1
-0
/
+54
2023-02-01
rust: types: introduce `ScopeGuard`
Wedson Almeida Filho
1
-1
/
+125
2022-12-04
rust: types: add `Opaque` type
Wedson Almeida Filho
1
-0
/
+25
2022-12-04
rust: types: add `Either` type
Wedson Almeida Filho
1
-0
/
+12