summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync/condvar.rs
AgeCommit message (Expand)AuthorLines
2025-11-02rust: condvar: fix broken intra-doc linkMiguel Ojeda-1/+1
2025-06-24rust: sync: Mark CondVar::notify_*() inlineKunwu Chan-0/+3
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-4/+2
2025-03-16rust: make pin-init its own crateBenno Lossin-3/+1
2025-03-16rust: pin-init: fix documentation linksBenno Lossin-1/+1
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy-3/+2
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl-1/+22
2024-11-10rust: use custom FFI integer typesGary Guo-1/+1
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich-2/+2
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda-1/+0
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda-1/+1
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda-1/+0
2024-04-16rust: init: update `init` module to take allocation flagsWedson Almeida Filho-1/+1
2024-02-18rust: kernel: add reexports for macrosAlice Ryhl-2/+2
2024-02-18rust: kernel: add srctree-relative doclinksValentin Obst-0/+2
2024-01-28rust: sync: update integer types in CondVarAlice Ryhl-18/+20
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl-6/+54
2024-01-28rust: sync: add `CondVar::notify_sync`Alice Ryhl-0/+10
2024-01-22rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"Charalampos Mitrodimas-8/+12
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda-1/+1
2023-12-21rust: sync: Makes `CondVar::wait()` an uninterruptible waitBoqun Feng-14/+14
2023-10-05rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`Gary Guo-1/+0
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho-0/+174