index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
1
-1
/
+1
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-2
/
+2
2024-10-07
rust: enable Clippy's `check-private-items`
Miguel Ojeda
1
-0
/
+2
2024-10-07
rust: provide proper code documentation titles
Miguel Ojeda
1
-3
/
+4
2024-10-07
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