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.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-06
rust: init: use explicit ABI to clean warning in future compilers
Miguel Ojeda
1
-1
/
+1
2025-01-14
rust: init: update `stack_try_pin_init` examples
Jimmy Ostler
1
-4
/
+20
2025-01-14
rust: init: replace unwraps with question mark operators
Daniel Sedlak
1
-2
/
+4
2024-11-11
rust: use custom FFI integer types
Gary Guo
1
-1
/
+1
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
1
-45
/
+1
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
1
-25
/
+26
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-11
/
+11
2024-10-07
rust: enable Clippy's `check-private-items`
Miguel Ojeda
1
-0
/
+1
2024-10-07
rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
Miguel Ojeda
1
-4
/
+0
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+5
2024-08-23
rust: init: add `assert_pinned` macro
Benno Lossin
1
-0
/
+68
2024-08-22
rust: init: add `write_[pin_]init` functions
Benno Lossin
1
-24
/
+60
2024-08-19
rust: Implement the smart pointer `InPlaceInit` for `Arc`
Alex Mantel
1
-4
/
+35
2024-07-10
rust: init: simplify from `map_err` to `inspect_err`
Miguel Ojeda
1
-9
/
+4
2024-05-14
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-31
/
+32
2024-05-05
rust: remove unneeded `kernel::prelude` imports from doctests
Nell Shamrell-Harrington
1
-3
/
+3
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
1
-2
/
+1
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
1
-24
/
+25
2024-04-16
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
1
-2
/
+2
2024-04-16
rust: alloc: introduce the `BoxExt` trait
Wedson Almeida Filho
1
-6
/
+7
2024-04-04
rust: init: remove impl Zeroable for Infallible
Laine Taffin Altman
1
-2
/
+9
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
1
-3
/
+3
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
1
-8
/
+8
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-19
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