summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada
2024-07-16kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada
2024-07-16kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada
2024-07-16kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada
2024-07-16kconfig: remove sym_get_choice_value()Masahiro Yamada
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada
2024-07-16kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada
2024-07-16scripts/make_fit: Support decomposing DTBsChen-Yu Tsai
2024-07-16kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.specRafael Aquini
2024-07-16modpost: Enable section warning from *driver to .exit.textUwe Kleine-König
2024-07-16kbuild: move init/build-version to scripts/Masahiro Yamada
2024-07-16kconfig: remember the current choice while parsing the choice blockMasahiro Yamada
2024-07-16kconfig: introduce choice_set_value() helperMasahiro Yamada
2024-07-16kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada
2024-07-16kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada
2024-07-16kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada
2024-07-16kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada
2024-07-16kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada
2024-07-16kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada
2024-07-16kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada
2024-07-16kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada
2024-07-16kconfig: gconf: move conf_changed() definition upMasahiro Yamada
2024-07-16kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada
2024-07-16kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada
2024-06-27kbuild: scripts/gdb: bring the "abspath" backJoel Granados
2024-06-26kbuild: Use $(obj)/%.cc to fix host C++ module buildsNicolas Schier
2024-06-26kbuild: rpm-pkg: fix build error with CONFIG_MODULES=nMasahiro Yamada
2024-06-26kbuild: Fix build target deb-pkg: ln: failed to create hard linkThayne Harbaugh
2024-06-26kbuild: Install dtb files as 0644 in Makefile.dtbinstDragan Simic
2024-06-08Merge tag 'kbuild-fixes-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-06-07modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada
2024-06-07kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada
2024-06-06kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada
2024-06-05locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas
2024-05-30dt-bindings: kbuild: Fix dt_binding_check on unconfigured buildRob Herring (Arm)
2024-05-29scripts/make_fit: Drop fdt image entry compatible stringChen-Yu Tsai
2024-05-29kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada
2024-05-29kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada
2024-05-29kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada
2024-05-29kbuild: avoid unneeded kallsyms step 3Masahiro Yamada
2024-05-29kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)Douglas Anderson
2024-05-29kconfig: remove redundant check in expr_join_or()Masahiro Yamada
2024-05-29kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada
2024-05-29kconfig: remove unused expr_is_no()Masahiro Yamada
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds