aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/list/arc.rs
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2026-04-07rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify codeMiguel Ojeda1-21/+1
2026-03-27rust: list: hide macros from top-level kernel docGary Guo1-0/+1
2026-03-08rust: list: Use AtomicFlag in AtomicTrackerFUJITA Tomonori1-4/+4
2026-01-09rust: list: Switch to kernel::sync atomic primitivesFUJITA Tomonori1-8/+6
2025-05-29rust: list: Fix typo `much` in arc.rsSylvan Smit1-1/+1
2025-05-26rust: make section names pluralPatrick Miller1-1/+1
2025-05-26rust: list: fix path of `assert_pinned!`Benno Lossin1-1/+1
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding1-3/+6
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo1-3/+0
2024-08-23rust: list: add ListAlice Ryhl1-2/+4
2024-08-23rust: list: add tracking for ListArcAlice Ryhl1-2/+169
2024-08-23rust: list: add ListArcAlice Ryhl1-0/+352