summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-05-10kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada
2024-05-10kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada
2024-05-10kconfig: add sym_get_choice_menu() helperMasahiro Yamada
2024-05-10kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada
2024-05-10kconfig: turn missing prompt for choice members into errorMasahiro Yamada
2024-05-10kconfig: turn conf_choice() into void functionMasahiro Yamada
2024-05-10kconfig: use linked list in sym_set_changed()Masahiro Yamada
2024-05-10kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada
2024-05-10kconfig: gconf: remove debug codeMasahiro Yamada
2024-05-10kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada
2024-05-10kbuild: buildtar: install riscv compressed images as vmlinuzEmil Renner Berthing
2024-05-10kbuild: simplify generic vdso installation codeMasahiro Yamada
2024-05-10kbuild: add 'private' to target-specific variablesMasahiro Yamada
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-10kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada
2024-05-07kbuild: do not add $(srctree) or $(objtree) to header search pathsMasahiro Yamada
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada
2024-05-02kbuild: buildtar: remove warning for the default caseMasahiro Yamada
2024-05-02kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada
2024-05-02kbuild: buildtar: add comments about inconsistent package generationMasahiro Yamada
2024-05-02dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring
2024-04-23scripts/unifdef: avoid constexpr keywordArnd Bergmann
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-03gcc-plugins/stackleak: Avoid .head.text sectionArd Biesheuvel
2024-04-02Merge tag 'docs-6.9-fixes' of git://git.lwn.net/linuxLinus Torvalds
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer
2024-03-31kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesBorislav Petkov (AMD)
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-29docs: Fix bitfield handling in kernel-docDonald Hunter
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-28modpost: do not make find_tosym() return NULLMasahiro Yamada
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-21Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2024-03-21kconfig: tests: test dependency after shuffling choicesMasahiro Yamada
2024-03-21kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada
2024-03-21kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada
2024-03-18Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2024-03-19kbuild: rpm-pkg: add dtb files in kernel rpmJose Ignacio Tornos Martinez
2024-03-19kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada
2024-03-19kconfig: check prompt for choice while parsingMasahiro Yamada
2024-03-19kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada
2024-03-19kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada