summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-037-16/+39
|\
| * modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada2024-11-031-1/+1
| * modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada2024-11-031-5/+5
| * kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada2024-10-311-1/+12
| * kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profileMasahiro Yamada2024-10-311-0/+1
| * kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profileMasahiro Yamada2024-10-313-6/+11
| * kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada2024-10-311-1/+6
| * sumversion: Fix a memory leak in get_src_version()Elena Salomatkina2024-10-231-2/+3
* | kbuild: rust: avoid errors with old `rustc`s without LLVM patch versionMiguel Ojeda2024-10-281-1/+1
|/
* kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`Gary Guo2024-10-132-0/+25
* kbuild: fix issues with rustc-optionAlice Ryhl2024-10-101-1/+4
* kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macrosMasahiro Yamada2024-10-101-6/+3
* kbuild: deb-pkg: Remove blank first line from maint scriptsAaron Thompson2024-10-071-1/+0
* scripts: import more list macrosSami Tolvanen2024-10-071-0/+50
* kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada2024-10-021-1/+1
* kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada2024-10-011-2/+2
* kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada2024-10-011-0/+1
* kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada2024-09-301-2/+8
* kbuild: move non-boot built-in DTBs to .rodata sectionMasahiro Yamada2024-09-301-1/+3
* Reduce Coccinelle choices in string_choices.cocciJulia Lawall2024-09-281-50/+41
* coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li2024-09-281-8/+0
* coccinelle: Add rules to find str_yes_no() replacementsHongbo Li2024-09-281-0/+19
* coccinelle: Add rules to find str_on_off() replacementsHongbo Li2024-09-281-0/+19
* coccinelle: Add rules to find str_write_read() replacementsHongbo Li2024-09-281-0/+19
* coccinelle: Add rules to find str_read_write() replacementsHongbo Li2024-09-281-0/+19
* coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li2024-09-281-0/+38
* coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li2024-09-281-0/+38
* coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li2024-09-281-0/+42
* coccinelle: Add rules to find str_false_true() replacementsHongbo Li2024-09-281-0/+19
* coccinelle: Add rules to find str_true_false() replacementsHongbo Li2024-09-281-0/+19
* Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-281-0/+2
|\
| * module: Split modules_install compression and in-kernel decompressionPetr Pavlu2024-08-191-0/+2
* | [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-262-0/+15
|\ \
| * \ Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman2024-09-099-50/+67
| |\ \
| * | | slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()Masahiro Yamada2024-09-032-0/+15
| | |/ | |/|
* | | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-257-47/+169
|\ \ \
| * | | kbuild: rust: Enable KASAN supportMatthew Maurer2024-09-163-17/+45
| * | | kbuild: rust: Define probing macros for rustcMatthew Maurer2024-09-162-0/+23
| * | | kasan: simplify and clarify MakefileAndrey Konovalov2024-09-161-22/+23
| * | | rust: cfi: add support for CFI_CLANG with RustMatthew Maurer2024-09-161-0/+1
| * | | kbuild: rust: add `CONFIG_RUSTC_VERSION`Miguel Ojeda2024-09-051-0/+26
| * | | rust: support arrays in target JSONMatthew Maurer2024-08-231-29/+53
| * | | objtool/kbuild/rust: enable objtool for RustMiguel Ojeda2024-08-181-2/+7
| * | | x86/rust: support MITIGATION_SLSMiguel Ojeda2024-08-181-0/+8
| * | | x86/rust: support MITIGATION_RETPOLINEMiguel Ojeda2024-08-181-0/+7
| |/ /
* | | Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-09-2442-726/+1758
|\ \ \
| * | | kbuild: remove append operation on cmd_ld_ko_oThomas Weißschuh2024-09-201-1/+1
| * | | kconfig: cache expression valuesMasahiro Yamada2024-09-205-4/+39
| * | | kconfig: use hash table to reuse expressionsMasahiro Yamada2024-09-205-277/+170