index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
lock.rs
Age
Commit message (
Expand
)
Author
2024-12-19
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
2024-12-19
rust: sync: Make Guard::new() public
Lyude Paul
2024-12-19
rust: sync: Add Lock::from_raw() for Lock<(), B>
Lyude Paul
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-11-10
rust: sync: add global lock support
Alice Ryhl
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-09-30
rust: types: add `NotThreadSafe`
Alice Ryhl
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