summaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'refs/heads/bits/000-devicetree', 'refs/heads/bits/005-maintai...asahi-6.1-rc5-5Hector Martin2022-11-157-4/+275
|\
| * Merge tag 'v6.1-rc1' into syncMiguel Ojeda2022-10-1830-486/+697
| |\
| * | scripts: port `rustdoc_test_gen.py` to RustMiguel Ojeda2022-10-133-59/+65
| * | scripts: port `rustdoc_test_builder.rs` to RustMiguel Ojeda2022-10-135-49/+53
| * | rust: support the `?` operator in doctestsMiguel Ojeda2022-10-132-41/+23
| * | Merge pull request #891 from ojeda/commentsMiguel Ojeda2022-09-271-1/+7
| |\ \
| | * | kallsyms: explain why the `_Static_assert` is neededMiguel Ojeda2022-09-271-1/+7
| * | | Merge pull request #890 from ojeda/array-sizeMiguel Ojeda2022-09-271-1/+1
| |\ \ \
| | * | | kallsyms: replace `sizeof` with `ARRAY_SIZE`Miguel Ojeda2022-09-271-1/+1
| | |/ /
| * | | Merge tag 'v6.0-rc7' into syncMiguel Ojeda2022-09-2788-625/+397
| |\ \ \ | | |/ / | |/| |
| * | | scripts: move `rust-is-available` to `rust_is_available`Miguel Ojeda2022-08-042-1/+1
| * | | x86: rust: move unknown-to-`rustc` codegen features back to the target spec fileMiguel Ojeda2022-08-011-1/+5
| * | | scripts: is_rust_module: add comment and link about `.comment`Miguel Ojeda2022-08-011-0/+3
| * | | treewide: fix too-long-lines `checkpatch.pl` warningsMiguel Ojeda2022-08-011-1/+2
| * | | Merge pull request #845 from ojeda/i-to-rsiMiguel Ojeda2022-08-011-4/+4
| |\ \ \
| | * | | rust: use `.rsi` for macro expanded outputsMiguel Ojeda2022-08-011-4/+4
| * | | | scripts: checkpatch: use `elsif` and make `%pA` an `ERROR`Joe Perches2022-08-011-6/+6
| |/ / /
| * | | Merge tag 'v5.19-rc8' into syncMiguel Ojeda2022-07-243-2/+3
| |\ \ \
| * \ \ \ Merge pull request #826 from bjorn3/concat_idents_macroWedson Almeida Filho2022-07-121-1/+1
| |\ \ \ \
| | * | | | Re-implement concat_idents! in libmacrosbjorn32022-07-101-1/+1
| * | | | | Merge tag 'v5.19-rc6' into syncMiguel Ojeda2022-07-1110-41/+76
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Move bindings related code to rust/bindingsbjorn32022-07-101-1/+1
| * | | | | Split bindings crate out of the main kernel cratebjorn32022-07-101-2/+9
| * | | | | Merge pull request #789 from tiagolam/tiagolam/fix-build-clang-warningMiguel Ojeda2022-07-021-0/+1
| |\ \ \ \ \
| | * | | | | scripts: Take only first line of clang version.Tiago Lam2022-06-151-0/+1
| * | | | | | rust: add support for work queuesWedson Almeida Filho2022-07-011-1/+1
| * | | | | | rust: use `feature(core_ffi_c)` and `feature(c_size_t)` to replace `c_types` ...Miguel Ojeda2022-06-301-1/+1
| * | | | | | Rust 1.62.0Miguel Ojeda2022-06-291-1/+1
| |/ / / / /
| * | | | | Merge tag 'v5.19-rc1' into syncMiguel Ojeda2022-06-0766-1129/+1606
| |\ \ \ \ \
| * | | | | | scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda2022-05-281-2/+2
| * | | | | | scripts: checkpatch: diagnose uses of `%pA` in the C sideMiguel Ojeda2022-05-281-0/+4
| * | | | | | treewide: use `GPL` as the license string instead of `GPL v2`Miguel Ojeda2022-05-271-1/+1
| * | | | | | x86: rust: move unknown-to-`rustc` codegen features back to the target spec fileMiguel Ojeda2022-05-201-0/+1
| * | | | | | rust: upgrade to Rust 1.61.0Miguel Ojeda2022-05-201-1/+1
| * | | | | | scripts: generate_rust_analyzer: add missing SPDX identifierMiguel Ojeda2022-05-101-0/+1
| * | | | | | rust: arch/um: Add support for CONFIG_RUST under x86_64 UMLDavid Gow2022-05-101-1/+1
| * | | | | | kallsyms: sync with v2 upstream patchesMiguel Ojeda2022-05-061-2/+2
| * | | | | | rust: automatically provide `use kernel::prelude::*` for doctestsMiguel Ojeda2022-05-051-0/+3
| * | | | | | rust: support running documentation tests in-kernelMiguel Ojeda2022-05-052-0/+220
| * | | | | | Merge pull request #758 from ojeda/syncMiguel Ojeda2022-05-043-19/+29
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'v5.18-rc5' into syncMiguel Ojeda2022-05-033-19/+29
| | |\ \ \ \ \ \
| * | | | | | | | kallsyms: provide a bigger buffer to report the real lengthMiguel Ojeda2022-05-021-3/+10
| |/ / / / / / /
| * | | | | | | rust: upgrade to Rust 1.60.0Miguel Ojeda2022-04-121-1/+1
| * | | | | | | Merge tag 'v5.18-rc2' into syncMiguel Ojeda2022-04-1231-395/+915
| |\ \ \ \ \ \ \
| * | | | | | | | scripts: generate_rust_target: add comment on `llvm-target`Miguel Ojeda2022-03-161-0/+1
| * | | | | | | | rust: target: improve a few commentsMiguel Ojeda2022-03-141-6/+7
| * | | | | | | | rust: target: arm64: disable `neon` and `fp-armv8`Miguel Ojeda2022-03-141-1/+1
| * | | | | | | | rust: target: remove `crt-static-respected`Miguel Ojeda2022-03-141-1/+0
| * | | | | | | | rust: target: remove `dynamic-linking`Miguel Ojeda2022-03-141-1/+0
| * | | | | | | | rust: target: move `function-sections` to command-lineMiguel Ojeda2022-03-141-1/+0