index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
types.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-195
/
+34
2025-07-22
rust: kernel: move ARef and AlwaysRefCounted to sync::aref
Shankari Anand
1
-151
/
+3
2025-07-21
rust: types: remove `Either<L, R>`
Benno Lossin
1
-18
/
+0
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
1
-4
/
+4
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
1
-0
/
+5
2025-07-14
rust: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
1
-0
/
+1
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
1
-23
/
+22
2025-06-28
rust: implement `Wrapper<T>` for `Opaque<T>`
Christian Schrefl
1
-12
/
+14
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-15
/
+31
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
1
-15
/
+31
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 ...
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...
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/g...
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/lin...
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
[next]