开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
condvar.rs
Age
Commit message (
Expand
)
Author
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2024-10-07
rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
Miguel Ojeda
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
2024-02-18
rust: kernel: add srctree-relative doclinks
Valentin Obst
2024-01-28
rust: sync: update integer types in CondVar
Alice Ryhl
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
2024-01-28
rust: sync: add `CondVar::notify_sync`
Alice Ryhl
2024-01-22
rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
Charalampos Mitrodimas
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
2023-12-21
rust: sync: Makes `CondVar::wait()` an uninterruptible wait
Boqun Feng
2023-10-05
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho