index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2024-05-17
rust: macros: fix soundness issue in `module!` macro
Benno Lossin
2024-05-17
rust: module: place generated init_module() function in .init.text
Thomas Bertschinger
2024-05-17
btf, scripts: rust: drop is_rust_module.sh
Andrea Righi
2024-05-17
rust: error: Rename to_kernel_errno() -> to_errno()
Asahi Lina
2024-05-17
kbuild: specify output names separately for each emission type from rustc
Masahiro Yamada
2024-05-17
rust: kernel: require `Send` for `Module` implementations
Wedson Almeida Filho
2024-05-02
rust: remove `params` from `module` macro example
Aswin Unnikrishnan
2023-08-11
rust: allocator: Prevent mis-aligned allocation
Boqun Feng
2023-04-26
rust: kernel: Mark rust_fmt_argument as extern "C"
David Gow
2023-04-26
rust: str: fix requierments->requirements typo
Patrick Blass
2023-02-06
rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
Miguel Ojeda
2022-09-28
Kbuild: add Rust support
Miguel Ojeda
2022-09-28
rust: export generated symbols
Miguel Ojeda
2022-09-28
rust: add `kernel` crate
Wedson Almeida Filho
2022-09-28
rust: add `bindings` crate
Miguel Ojeda
2022-09-28
rust: add `macros` crate
Miguel Ojeda
2022-09-28
rust: add `compiler_builtins` crate
Miguel Ojeda
2022-09-28
rust: adapt `alloc` crate to the kernel
Miguel Ojeda
2022-09-28
rust: import upstream `alloc` crate
Miguel Ojeda
2022-09-28
rust: add C helpers
Miguel Ojeda