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
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
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
/
lib.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-23
rust: list: add ListArc
Alice Ryhl
1
-0
/
+1
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+2
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+3
2024-07-09
rust: add abstraction for `struct page`
Alice Ryhl
1
-0
/
+1
2024-07-09
rust: uaccess: add userspace pointers
Wedson Almeida Filho
1
-0
/
+1
2024-06-18
rust: add firmware abstractions
Danilo Krummrich
1
-0
/
+2
2024-06-18
rust: add abstraction for struct device
Danilo Krummrich
1
-0
/
+1
2024-06-14
rust: block: introduce `kernel::block::mq` module
Andreas Hindborg
1
-0
/
+2
2024-05-14
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-5
/
+8
2024-04-23
rust: kernel: require `Send` for `Module` implementations
Wedson Almeida Filho
1
-1
/
+1
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
1
-1
/
+0
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
1
-1
/
+0
2024-04-16
rust: alloc: introduce the `VecExt` trait
Wedson Almeida Filho
1
-0
/
+1
2024-04-16
rust: kernel: move `allocator` module under `alloc`
Wedson Almeida Filho
1
-3
/
+1
2024-03-29
rust: upgrade to Rust 1.77.1
Miguel Ojeda
1
-1
/
+0
2024-03-29
rust: add `Module::as_ptr`
Alice Ryhl
1
-0
/
+7
2024-02-25
rust: add `container_of!` macro
Wedson Almeida Filho
1
-0
/
+32
2024-02-18
rust: kernel: stop using ptr_metadata feature
Alice Ryhl
1
-1
/
+0
2024-02-18
rust: kernel: add srctree-relative doclinks
Valentin Obst
1
-1
/
+1
2024-01-28
rust: time: add msecs to jiffies conversion
Alice Ryhl
1
-0
/
+1
2024-01-22
rust: upgrade to Rust 1.75.0
Miguel Ojeda
1
-1
/
+0
2023-12-15
rust: core abstractions for network PHY drivers
FUJITA Tomonori
1
-0
/
+3
2023-09-25
rust: workqueue: add helper for defining work_struct fields
Alice Ryhl
1
-0
/
+1
2023-09-25
rust: workqueue: add low-level workqueue bindings
Alice Ryhl
1
-0
/
+1
2023-09-25
rust: sync: add `Arc::{from_raw, into_raw}`
Wedson Almeida Filho
1
-0
/
+1
2023-08-29
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-3
/
+0
2023-08-15
rust: bindgen: upgrade to 0.65.1
Aakash Sen Sharma
1
-3
/
+0
2023-07-19
rust: support running Rust documentation tests as KUnit ones
Miguel Ojeda
1
-0
/
+2
2023-05-31
rust: upgrade to Rust 1.68.2
Miguel Ojeda
1
-4
/
+0
2023-04-22
rust: ioctl: Add ioctl number manipulation functions
Asahi Lina
1
-0
/
+1
2023-04-22
rust: uapi: Add UAPI crate
Asahi Lina
1
-0
/
+1
2023-04-22
rust: add basic `Task`
Wedson Almeida Filho
1
-0
/
+1
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
1
-1
/
+0
2023-04-12
rust: add pin-init API core
Benno Lossin
1
-0
/
+6
2023-04-12
rust: enable the `pin_macro` feature
Benno Lossin
1
-0
/
+1
2023-04-10
rust: Enable the new_uninit feature for kernel and driver crates
Asahi Lina
1
-0
/
+1
2023-02-01
rust: types: introduce `ForeignOwnable`
Wedson Almeida Filho
1
-0
/
+1
2023-01-17
rust: sync: add support for dispatching on Arc and ArcBorrow.
Wedson Almeida Filho
1
-0
/
+1
2023-01-17
rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
Wedson Almeida Filho
1
-0
/
+2
2023-01-17
rust: sync: allow type of `self` to be `Arc<T>` or variants
Wedson Almeida Filho
1
-0
/
+1
2023-01-17
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho
1
-0
/
+1
2022-12-04
rust: types: add `Either` type
Wedson Almeida Filho
1
-0
/
+1
2022-12-04
rust: build_assert: add `build_{error,assert}!` macros
Gary Guo
1
-0
/
+4
2022-12-04
rust: static_assert: add `static_assert!` macro
Miguel Ojeda
1
-0
/
+1
2022-12-04
rust: std_vendor: add `dbg!` macro based on `std`'s one
Niklas Mohrin
1
-0
/
+2
2022-12-04
rust: error: add `From` implementations for `Error`
Wedson Almeida Filho
1
-0
/
+1
2022-09-28
rust: add `kernel` crate
Wedson Almeida Filho
1
-0
/
+78