index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
init
/
__internal.rs
(
follow
)
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