Show patches with: Submitter = Masahiro Yamada       |    State = Action Required       |   1254 patches
« 1 2 ... 9 10 1112 13 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,6/7] kbuild: move include/config/ksym/* to include/ksym/* 1 - - --- 2018-03-16 Masahiro Yamada New
[v2,5/7] kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external module 1 - - --- 2018-03-16 Masahiro Yamada New
[v2,4/7] kbuild: restore touching autoksyms.h to the top Makefile 1 - - --- 2018-03-16 Masahiro Yamada New
[v2,3/7] kbuild: move 'scripts' target below - - - --- 2018-03-16 Masahiro Yamada New
[v2,2/7] kbuild: remove wrong 'touch' in adjust_autoksyms.sh 1 - - --- 2018-03-16 Masahiro Yamada New
[v2,1/7] kbuild: clear LDFLAGS in the top Makefile 1 - - --- 2018-03-16 Masahiro Yamada New
[6/7] kbuild: move include/config/ksym/* to include/ksym/* - - - --- 2018-03-15 Masahiro Yamada New
kconfig: do not include both curses.h and ncurses.h for nconfig - - - --- 2018-03-15 Masahiro Yamada New
[7/7] kbuild: link vmlinux just once for CONFIG_TRIM_UNUSED_KSYMS - - - --- 2018-03-14 Masahiro Yamada New
[6/7] kbuild: move include/config/ksym/* to include/ksym/* - - - --- 2018-03-14 Masahiro Yamada New
[5/7] kbuild: hide CONFIG_TRIM_UNUSED_KSYMS code from external module building 1 - - --- 2018-03-14 Masahiro Yamada New
[4/7] kbuild: restore touching autoksyms.h to the top Makefile 1 - - --- 2018-03-14 Masahiro Yamada New
[3/7] kbuild: move 'scripts' target below - - - --- 2018-03-14 Masahiro Yamada New
[2/7] kbuild: touch autoksyms.h when it is really missing - - - --- 2018-03-14 Masahiro Yamada New
[1/7] kbuild: clear LDFLAGS in the top Makefile - - - --- 2018-03-14 Masahiro Yamada New
[v4,2/2] kconfig: make unmet dependency warnings readable - 1 - --- 2018-03-13 Masahiro Yamada New
[v4,1/2] kconfig: warn unmet direct dependency of tristate symbols selected by y - - - --- 2018-03-13 Masahiro Yamada New
[v3,11/11] kconfig: tests: test if recursive inclusion is detected - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,10/11] kconfig: tests: test if recursive dependencies are detected - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,09/11] kconfig: tests: test randconfig for choice in choice - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,08/11] kconfig: tests: test defconfig when two choices interact - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,07/11] kconfig: tests: check visibility of tristate choice values in y choice - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,06/11] kconfig: tests: check unneeded "is not set" with unmet dependency - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,05/11] kconfig: tests: test if new symbols in choice are asked - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,04/11] kconfig: tests: test automatic submenu creation - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,03/11] kconfig: tests: add basic choice tests - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,02/11] kconfig: tests: add framework for Kconfig unit testing - 1 - --- 2018-03-13 Masahiro Yamada New
[v3,01/11] kbuild: add PYTHON2 and PYTHON3 variables - - - --- 2018-03-13 Masahiro Yamada New
[v3] kconfig: make unmet dependency warnings readable - 1 - --- 2018-03-10 Masahiro Yamada New
[5/5] kbuild: move modname and modname-multi close to modname_flags - 1 - --- 2018-03-08 Masahiro Yamada New
[4/5] kbuild: simplify modname calculation - 1 - --- 2018-03-08 Masahiro Yamada New
[3/5] kbuild: fix modname for composite modules - - - --- 2018-03-08 Masahiro Yamada New
[2/5] kbuild: define KBUILD_MODNAME even if multiple modules share objects - - - --- 2018-03-08 Masahiro Yamada New
[1/5] kbuild: remove unnecessary $(subst $(obj)/,,...) in modname-multi - 1 - --- 2018-03-08 Masahiro Yamada New
[v2] kconfig: make unmet dependency warnings readable - 1 - --- 2018-03-06 Masahiro Yamada New
kconfig: make unmet dependency warnings readable - - - --- 2018-03-06 Masahiro Yamada New
MAINTAINERS: take over Kconfig maintainership - - - --- 2018-03-02 Masahiro Yamada New
kconfig: fix line number in recursive inclusion error message - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,11/11] kconfig: unittest: test if recursive inclusion is detected - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,10/11] kconfig: unittest: test if recursive dependencies are detected - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,09/11] kconfig: unittest: test randconfig for choice in choice - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,08/11] kconfig: unittest: test defconfig when two choices interact - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,07/11] kconfig: unittest: check visibility of tri-choice values in y choice - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,06/11] kconfig: unittest: check unneeded "is not set" with unmet dependency - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,05/11] kconfig: unittest: test if new symbols in choice are asked - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,04/11] kconfig: unittest: test automatic submenu creation - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,03/11] kconfig: unittest: add basic 'choice' tests - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,02/11] kconfig: unittest: add framework for Kconfig unit testing - 1 - --- 2018-03-02 Masahiro Yamada New
[v2,01/11] kbuild: define PYTHON2 and PYTHON3 variables instead of PYTHON - - - --- 2018-03-02 Masahiro Yamada New
[v3,2/2] kconfig: rename silentoldconfig to syncconfig - 1 - --- 2018-03-01 Masahiro Yamada New
[v3,1/2] kconfig: invoke oldconfig instead of silentoldconfig from local*config - 1 - --- 2018-03-01 Masahiro Yamada New
[2/2] kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt - - - --- 2018-02-28 Masahiro Yamada New
[1/2] kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt - - - --- 2018-02-28 Masahiro Yamada New
[v2,6/6] kconfig: rename silentoldconfig to syncconfig - - - --- 2018-02-28 Masahiro Yamada New
[v2,5/6] kconfig: invoke oldconfig instead of silentoldconfig from local*config - 1 - --- 2018-02-28 Masahiro Yamada New
[v2,4/6] kconfig: hide irrelevant sub-menus for oldconfig - 1 - --- 2018-02-28 Masahiro Yamada New
[v2,3/6] kconfig: remove redundant input_mode test for check_conf() loop - 1 - --- 2018-02-28 Masahiro Yamada New
[v2,2/6] kconfig: remove unneeded input_mode test in conf() - 1 - --- 2018-02-28 Masahiro Yamada New
[v2,1/6] kconfig: do not call check_conf() for olddefconfig - 1 - --- 2018-02-28 Masahiro Yamada New
[2/2] kbuild: simplify ld-option implementation - - 1 --- 2018-02-23 Masahiro Yamada New
[1/2] kbuild: test --build-id linker flag by ld-option instead of cc-ldoption - - - --- 2018-02-23 Masahiro Yamada New
kconfig: Print reverse dependencies in groups 1 2 - --- 2018-02-21 Masahiro Yamada New
kconfig: Don't leak choice names during parsing - 1 - --- 2018-02-20 Masahiro Yamada New
kconfig: clean-up reverse dependency help implementation - 1 - --- 2018-02-20 Masahiro Yamada New
sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE - - - --- 2018-02-19 Masahiro Yamada New
[23/23] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST - - - --- 2018-02-16 Masahiro Yamada New
[22/23] gcc-plugins: test GCC plugin support in Kconfig - - - --- 2018-02-16 Masahiro Yamada New
[21/23] gcc-plugins: move GCC version check for PowerPC to Kconfig 1 - - --- 2018-02-16 Masahiro Yamada New
[20/23] gcc-plugins: always build plugins with C++ - - - --- 2018-02-16 Masahiro Yamada New
[19/23] kcov: imply GCC_PLUGINS and GCC_PLUGIN_SANCOV instead of select'ing them - - - --- 2018-02-16 Masahiro Yamada New
[18/23] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT - - - --- 2018-02-16 Masahiro Yamada New
[17/23] kconfig: add CC_IS_CLANG and CLANG_VERSION - - - --- 2018-02-16 Masahiro Yamada New
[16/23] kbuild: add clang-version.sh - - 1 --- 2018-02-16 Masahiro Yamada New
[15/23] kconfig: add CC_IS_GCC and GCC_VERSION - - - --- 2018-02-16 Masahiro Yamada New
[14/23] kconfig: show compiler version text in the top comment - - - --- 2018-02-16 Masahiro Yamada New
[13/23] kconfig: expand environments/functions in (main)menu, comment, prompt - - - --- 2018-02-16 Masahiro Yamada New
[12/23] kconfig: replace $UNAME_RELEASE with function call - - - --- 2018-02-16 Masahiro Yamada New
[11/23] kconfig: add 'shell-stdout' function - - - --- 2018-02-16 Masahiro Yamada New
[10/23] stack-protector: test compiler capability in Kconfig and drop AUTO mode - - - --- 2018-02-16 Masahiro Yamada New
[09/23] kconfig: add 'cc-option' macro - - - --- 2018-02-16 Masahiro Yamada New
[08/23] kconfig: add 'macro' keyword to support user-defined function - - - --- 2018-02-16 Masahiro Yamada New
[07/23] kconfig: add function support and implement 'shell' function - - - --- 2018-02-16 Masahiro Yamada New
[06/23] kconfig: reference environments directly and remove 'option env=' syntax - - - --- 2018-02-16 Masahiro Yamada New
[05/23] kconfig: move and rename sym_expand_string_value() - - - --- 2018-02-16 Masahiro Yamada New
[04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list - 1 - --- 2018-02-16 Masahiro Yamada New
[03/23] kconfig: add xstrdup() helper - - - --- 2018-02-16 Masahiro Yamada New
[02/23] kbuild: remove CONFIG_CROSS_COMPILE support - - - --- 2018-02-16 Masahiro Yamada New
[01/23] kbuild: remove kbuild cache - - - --- 2018-02-16 Masahiro Yamada New
kbuild: process mixture of clean/build targets one by one - - - --- 2018-02-11 Masahiro Yamada New
[RFC,7/7] Test stackprotector options in Kconfig to kill CC_STACKPROTECTOR_AUTO - - - --- 2018-02-08 Masahiro Yamada New
[RFC,6/7] kconfig: add basic environments to evaluate C flags in Kconfig - - - --- 2018-02-08 Masahiro Yamada New
[RFC,5/7] kconfig: invoke silentoldconfig when compiler is updated - - - --- 2018-02-08 Masahiro Yamada New
[RFC,4/7] kconfig: support new special property shell= - - - --- 2018-02-08 Masahiro Yamada New
[RFC,3/7] kconfig: remove const qualifier from sym_expand_string_value() - - - --- 2018-02-08 Masahiro Yamada New
[RFC,2/7] kconfig: add xrealloc() helper - - - --- 2018-02-08 Masahiro Yamada New
[RFC,1/7] kbuild: remove kbuild cache - - - --- 2018-02-08 Masahiro Yamada New
[2/2] kconfig: echo stdin to stdout if either is redirected - 1 - --- 2018-02-08 Masahiro Yamada New
[1/2] kconfig: remove check_stdin() - 1 - --- 2018-02-08 Masahiro Yamada New
[kbuild:kbuild,1/11] arch/x86/tools/insn_decoder_test: warning: ffffffff81105f01: 0f ff 80 3d 6e be… - - - --- 2018-02-07 Masahiro Yamada New
[14/14] kconfig: test: check if recursive inclusion is detected - 1 - --- 2018-02-06 Masahiro Yamada New
« 1 2 ... 9 10 1112 13 »