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_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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-14
rust: completion: implement initial abstraction
Danilo Krummrich
1
-0
/
+112
2025-06-05
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-11
/
+14
2025-05-26
rust: make section names plural
Patrick Miller
1
-1
/
+1
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...
Miguel Ojeda
1
-9
/
+12
2025-05-16
rust: sync: rcu: Mark Guard methods as inline
I Hsin Cheng
1
-0
/
+5
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
1
-1
/
+1
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
1
-9
/
+12
2025-03-31
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
6
-17
/
+85
2025-03-26
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
1
-2
/
+11
2025-03-25
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-10
/
+60
2025-03-16
rust: make pin-init its own crate
Benno Lossin
5
-12
/
+7
2025-03-16
rust: pin-init: fix documentation links
Benno Lossin
1
-1
/
+1
2025-03-16
rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...
Benno Lossin
1
-1
/
+64
2025-03-11
rust: sync: add `Arc::as_ptr`
Andreas Hindborg
1
-2
/
+11
2025-03-09
rust: improve lifetimes markup
Borys Tyran
1
-2
/
+2
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
4
-8
/
+8
2025-03-08
rust: sync: condvar: Add wait_interruptible_freezable()
Alice Ryhl
1
-1
/
+22
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
2025-03-06
rust: sync: add missing newline in locked_by log example
Alban Kurti
1
-1
/
+1
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+47
2025-01-22
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-17
/
+48
2025-01-14
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
1
-0
/
+7
2025-01-14
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
1
-9
/
+9
2025-01-14
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
1
-5
/
+5
2025-01-14
rust: arc: split unsafe block, add missing comment
Tamir Duberstein
1
-1
/
+5
2025-01-14
rust: types: avoid `as` casts
Tamir Duberstein
1
-4
/
+5
2025-01-14
rust: arc: use `NonNull::new_unchecked`
Tamir Duberstein
1
-4
/
+8
2025-01-14
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
1
-4
/
+11
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
1
-0
/
+47
2024-12-20
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
3
-0
/
+20
2024-12-20
rust: sync: Add SpinLockGuard type alias
Lyude Paul
1
-0
/
+8
2024-12-20
rust: sync: Add MutexGuard type alias
Lyude Paul
1
-0
/
+8
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-12-18
rust: sync: document `PhantomData` in `Arc`
Tamir Duberstein
1
-0
/
+8
2024-11-27
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
8
-32
/
+368
2024-11-11
rust: use custom FFI integer types
Gary Guo
5
-7
/
+7
2024-11-11
rust: sync: add global lock support
Alice Ryhl
2
-0
/
+304
2024-10-16
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
1
-1
/
+1
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
4
-13
/
+12
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
3
-0
/
+38
2024-10-08
Merge patch series "File abstractions needed by Rust Binder"
Christian Brauner
2
-4
/
+130
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
1
-6
/
+0
2024-10-07
rust: provide proper code documentation titles
Miguel Ojeda
1
-0
/
+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::unnecessary_safety_comment` lint
Miguel Ojeda
1
-1
/
+1
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2
-4
/
+4
2024-09-30
rust: file: add abstraction for `poll_table`
Alice Ryhl
1
-0
/
+121
2024-09-30
rust: types: add `NotThreadSafe`
Alice Ryhl
1
-4
/
+9
[next]