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.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
-2
/
+3
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
1
-3
/
+54
2025-03-08
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
1
-12
/
+4
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
1
-0
/
+1
2024-12-20
rust: sync: Add SpinLockGuard type alias
Lyude Paul
1
-1
/
+1
2024-12-20
rust: sync: Add MutexGuard type alias
Lyude Paul
1
-1
/
+1
2024-11-27
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+1
2024-11-11
rust: sync: add global lock support
Alice Ryhl
1
-0
/
+1
2024-09-30
rust: file: add abstraction for `poll_table`
Alice Ryhl
1
-0
/
+1
2024-05-05
rust: sync: implement `Default` for `LockClassKey`
Miguel Ojeda
1
-0
/
+6
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
1
-2
/
+3
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
1
-1
/
+1
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho
1
-0
/
+2
2023-04-22
rust: sync: introduce `LockedBy`
Wedson Almeida Filho
1
-0
/
+2
2023-04-22
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
1
-1
/
+1
2023-04-22
rust: lock: introduce `Mutex`
Wedson Almeida Filho
1
-0
/
+1
2023-04-22
rust: sync: introduce `Lock` and `Guard`
Wedson Almeida Filho
1
-1
/
+1
2023-04-21
rust: sync: introduce `LockClassKey`
Wedson Almeida Filho
1
-0
/
+45
2023-01-17
rust: sync: introduce `UniqueArc`
Wedson Almeida Filho
1
-1
/
+1
2023-01-17
rust: sync: introduce `ArcBorrow`
Wedson Almeida Filho
1
-1
/
+1
2023-01-17
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho
1
-0
/
+10