summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-07-06rust: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori
2025-03-28scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo
2025-03-28scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma
2024-10-17rust: macros: provide correct provenance when constructing THIS_MODULEBoqun Feng
2024-09-12rust: kbuild: fix export of bss symbolsAndreas Hindborg
2024-09-12rust: Use awk instead of recent xargsMatthew Maurer
2024-05-17rust: macros: fix soundness issue in `module!` macroBenno Lossin
2024-05-17rust: module: place generated init_module() function in .init.textThomas Bertschinger
2024-05-17btf, scripts: rust: drop is_rust_module.shAndrea Righi
2024-05-17rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina
2024-05-17kbuild: specify output names separately for each emission type from rustcMasahiro Yamada
2024-05-17rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho
2024-05-02rust: remove `params` from `module` macro exampleAswin Unnikrishnan
2023-08-11rust: allocator: Prevent mis-aligned allocationBoqun Feng
2023-04-26rust: kernel: Mark rust_fmt_argument as extern "C"David Gow
2023-04-26rust: str: fix requierments->requirements typoPatrick Blass
2023-02-06rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocksMiguel Ojeda
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-28rust: export generated symbolsMiguel Ojeda
2022-09-28rust: add `kernel` crateWedson Almeida Filho
2022-09-28rust: add `bindings` crateMiguel Ojeda
2022-09-28rust: add `macros` crateMiguel Ojeda
2022-09-28rust: add `compiler_builtins` crateMiguel Ojeda
2022-09-28rust: adapt `alloc` crate to the kernelMiguel Ojeda
2022-09-28rust: import upstream `alloc` crateMiguel Ojeda
2022-09-28rust: add C helpersMiguel Ojeda