index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
lock.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-31
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-4
/
+3
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-3
/
+1
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
1
-2
/
+2
2025-03-08
rust: sync: lock: Add an example for Guard:: Lock_ref()
Boqun Feng
1
-0
/
+24
2025-03-08
rust: sync: Add accessor for the lock behind a given guard
Alice Ryhl
1
-1
/
+6
2024-12-20
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
1
-0
/
+10
2024-12-20
rust: sync: Make Guard::new() public
Lyude Paul
1
-1
/
+1
2024-12-20
rust: sync: Add Lock::from_raw() for Lock<(), B>
Lyude Paul
1
-0
/
+23
2024-11-27
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-4
/
+23
2024-11-11
rust: use custom FFI integer types
Gary Guo
1
-1
/
+1
2024-11-11
rust: sync: add global lock support
Alice Ryhl
1
-0
/
+3
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
1
-0
/
+16
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-3
/
+3
2024-09-30
rust: types: add `NotThreadSafe`
Alice Ryhl
1
-4
/
+9
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
1
-1
/
+1
2024-02-18
rust: kernel: add doclinks
Valentin Obst
1
-3
/
+10
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
1
-1
/
+1
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
1
-2
/
+2
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
1
-2
/
+2
2023-10-05
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
1
-1
/
+0
2023-08-07
rust: lock: Add intra-doc links to the Backend trait
Ben Gooding
1
-3
/
+3
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho
1
-1
/
+0
2023-04-22
rust: lock: add `Guard::do_unlocked`
Wedson Almeida Filho
1
-1
/
+28
2023-04-22
rust: sync: introduce `LockedBy`
Wedson Almeida Filho
1
-1
/
+1
2023-04-22
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
1
-0
/
+1
2023-04-22
rust: lock: introduce `Mutex`
Wedson Almeida Filho
1
-0
/
+2
2023-04-22
rust: sync: introduce `Lock` and `Guard`
Wedson Almeida Filho
1
-0
/
+162