summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kbuild: deb-pkg: Remove blank first line from maint scriptsAaron Thompson22 hours1-1/+0
* scripts: import more list macrosSami Tolvanen22 hours1-0/+50
* kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada5 days1-1/+1
* kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada6 days1-2/+2
* kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada6 days1-0/+1
* kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada7 days1-2/+8
* kbuild: move non-boot built-in DTBs to .rodata sectionMasahiro Yamada7 days1-1/+3
* Reduce Coccinelle choices in string_choices.cocciJulia Lawall9 days1-50/+41
* coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li9 days1-8/+0
* coccinelle: Add rules to find str_yes_no() replacementsHongbo Li9 days1-0/+19
* coccinelle: Add rules to find str_on_off() replacementsHongbo Li9 days1-0/+19
* coccinelle: Add rules to find str_write_read() replacementsHongbo Li9 days1-0/+19
* coccinelle: Add rules to find str_read_write() replacementsHongbo Li9 days1-0/+19
* coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li9 days1-0/+38
* coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li9 days1-0/+38
* coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li9 days1-0/+42
* coccinelle: Add rules to find str_false_true() replacementsHongbo Li9 days1-0/+19
* coccinelle: Add rules to find str_true_false() replacementsHongbo Li9 days1-0/+19
* Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9 days1-0/+2
|\
| * module: Split modules_install compression and in-kernel decompressionPetr Pavlu2024-08-191-0/+2
* | [tree-wide] finally take no_llseek outAl Viro10 days1-1/+0
* | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11 days2-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 Torvalds12 days7-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 Torvalds13 days42-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
| * | | kconfig: refactor expr_eliminate_dups()Masahiro Yamada2024-09-201-11/+3
| * | | kconfig: add comments to expression transformationsMasahiro Yamada2024-09-201-6/+37
| * | | kconfig: change some expr_*() functions to boolMasahiro Yamada2024-09-202-10/+11
| * | | scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-09-204-14/+20
| * | | kallsyms: change overflow variable to bool typeMasahiro Yamada2024-09-201-4/+4
| * | | kallsyms: squash output_address()Masahiro Yamada2024-09-201-10/+5
| * | | kbuild: add install target for modules.builtin.rangesKris Van Hees2024-09-201-2/+4
| * | | scripts: add verifier script for builtin module range dataKris Van Hees2024-09-201-0/+370
| * | | kbuild: generate offset range data for builtin modulesKris Van Hees2024-09-203-0/+529
| * | | kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees2024-09-101-2/+2
| * | | scripts: subarch.include: fix SUBARCH on macOS hostsNick Desaulniers2024-09-101-1/+1
| * | | scripts: import more hash table macrosMasahiro Yamada2024-09-102-0/+119