index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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-11-26
rust: list: add warning to List::remove docs about mem::take
Alice Ryhl
1
-0
/
+3
2025-09-15
rust: list: Add an example for `ListLinksSelfPtr` usage
Boqun Feng
1
-0
/
+120
2025-07-19
rust: list: remove OFFSET constants
Tamir Duberstein
1
-11
/
+12
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
1
-1
/
+1
2025-06-24
rust: list: replace unwrap() with ? in doctest examples
Albin Babu Varghese
1
-19
/
+19
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