index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
rpi-mipi
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
lock.rs
Age
Commit message (
Expand
)
Author
2025-03-13
rust: use custom FFI integer types
Gary Guo
2025-03-13
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-02-18
rust: kernel: add doclinks
Valentin Obst
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
2023-10-05
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
2023-08-07
rust: lock: Add intra-doc links to the Backend trait
Ben Gooding
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho
2023-04-22
rust: lock: add `Guard::do_unlocked`
Wedson Almeida Filho
2023-04-22
rust: sync: introduce `LockedBy`
Wedson Almeida Filho
2023-04-22
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
2023-04-22
rust: lock: introduce `Mutex`
Wedson Almeida Filho
2023-04-22
rust: sync: introduce `Lock` and `Guard`
Wedson Almeida Filho