summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-07-15kconfig: remove P_CHOICE propertyMasahiro Yamada6-37/+3
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada1-4/+4
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada1-3/+7
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada1-2/+4
2024-07-15kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada1-3/+0
2024-07-15kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada1-5/+4
2024-07-15kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada3-6/+6
2024-07-15kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada1-3/+2
2024-07-15kconfig: remove sym_get_choice_value()Masahiro Yamada6-21/+11
2024-07-15kconfig: refactor choice value calculationMasahiro Yamada7-197/+187
2024-07-15kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada1-0/+53
2024-07-15scripts/make_fit: Support decomposing DTBsChen-Yu Tsai2-22/+65
2024-07-15kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.specRafael Aquini1-1/+1
2024-07-15modpost: Enable section warning from *driver to .exit.textUwe Kleine-König1-11/+0
2024-07-15kbuild: move init/build-version to scripts/Masahiro Yamada3-2/+12
2024-07-15kconfig: remember the current choice while parsing the choice blockMasahiro Yamada1-6/+4
2024-07-15kconfig: introduce choice_set_value() helperMasahiro Yamada5-22/+47
2024-07-15kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada1-0/+5
2024-07-15kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada1-4/+1
2024-07-15kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada4-0/+8
2024-07-15kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada1-17/+24
2024-07-15kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2-8/+7
2024-07-15kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada1-31/+34
2024-07-15kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada1-25/+22
2024-07-15kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada1-31/+30
2024-07-15kconfig: remove tristate choice supportMasahiro Yamada27-315/+42
2024-07-15kconfig: pass new conf_changed value to the callbackMasahiro Yamada5-14/+11
2024-07-15kconfig: gconf: move conf_changed() definition upMasahiro Yamada1-8/+7
2024-07-15kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada1-2/+0
2024-07-15kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada1-3/+3
2024-06-26kbuild: scripts/gdb: bring the "abspath" backJoel Granados1-1/+1
2024-06-25kbuild: Use $(obj)/%.cc to fix host C++ module buildsNicolas Schier1-1/+1
2024-06-25kbuild: rpm-pkg: fix build error with CONFIG_MODULES=nMasahiro Yamada1-5/+3
2024-06-25kbuild: Fix build target deb-pkg: ln: failed to create hard linkThayne Harbaugh1-1/+1
2024-06-25kbuild: Install dtb files as 0644 in Makefile.dtbinstDragan Simic1-1/+1
2024-06-08Merge tag 'kbuild-fixes-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-49/+6
2024-06-07modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada1-2/+3
2024-06-07kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan1-1/+1
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada3-32/+0
2024-06-06kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada1-1/+2
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada1-13/+0
2024-06-05locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas1-1/+1
2024-05-29dt-bindings: kbuild: Fix dt_binding_check on unconfigured buildRob Herring (Arm)1-1/+1
2024-05-29scripts/make_fit: Drop fdt image entry compatible stringChen-Yu Tsai1-2/+1
2024-05-29kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada1-1/+0
2024-05-29kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada1-1/+1
2024-05-29kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada2-14/+7
2024-05-29kbuild: avoid unneeded kallsyms step 3Masahiro Yamada2-13/+4
2024-05-29kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)Douglas Anderson1-1/+1
2024-05-29kconfig: remove redundant check in expr_join_or()Masahiro Yamada1-1/+1