summaryrefslogtreecommitdiffstats
path: root/scripts/asn1_compiler.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-21kallsyms: use \t instead of a tab in printf()Masahiro Yamada1-1/+1
2024-07-21kallsyms: avoid repeated calculation of array size for markersMasahiro Yamada1-3/+4
2024-07-21kbuild: add script and target to generate pacman packageThomas Weißschuh5-1/+136
2024-07-21modpost: use generic macros for hash table implementationMasahiro Yamada1-13/+5
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada18-226/+19
2024-07-20Makefile: add comment to discourage tools/* addition for kernel buildsMasahiro Yamada1-0/+6
2024-07-20kbuild: clean up scripts/remove-stale-filesMasahiro Yamada1-18/+0
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan2-48/+30
2024-07-20kbuild: rpm-pkg: introduce a simple changelog section for kernel.specRafael Aquini1-0/+23
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn7-78/+33
2024-07-20kbuild: Create INSTALL_PATH directory if it does not existZhang Bingwu1-0/+4
2024-07-20kbuild: Abort make on install failuresZhang Bingwu9-0/+18
2024-07-20kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada1-52/+42
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada5-11/+8
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada8-36/+40
2024-07-16kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada1-5/+2
2024-07-16kbuild: deb-pkg: use default string when variable is unset or nullMasahiro Yamada1-3/+3
2024-07-16modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22Masahiro Yamada1-5/+1
2024-07-16modpost: remove self-definitions of R_ARM_* macrosMasahiro Yamada1-30/+0
2024-07-16kbuild: raise the minimum GNU Make requirement to 4.0Masahiro Yamada3-22/+6
2024-07-16kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada1-1/+5
2024-07-16kbuild: package: add -e and -u options to some shell scriptsMasahiro Yamada6-13/+22
2024-07-15kbuild: deb-pkg: remove support for "name <email>" form for DEBEMAILMasahiro Yamada1-13/+7
2024-07-15kbuild: deb-pkg: remove support for EMAIL environment variableMasahiro Yamada1-1/+1
2024-07-15kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada1-9/+9
2024-07-15kconfig: improve error message for recursive dependency in choiceMasahiro Yamada1-6/+1
2024-07-15kconfig: improve error message for dependency between choice membersMasahiro Yamada1-1/+1
2024-07-15kconfig: fix conditional prompt behavior for choiceMasahiro Yamada2-36/+4
2024-07-15treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada6-8/+16
2024-07-15kconfig: remove E_LIST expression typeMasahiro Yamada3-18/+2
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 Yamada4-3/+3
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