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
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
2024-09-26
rust: sync: require `T: Sync` for `LockedBy::access`
Alice Ryhl
1
-4
/
+14
2024-08-19
rust: Implement the smart pointer `InPlaceInit` for `Arc`
Alex Mantel
1
-23
/
+2
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
5
-7
/
+1
2024-05-05
rust: sync: add `Arc::into_unique_or_drop`
Alice Ryhl
1
-0
/
+62
2024-05-05
rust: sync: add `ArcBorrow::from_raw`
Alice Ryhl
1
-18
/
+58
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
1
-2
/
+2
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
4
-13
/
+16
2024-04-16
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
1
-14
/
+14
2024-04-16
rust: alloc: introduce the `BoxExt` trait
Wedson Almeida Filho
1
-1
/
+2
2024-02-18
rust: kernel: stop using ptr_metadata feature
Alice Ryhl
1
-9
/
+7
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
3
-4
/
+6
2024-02-18
rust: locked_by: shorten doclink preview
Valentin Obst
1
-2
/
+5
2024-02-18
rust: kernel: add doclinks
Valentin Obst
2
-6
/
+13
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
1
-1
/
+1
2024-02-18
rust: kernel: unify spelling of refcount in docs
Valentin Obst
1
-4
/
+4
2024-02-18
rust: kernel: add srctree-relative doclinks
Valentin Obst
1
-0
/
+2
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
2
-3
/
+3
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
2
-8
/
+56
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
3
-3
/
+3
2023-12-21
rust: sync: Makes `CondVar::wait()` an uninterruptible wait
Boqun Feng
1
-14
/
+14
2023-10-31
Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+44
2023-10-05
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
2
-2
/
+0
2023-10-05
rust: arc: add explicit `drop()` around `Box::from_raw()`
Miguel Ojeda
1
-1
/
+1
2023-09-25
rust: sync: add `Arc::{from_raw, into_raw}`
Wedson Almeida Filho
1
-2
/
+44
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
[next]