index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
init.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
1
-10
/
+10
2023-08-29
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-371
/
+275
2023-08-21
rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
Benno Lossin
1
-0
/
+142
2023-08-21
rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
Benno Lossin
1
-13
/
+8
2023-08-21
rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
Benno Lossin
1
-1
/
+7
2023-08-21
rust: init: add functions to create array initializers
Benno Lossin
1
-0
/
+88
2023-08-21
rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
Benno Lossin
1
-1
/
+15
2023-08-21
rust: init: make guards in the init macros hygienic
Benno Lossin
1
-1
/
+0
2023-08-21
rust: init: consolidate init macros
Benno Lossin
1
-364
/
+24
2023-07-18
rust: init: make doctests compilable/testable
Miguel Ojeda
1
-9
/
+17
2023-05-31
rust: upgrade to Rust 1.68.2
Miguel Ojeda
1
-0
/
+5
2023-04-21
rust: init: broaden the blanket impl of `Init`
Benno Lossin
1
-2
/
+2
2023-04-12
rust: types: add `Opaque::ffi_init`
Benno Lossin
1
-0
/
+9
2023-04-12
rust: init: add `Zeroable` trait and `init::zeroed` function
Benno Lossin
1
-2
/
+95
2023-04-12
rust: init: add `stack_pin_init!` macro
Benno Lossin
1
-6
/
+134
2023-04-12
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
1
-0
/
+111
2023-04-12
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
1
-13
/
+115
2023-04-12
rust: init: add initialization macros
Benno Lossin
1
-5
/
+802
2023-04-12
rust: add pin-init API core
Benno Lossin
1
-0
/
+187