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
/
__internal.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
1
-1
/
+1
2025-03-13
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-2
/
+2
2025-03-13
rust: enable Clippy's `check-private-items`
Miguel Ojeda
1
-0
/
+2
2025-03-13
rust: provide proper code documentation titles
Miguel Ojeda
1
-3
/
+4
2025-03-13
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+2
2024-08-23
rust: init: add `assert_pinned` macro
Benno Lossin
1
-0
/
+29
2023-08-21
rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
Benno Lossin
1
-1
/
+1
2023-08-21
rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
Benno Lossin
1
-0
/
+12
2023-08-21
rust: init: make guards in the init macros hygienic
Benno Lossin
1
-21
/
+4
2023-04-12
rust: init: add `stack_pin_init!` macro
Benno Lossin
1
-0
/
+57
2023-04-12
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
1
-0
/
+15
2023-04-12
rust: init: add initialization macros
Benno Lossin
1
-0
/
+130
2023-04-12
rust: add pin-init API core
Benno Lossin
1
-0
/
+33