summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada2024-07-151-0/+5
| * | kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada2024-07-151-4/+1
| * | kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada2024-07-154-0/+8
| * | kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada2024-07-151-17/+24
| * | kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2024-07-152-8/+7
| * | kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada2024-07-151-31/+34
| * | kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada2024-07-151-25/+22
| * | kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada2024-07-151-31/+30
| * | kconfig: remove tristate choice supportMasahiro Yamada2024-07-1527-315/+42
| * | kconfig: pass new conf_changed value to the callbackMasahiro Yamada2024-07-155-14/+11
| * | kconfig: gconf: move conf_changed() definition upMasahiro Yamada2024-07-151-8/+7
| * | kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada2024-07-151-2/+0
| * | kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada2024-07-151-3/+3
| |/
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-226-28/+57
|\ \
| * | init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada2024-07-131-15/+4
| * | scripts/gdb: rename pool_index to pool_index_plus_1Kuan-Ying Lee2024-06-291-2/+6
| * | scripts/gdb: change VA_BITS_MIN when we use 16K pageKuan-Ying Lee2024-06-291-1/+4
| * | scripts/gdb: set vabits_actual based on TCR_EL1Kuan-Ying Lee2024-06-291-1/+3
| * | scripts/gdb: change the layout of vmemmapKuan-Ying Lee2024-06-291-4/+4
| * | scripts/gdb: rework module VA rangeKuan-Ying Lee2024-06-291-1/+1
| * | scripts/gdb: redefine MAX_ORDER sanelyKuan-Ying Lee2024-06-291-2/+2
| * | kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg2024-06-291-0/+3
| * | checkpatch: check for missing Fixes tagsDan Carpenter2024-06-251-0/+24