index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
types.rs
Age
Commit message (
Expand
)
Author
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...
Benno Lossin
2025-03-10
rust: types: add intra-doc links for `Opaque<T>`
Dirk Behme
2025-03-08
rust: improve lifetimes markup
Borys Tyran
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
Wedson Almeida Filho
2022-12-04
rust: types: add `Either` type
Wedson Almeida Filho