index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-29
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-3
/
+3
2023-08-29
Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-2
/
+9
2023-08-07
rust: lock: Add intra-doc links to the Backend trait
Ben Gooding
1
-3
/
+3
2023-08-04
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
1
-2
/
+1
2023-07-19
rust: sync: make doctests compilable/testable
Miguel Ojeda
3
-2
/
+9
2023-05-31
rust: sync: reword the `Arc` safety comment for `Sync`
Alice Ryhl
1
-3
/
+5
2023-05-31
rust: sync: reword the `Arc` safety comment for `Send`
Alice Ryhl
1
-2
/
+2
2023-05-31
rust: sync: implement `AsRef<T>` for `Arc<T>`
Alice Ryhl
1
-0
/
+6
2023-05-31
rust: sync: add `Arc::ptr_eq`
Alice Ryhl
1
-0
/
+5
2023-05-31
rust: arc: fix intra-doc link in `Arc<T>::init`
Miguel Ojeda
1
-1
/
+1
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho
2
-1
/
+174
2023-04-22
rust: lock: add `Guard::do_unlocked`
Wedson Almeida Filho
2
-2
/
+30
2023-04-22
rust: sync: introduce `LockedBy`
Wedson Almeida Filho
2
-1
/
+157
2023-04-22
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
2
-0
/
+117
2023-04-22
rust: lock: introduce `Mutex`
Wedson Almeida Filho
2
-0
/
+120
2023-04-22
rust: sync: introduce `Lock` and `Guard`
Wedson Almeida Filho
1
-0
/
+162
2023-04-12
rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
Benno Lossin
1
-0
/
+24
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
1
-3
/
+13
2023-04-12
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
1
-0
/
+24
2023-04-12
rust: sync: change error type of constructor functions
Benno Lossin
1
-4
/
+4
2023-04-12
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
1
-0
/
+11
2023-04-11
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2
-0
/
+30
2023-04-10
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
1
-0
/
+25
2023-02-07
rust: types: implement `ForeignOwnable` for `Arc<T>`
Wedson Almeida Filho
1
-1
/
+31
2023-01-17
rust: sync: add support for dispatching on Arc and ArcBorrow.
Wedson Almeida Filho
1
-2
/
+18
2023-01-17
rust: sync: introduce `UniqueArc`
Wedson Almeida Filho
1
-2
/
+150
2023-01-17
rust: sync: allow type of `self` to be `ArcBorrow<T>`
Wedson Almeida Filho
1
-0
/
+23
2023-01-17
rust: sync: introduce `ArcBorrow`
Wedson Almeida Filho
1
-0
/
+97
2023-01-17
rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
Wedson Almeida Filho
1
-1
/
+26
2023-01-17
rust: sync: allow type of `self` to be `Arc<T>` or variants
Wedson Almeida Filho
1
-0
/
+28
2023-01-17
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho
1
-0
/
+157