summaryrefslogtreecommitdiff
path: root/rust/macros/module.rs
AgeCommit message (Expand)AuthorFilesLines
2025-05-18rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda1-14/+5
2025-03-13rust: use custom FFI integer typesGary Guo1-4/+4
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+12
2024-09-02rust: macros: provide correct provenance when constructing THIS_MODULEBoqun Feng1-1/+5
2024-08-19rust: module: add static pointer to `{init,cleanup}_module()`Miguel Ojeda1-0/+12
2024-07-08rust: add 'firmware' field support to module! macroFUJITA Tomonori1-2/+16
2024-04-16rust: macros: fix soundness issue in `module!` macroBenno Lossin1-75/+115
2024-02-25rust: module: place generated init_module() function in .init.textThomas Bertschinger1-1/+6
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi1-1/+1
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina1-1/+1
2023-04-11rust: macros: Allow specifying multiple module aliasesAsahi Lina1-5/+25
2022-12-04rust: macros: take string literals in `module!`Gary Guo1-5/+5
2022-09-28rust: add `macros` crateMiguel Ojeda1-0/+282