index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
condvar.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-1
/
+1
2025-11-02
rust: condvar: fix broken intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
1
-1
/
+1
2025-06-24
rust: sync: Mark CondVar::notify_*() inline
Kunwu Chan
1
-0
/
+3
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-4
/
+2
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-3
/
+1
2025-03-16
rust: pin-init: fix documentation links
Benno Lossin
1
-1
/
+1
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
1
-3
/
+2
2025-03-08
rust: sync: condvar: Add wait_interruptible_freezable()
Alice Ryhl
1
-1
/
+22
2024-11-10
rust: use custom FFI integer types
Gary Guo
1
-1
/
+1
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
1
-2
/
+2
2024-10-07
rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
Miguel Ojeda
1
-1
/
+0
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-1
/
+1
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
1
-1
/
+0
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
1
-1
/
+1
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
1
-2
/
+2
2024-02-18
rust: kernel: add srctree-relative doclinks
Valentin Obst
1
-0
/
+2
2024-01-28
rust: sync: update integer types in CondVar
Alice Ryhl
1
-18
/
+20
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
1
-6
/
+54
2024-01-28
rust: sync: add `CondVar::notify_sync`
Alice Ryhl
1
-0
/
+10
2024-01-22
rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
Charalampos Mitrodimas
1
-8
/
+12
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
1
-1
/
+1
2023-12-21
rust: sync: Makes `CondVar::wait()` an uninterruptible wait
Boqun Feng
1
-14
/
+14
2023-10-05
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
1
-1
/
+0
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho
1
-0
/
+174