summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-07-19Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+0
2024-07-19Merge tag 'probes-fixes-v6.11-pre-rc' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2024-07-19Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2024-07-19syscalls: Fix to add sys_uretprobe to syscall.tblMasami Hiramatsu (Google)-0/+1
2024-07-18Merge tag 'docs-6.11' of git://git.lwn.net/linuxLinus Torvalds-0/+203
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-0/+1
2024-07-18kbuild: fix rebuild of generic syscall headersMasahiro Yamada-0/+8
2024-07-17Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-159/+547
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-5/+8
2024-07-16Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-26/+84
2024-07-16Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+0
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-58/+502
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada-11/+8
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada-36/+40
2024-07-16kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada-5/+2
2024-07-16kbuild: deb-pkg: use default string when variable is unset or nullMasahiro Yamada-3/+3
2024-07-16modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22Masahiro Yamada-5/+1
2024-07-16modpost: remove self-definitions of R_ARM_* macrosMasahiro Yamada-30/+0
2024-07-16kbuild: raise the minimum GNU Make requirement to 4.0Masahiro Yamada-1/+1
2024-07-16kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada-1/+5
2024-07-16kbuild: package: add -e and -u options to some shell scriptsMasahiro Yamada-13/+22
2024-07-15Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+16
2024-07-15Merge tag 'x86_build_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2024-07-15Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-0/+10
2024-07-16kbuild: deb-pkg: remove support for "name <email>" form for DEBEMAILMasahiro Yamada-13/+7
2024-07-16kbuild: deb-pkg: remove support for EMAIL environment variableMasahiro Yamada-1/+1
2024-07-16kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada-9/+9
2024-07-16kconfig: improve error message for recursive dependency in choiceMasahiro Yamada-6/+1
2024-07-16kconfig: improve error message for dependency between choice membersMasahiro Yamada-1/+1
2024-07-16kconfig: fix conditional prompt behavior for choiceMasahiro Yamada-36/+4
2024-07-16kconfig: remove E_LIST expression typeMasahiro Yamada-18/+2
2024-07-16kconfig: remove P_CHOICE propertyMasahiro Yamada-37/+3
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada-4/+4
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada-3/+7
2024-07-16kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada-2/+4
2024-07-16kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada-3/+0
2024-07-16kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada-5/+4
2024-07-16kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada-6/+6
2024-07-16kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada-3/+2
2024-07-16kconfig: remove sym_get_choice_value()Masahiro Yamada-21/+11
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada-197/+187
2024-07-16kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada-0/+53
2024-07-16scripts/make_fit: Support decomposing DTBsChen-Yu Tsai-22/+65
2024-07-16kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.specRafael Aquini-1/+1
2024-07-16modpost: Enable section warning from *driver to .exit.textUwe Kleine-König-11/+0
2024-07-16kbuild: move init/build-version to scripts/Masahiro Yamada-2/+12
2024-07-16kconfig: remember the current choice while parsing the choice blockMasahiro Yamada-6/+4
2024-07-16kconfig: introduce choice_set_value() helperMasahiro Yamada-22/+47
2024-07-16kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada-0/+5
2024-07-16kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada-4/+1