summaryrefslogtreecommitdiff
path: root/rust/kernel/sync/lock.rs
AgeCommit message (Expand)Author
2025-07-11rust: sync: Add #[must_use] to Lock::try_lock()Jason Devers
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy
2025-03-08rust: sync: lock: Add an example for Guard:: Lock_ref()Boqun Feng
2025-03-08rust: sync: Add accessor for the lock behind a given guardAlice Ryhl
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul
2024-12-19rust: sync: Make Guard::new() publicLyude Paul
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-10rust: use custom FFI integer typesGary Guo
2024-11-10rust: sync: add global lock supportAlice Ryhl
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-02-18rust: kernel: add doclinksValentin Obst
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl
2023-10-05rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`Gary Guo
2023-08-07rust: lock: Add intra-doc links to the Backend traitBen Gooding
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho
2023-04-22rust: lock: add `Guard::do_unlocked`Wedson Almeida Filho
2023-04-22rust: sync: introduce `LockedBy`Wedson Almeida Filho
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho
2023-04-22rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho