summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-252-1/+18
|\
| * arch: um: rust: Add i386 support for RustDavid Gow2024-07-032-1/+18
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-2366-1367/+952
|\ \
| * | kallsyms: change sym_entry::percpu_absolute to bool typeMasahiro Yamada2024-07-211-4/+4
| * | kallsyms: unify seq and start_pos fields of struct sym_entryMasahiro Yamada2024-07-211-3/+2
| * | kallsyms: add more original symbol type/name in comment linesMasahiro Yamada2024-07-211-10/+9
| * | kallsyms: use \t instead of a tab in printf()Masahiro Yamada2024-07-211-1/+1
| * | kallsyms: avoid repeated calculation of array size for markersMasahiro Yamada2024-07-211-3/+4
| * | kbuild: add script and target to generate pacman packageThomas Weißschuh2024-07-212-0/+122
| * | modpost: use generic macros for hash table implementationMasahiro Yamada2024-07-211-13/+5
| * | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-07-2116-224/+14
| * | kbuild: clean up scripts/remove-stale-filesMasahiro Yamada2024-07-201-18/+0
| * | kconfig: recursive checks drop file/linenoHONG Yifan2024-07-202-48/+30
| * | kbuild: rpm-pkg: introduce a simple changelog section for kernel.specRafael Aquini2024-07-201-0/+23
| * | kallsyms: get rid of code for absolute kallsymsJann Horn2024-07-202-50/+32
| * | kbuild: Create INSTALL_PATH directory if it does not existZhang Bingwu2024-07-201-0/+4
| * | kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada2024-07-201-52/+42
| * | kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada2024-07-165-11/+8
| * | kconfig: add const qualifiers to several function argumentsMasahiro Yamada2024-07-168-36/+40
| * | kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada2024-07-161-5/+2
| * | kbuild: deb-pkg: use default string when variable is unset or nullMasahiro Yamada2024-07-161-3/+3
| * | modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22Masahiro Yamada2024-07-161-5/+1
| * | modpost: remove self-definitions of R_ARM_* macrosMasahiro Yamada2024-07-161-30/+0
| * | kbuild: raise the minimum GNU Make requirement to 4.0Masahiro Yamada2024-07-161-1/+1
| * | kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada2024-07-161-1/+5
| * | kbuild: package: add -e and -u options to some shell scriptsMasahiro Yamada2024-07-166-13/+22
| * | kbuild: deb-pkg: remove support for "name <email>" form for DEBEMAILMasahiro Yamada2024-07-151-13/+7
| * | kbuild: deb-pkg: remove support for EMAIL environment variableMasahiro Yamada2024-07-151-1/+1
| * | kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada2024-07-151-9/+9
| * | kconfig: improve error message for recursive dependency in choiceMasahiro Yamada2024-07-151-6/+1
| * | kconfig: improve error message for dependency between choice membersMasahiro Yamada2024-07-151-1/+1
| * | kconfig: fix conditional prompt behavior for choiceMasahiro Yamada2024-07-152-36/+4
| * | kconfig: remove E_LIST expression typeMasahiro Yamada2024-07-153-18/+2
| * | kconfig: remove P_CHOICE propertyMasahiro Yamada2024-07-156-37/+3
| * | kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada2024-07-151-4/+4
| * | kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada2024-07-151-3/+7
| * | kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada2024-07-151-2/+4
| * | kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada2024-07-151-3/+0
| * | kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada2024-07-151-5/+4
| * | kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada2024-07-153-6/+6
| * | kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada2024-07-151-3/+2
| * | kconfig: remove sym_get_choice_value()Masahiro Yamada2024-07-156-21/+11
| * | kconfig: refactor choice value calculationMasahiro Yamada2024-07-157-197/+187
| * | kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada2024-07-151-0/+53
| * | scripts/make_fit: Support decomposing DTBsChen-Yu Tsai2024-07-152-22/+65
| * | kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.specRafael Aquini2024-07-151-1/+1
| * | modpost: Enable section warning from *driver to .exit.textUwe Kleine-König2024-07-151-11/+0
| * | kbuild: move init/build-version to scripts/Masahiro Yamada2024-07-153-2/+12
| * | kconfig: remember the current choice while parsing the choice blockMasahiro Yamada2024-07-151-6/+4
| * | kconfig: introduce choice_set_value() helperMasahiro Yamada2024-07-155-22/+47