开源镜像站
帮助
下载
动态
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
/
firmware.rs
Age
Commit message (
Expand
)
Author
2025-09-16
rust: firmware: use `core::ffi::CStr` method names
Tamir Duberstein
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-04-14
rust: firmware: Use `ffi::c_char` type in `FwFunc`
Christian Schrefl
2025-03-09
rust: firmware: add `module_firmware!` macro
Danilo Krummrich
2025-03-09
rust: firmware: introduce `firmware::ModInfoBuilder`
Danilo Krummrich
2024-12-16
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
2024-10-03
rust: device: change the from_raw() function
Guilherme Giacomo Simoes
2024-07-31
rust: firmware: fix invalid rustdoc link
Andrew Ballance
2024-07-10
firmware_loader: fix soundness issue in `request_internal`
Danilo Krummrich
2024-07-10
firmware_loader: annotate doctests as `no_run`
Danilo Krummrich
2024-06-20
firmware: rust: improve safety comments
Danilo Krummrich
2024-06-18
rust: add firmware abstractions
Danilo Krummrich