summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-07-16kbuild: deb-pkg: remove support for EMAIL environment variableMasahiro Yamada-1/+1
2024-07-16kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada-9/+9
2024-07-16kconfig: improve error message for recursive dependency in choiceMasahiro Yamada-6/+1
2024-07-16kconfig: improve error message for dependency between choice membersMasahiro Yamada-1/+1
2024-07-16kconfig: fix conditional prompt behavior for choiceMasahiro Yamada-36/+4
2024-07-16kconfig: remove E_LIST expression typeMasahiro Yamada-18/+2
2024-07-16kconfig: remove P_CHOICE propertyMasahiro Yamada-37/+3
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada-4/+4
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada-3/+7
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada-2/+4
2024-07-16kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada-3/+0
2024-07-16kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada-5/+4
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada-6/+6
2024-07-16kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada-3/+2
2024-07-16kconfig: remove sym_get_choice_value()Masahiro Yamada-21/+11
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada-197/+187
2024-07-16kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada-0/+53
2024-07-16scripts/make_fit: Support decomposing DTBsChen-Yu Tsai-22/+65
2024-07-16kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.specRafael Aquini-1/+1
2024-07-16modpost: Enable section warning from *driver to .exit.textUwe Kleine-König-11/+0
2024-07-16kbuild: move init/build-version to scripts/Masahiro Yamada-2/+12
2024-07-16kconfig: remember the current choice while parsing the choice blockMasahiro Yamada-6/+4
2024-07-16kconfig: introduce choice_set_value() helperMasahiro Yamada-22/+47
2024-07-16kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada-0/+5
2024-07-16kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada-4/+1
2024-07-16kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada-0/+8
2024-07-16kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada-17/+24
2024-07-16kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada-8/+7
2024-07-16kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada-31/+34
2024-07-16kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada-25/+22
2024-07-16kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada-31/+30
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada-315/+42
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada-14/+11
2024-07-16kconfig: gconf: move conf_changed() definition upMasahiro Yamada-8/+7
2024-07-16kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada-2/+0
2024-07-16kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada-3/+3
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka-0/+1
2024-07-15kbuild: rpm-pkg: avoid the warnings with dtb's listed twiceJose Ignacio Tornos Martinez-1/+0
2024-07-15kbuild: Make ld-version.sh more robust against version string changesNathan Chancellor-3/+5
2024-07-12init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada-15/+4
2024-07-10riscv: convert to generic syscall tableArnd Bergmann-0/+3
2024-07-10openrisc: convert to generic syscall tableArnd Bergmann-0/+2
2024-07-10nios2: convert to generic syscall tableArnd Bergmann-0/+2
2024-07-10csky: convert to generic syscall tableArnd Bergmann-0/+4
2024-07-10arc: convert to generic syscall tableArnd Bergmann-0/+5
2024-07-10kbuild: add syscall table generation to scripts/Makefile.asm-headersArnd Bergmann-58/+98
2024-07-10kbuild: verify asm-generic header listArnd Bergmann-1/+1
2024-07-10rust: warn about `bindgen` versions 0.66.0 and 0.66.1Miguel Ojeda-3/+38
2024-07-10rust: start supporting several `bindgen` versionsMiguel Ojeda-13/+0
2024-07-10rust: work around `bindgen` 0.69.0 issueMiguel Ojeda-1/+5