summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-15kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada1-4/+2
2024-05-14rapidio: remove choice for enumerationMasahiro Yamada1-15/+2
2024-05-14kconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada1-9/+0
2024-05-14kconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada2-9/+4
2024-05-14kconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada2-29/+14
2024-05-14kconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada2-95/+71
2024-05-14kconfig: gconf: show checkbox for choice correctlyMasahiro Yamada1-7/+5
2024-05-14kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinalMasahiro Yamada1-1/+3
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada34-241/+0
2024-05-14kbuild: provide reasonable defaults for tool coverageMasahiro Yamada2-9/+13
2024-05-14modules: Drop the .export_symbol section from the final modulesWang Yao1-0/+1
2024-05-09kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada1-10/+15
2024-05-09kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada1-4/+5
2024-05-09kconfig: add sym_get_choice_menu() helperMasahiro Yamada2-0/+36
2024-05-09kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada2-10/+40
2024-05-09kconfig: turn missing prompt for choice members into errorMasahiro Yamada2-2/+14
2024-05-09kconfig: turn conf_choice() into void functionMasahiro Yamada1-6/+5
2024-05-09kconfig: use linked list in sym_set_changed()Masahiro Yamada1-5/+3
2024-05-09kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada1-6/+3
2024-05-09kconfig: gconf: remove debug codeMasahiro Yamada1-48/+1
2024-05-09kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada1-1/+3
2024-05-09kbuild: buildtar: install riscv compressed images as vmlinuzEmil Renner Berthing1-10/+8
2024-05-09kbuild: simplify generic vdso installation codeMasahiro Yamada1-4/+3
2024-05-09kbuild: add 'private' to target-specific variablesMasahiro Yamada2-8/+8
2024-05-09kbuild: remove redundant $(wildcard ) for rm-filesMasahiro Yamada1-1/+1
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada102-182/+173
2024-05-09kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada3-16/+16
2024-05-07kbuild: do not add $(srctree) or $(objtree) to header search pathsMasahiro Yamada1-3/+3
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada8-10/+10
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada5-8/+4
2024-05-02kbuild: Remove support for Clang's ThinLTO cachingNathan Chancellor1-3/+2
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada15-78/+5
2024-05-02sh: Convert the last use of 'optional' property in KconfigMasahiro Yamada20-1/+24
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada6-9/+6
2024-05-02kbuild: buildtar: remove warning for the default caseMasahiro Yamada1-11/+1
2024-05-02kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada1-3/+2
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada2-35/+6
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada2-0/+26
2024-05-02vmlinux: Avoid weak reference to notes sectionArd Biesheuvel2-4/+4
2024-05-02kallsyms: Avoid weak references for kallsyms symbolsArd Biesheuvel3-24/+31
2024-05-02kbuild: buildtar: add comments about inconsistent package generationMasahiro Yamada1-4/+12
2024-05-02dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring3-13/+20
2024-04-23dt-bindings: kbuild: Split targets out to separate rulesRob Herring1-11/+14
2024-04-23dt-bindings: kbuild: Simplify examples target patsubstRob Herring1-3/+3
2024-04-22scripts/unifdef: avoid constexpr keywordArnd Bergmann1-6/+6
2024-04-22parisc: vdso: remove unused C build rule in vdso32/MakefileMasahiro Yamada1-6/+1
2024-04-21Linux 6.9-rc5v6.9-rc5Linus Torvalds1-1/+1
2024-04-21Merge tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-80/+104
2024-04-21Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+3
2024-04-21Merge tag 'tty-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-34/+81