index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-08
rust: list: make the cursor point between elements
Alice Ryhl
1
-54
/
+347
2025-03-08
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