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
/
list.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
rust: list: Add examples for linked list
I Hsin Cheng
1
-0
/
+108
2025-05-22
rust: list: Use "List::is_empty()" to perform checking when possible
I Hsin Cheng
1
-2
/
+2
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
1
-3
/
+0
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
1
-0
/
+3
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-1
/
+1
2025-03-09
rust: list: make the cursor point between elements
Alice Ryhl
1
-54
/
+347
2025-03-09
rust: list: extract common code for insertion
Alice Ryhl
1
-38
/
+32
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+1
2024-08-23
rust: list: add ListArcField
Alice Ryhl
1
-0
/
+3
2024-08-23
rust: list: support heterogeneous lists
Alice Ryhl
1
-1
/
+46
2024-08-23
rust: list: add cursor
Alice Ryhl
1
-0
/
+82
2024-08-23
rust: list: add iterators
Alice Ryhl
1
-0
/
+102
2024-08-23
rust: list: add List
Alice Ryhl
1
-3
/
+327
2024-08-23
rust: list: add macro for implementing ListItem
Alice Ryhl
1
-0
/
+3
2024-08-23
rust: list: add struct with prev/next pointers
Alice Ryhl
1
-0
/
+119
2024-08-23
rust: list: add tracking for ListArc
Alice Ryhl
1
-1
/
+1
2024-08-23
rust: list: add ListArc
Alice Ryhl
1
-0
/
+8