开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
list
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11 days
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
2026-03-27
rust: list: hide macros from top-level kernel doc
Gary Guo
2026-03-08
rust: list: Use AtomicFlag in AtomicTracker
FUJITA Tomonori
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-02-20
rust: list: Add unsafe blocks for container_of and safety comments
Philipp Stanner
2026-01-09
rust: list: Switch to kernel::sync atomic primitives
FUJITA Tomonori
2025-07-20
rust: list: remove nonexistent generic parameter in link
Miguel Ojeda
2025-07-19
rust: list: remove OFFSET constants
Tamir Duberstein
2025-07-19
rust: list: add `impl_list_item!` examples
Tamir Duberstein
2025-07-19
rust: list: use fully qualified path
Tamir Duberstein
2025-07-19
rust: list: use consistent self parameter name
Tamir Duberstein
2025-07-19
rust: list: use consistent type parameter style
Tamir Duberstein
2025-07-19
rust: list: simplify macro capture
Tamir Duberstein
2025-07-19
rust: list: undo unintended replacement of method name
Miguel Ojeda
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-05-29
rust: list: Fix typo `much` in arc.rs
Sylvan Smit
2025-05-26
rust: make section names plural
Patrick Miller
2025-05-26
rust: list: fix path of `assert_pinned!`
Benno Lossin
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
2024-08-23
rust: list: add ListArcField
Alice Ryhl
2024-08-23
rust: list: support heterogeneous lists
Alice Ryhl
2024-08-23
rust: list: add List
Alice Ryhl
2024-08-23
rust: list: add macro for implementing ListItem
Alice Ryhl
2024-08-23
rust: list: add tracking for ListArc
Alice Ryhl
2024-08-23
rust: list: add ListArc
Alice Ryhl