index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
types.rs
Age
Commit message (
Expand
)
Author
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-13
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
2025-01-13
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
2025-01-13
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
2025-01-13
rust: types: avoid `as` casts
Tamir Duberstein
2024-12-20
rust: types: add `Opaque::pin_init`
Danilo Krummrich
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-24
rust: types: extend `Opaque` documentation
Dirk Behme
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
2024-10-09
rust: types: add Opaque::try_ffi_init
Alice Ryhl
2024-10-07
rust: enable `clippy::ignored_unit_patterns` lint
Miguel Ojeda
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-10-07
rust: types: avoid repetition in `{As,From}Bytes` impls
Miguel Ojeda
2024-10-07
rust: types: add examples for the `Either` type
Nell Shamrell-Harrington
2024-09-30
rust: types: add `NotThreadSafe`
Alice Ryhl
2024-08-25
rust: types: add `ARef::into_raw`
Kartik Prajapati
2024-08-18
rust: types: improve `ForeignOwnable` documentation
Benno Lossin
2024-08-18
rust: implement ForeignOwnable for Pin<Box<T>>
Alice Ryhl
2024-07-08
rust: uaccess: add typed accessors for userspace pointers
Alice Ryhl
2024-05-05
rust: types: Make Opaque::get const
Boqun Feng
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
2024-02-25
rust: types: add `try_from_foreign()` method
Obei Sideg
2024-02-18
rust: kernel: add blank lines in front of code blocks
Valentin Obst
2023-08-29
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2023-08-28
Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2023-08-10
rust: types: make `Opaque` be `!Unpin`
Benno Lossin
2023-08-10
rust: make `UnsafeCell` the outer type in `Opaque`
Alice Ryhl
2023-08-04
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
2023-07-19
rust: types: make doctests compilable/testable
Miguel Ojeda
2023-05-31
rust: specify when `ARef` is thread safe
Alice Ryhl
2023-04-22
rust: introduce `ARef`
Wedson Almeida Filho
2023-04-12
rust: types: add `Opaque::ffi_init`
Benno Lossin
2023-04-12
rust: types: add `Opaque::raw_get`
Benno Lossin
2023-02-01
rust: types: implement `ForeignOwnable` for the unit type
Wedson Almeida Filho
2023-02-01
rust: types: implement `ForeignOwnable` for `Box<T>`
Wedson Almeida Filho
2023-02-01
rust: types: introduce `ForeignOwnable`
Wedson Almeida Filho
2023-02-01
rust: types: introduce `ScopeGuard`
Wedson Almeida Filho
2022-12-04
rust: types: add `Opaque` type
rust-6.2
Wedson Almeida Filho
2022-12-04
rust: types: add `Either` type
Wedson Almeida Filho