index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
init.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
2024-10-07
1
-11
/
+11
*
rust: enable Clippy's `check-private-items`
Miguel Ojeda
2024-10-07
1
-0
/
+1
*
rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
Miguel Ojeda
2024-10-07
1
-4
/
+0
*
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-10-07
1
-0
/
+5
*
rust: init: add `assert_pinned` macro
Benno Lossin
2024-08-23
1
-0
/
+68
*
rust: init: add `write_[pin_]init` functions
Benno Lossin
2024-08-22
1
-24
/
+60
*
rust: Implement the smart pointer `InPlaceInit` for `Arc`
Alex Mantel
2024-08-18
1
-4
/
+35
*
rust: init: simplify from `map_err` to `inspect_err`
Miguel Ojeda
2024-07-10
1
-9
/
+4
*
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-05-14
1
-31
/
+32
|
\
|
*
rust: remove unneeded `kernel::prelude` imports from doctests
Nell Shamrell-Harrington
2024-05-05
1
-3
/
+3
|
*
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
1
-2
/
+1
|
*
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
2024-04-16
1
-24
/
+25
|
*
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
2024-04-16
1
-2
/
+2
|
*
rust: alloc: introduce the `BoxExt` trait
Wedson Almeida Filho
2024-04-16
1
-6
/
+7
*
|
rust: init: remove impl Zeroable for Infallible
Laine Taffin Altman
2024-04-04
1
-2
/
+9
|
/
*
rust: kernel: add reexports for macros
Alice Ryhl
2024-02-18
1
-3
/
+3
*
rust: kernel: fix multiple typos in documentation
Valentin Obst
2024-02-18
1
-8
/
+8
*
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
2023-10-05
1
-10
/
+10
*
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2023-08-29
1
-371
/
+275
|
\
|
*
rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
Benno Lossin
2023-08-21
1
-0
/
+142
|
*
rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
Benno Lossin
2023-08-21
1
-13
/
+8
|
*
rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
Benno Lossin
2023-08-21
1
-1
/
+7
|
*
rust: init: add functions to create array initializers
Benno Lossin
2023-08-21
1
-0
/
+88
|
*
rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
Benno Lossin
2023-08-21
1
-1
/
+15
|
*
rust: init: make guards in the init macros hygienic
Benno Lossin
2023-08-21
1
-1
/
+0
|
*
rust: init: consolidate init macros
Benno Lossin
2023-08-21
1
-364
/
+24
*
|
rust: init: make doctests compilable/testable
Miguel Ojeda
2023-07-18
1
-9
/
+17
|
/
*
rust: upgrade to Rust 1.68.2
Miguel Ojeda
2023-05-31
1
-0
/
+5
*
rust: init: broaden the blanket impl of `Init`
Benno Lossin
2023-04-21
1
-2
/
+2
*
rust: types: add `Opaque::ffi_init`
Benno Lossin
2023-04-12
1
-0
/
+9
*
rust: init: add `Zeroable` trait and `init::zeroed` function
Benno Lossin
2023-04-12
1
-2
/
+95
*
rust: init: add `stack_pin_init!` macro
Benno Lossin
2023-04-12
1
-6
/
+134
*
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
2023-04-12
1
-0
/
+111
*
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
2023-04-12
1
-13
/
+115
*
rust: init: add initialization macros
Benno Lossin
2023-04-12
1
-5
/
+802
*
rust: add pin-init API core
Benno Lossin
2023-04-12
1
-0
/
+187