index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-13
kconfig: extend output of 'listnewconfig'
Don Zickus
1
-2
/
+12
2018-04-07
kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
Masahiro Yamada
1
-1
/
+1
2018-04-07
kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
Masahiro Yamada
1
-1
/
+1
2018-04-07
.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
Masahiro Yamada
1
-3
/
+0
2018-04-03
Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
54
-131
/
+1020
2018-03-26
kconfig: use yylineno option instead of manual lineno increments
Masahiro Yamada
2
-11
/
+10
2018-03-26
kconfig: detect recursive inclusion earlier
Masahiro Yamada
1
-6
/
+8
2018-03-26
kconfig: remove duplicated file name and lineno of recursive inclusion
Masahiro Yamada
2
-10
/
+10
2018-03-26
kconfig: do not include both curses.h and ncurses.h for nconfig
Masahiro Yamada
1
-3
/
+1
2018-03-26
kconfig: make unmet dependency warnings readable
Masahiro Yamada
3
-55
/
+23
2018-03-26
kconfig: warn unmet direct dependency of tristate symbols selected by y
Masahiro Yamada
1
-2
/
+2
2018-03-26
kconfig: tests: test if recursive inclusion is detected
Masahiro Yamada
6
-0
/
+24
2018-03-26
kconfig: tests: test if recursive dependencies are detected
Masahiro Yamada
3
-0
/
+101
2018-03-26
kconfig: tests: test randconfig for choice in choice
Masahiro Yamada
5
-0
/
+60
2018-03-26
kconfig: tests: test defconfig when two choices interact
Masahiro Yamada
4
-0
/
+42
2018-03-26
kconfig: tests: check visibility of tristate choice values in y choice
Masahiro Yamada
5
-0
/
+43
2018-03-26
kconfig: tests: check unneeded "is not set" with unmet dependency
Masahiro Yamada
4
-0
/
+39
2018-03-26
kconfig: tests: test if new symbols in choice are asked
Masahiro Yamada
4
-0
/
+64
2018-03-26
kconfig: tests: test automatic submenu creation
Masahiro Yamada
3
-0
/
+72
2018-03-26
kconfig: tests: add basic choice tests
Masahiro Yamada
9
-0
/
+149
2018-03-26
kconfig: tests: add framework for Kconfig unit testing
Masahiro Yamada
3
-0
/
+306
2018-03-26
kconfig: remove redundant streamline_config.pl prerequisite
Ulf Magnusson
1
-4
/
+4
2018-03-26
kconfig: rename silentoldconfig to syncconfig
Masahiro Yamada
2
-13
/
+20
2018-03-26
kconfig: invoke oldconfig instead of silentoldconfig from local*config
Masahiro Yamada
1
-2
/
+2
2018-03-26
kconfig: hide irrelevant sub-menus for oldconfig
Masahiro Yamada
1
-3
/
+6
2018-03-26
kconfig: remove redundant input_mode test for check_conf() loop
Masahiro Yamada
1
-1
/
+1
2018-03-26
kconfig: remove unneeded input_mode test in conf()
Masahiro Yamada
1
-3
/
+1
2018-03-26
kconfig: do not call check_conf() for olddefconfig
Masahiro Yamada
1
-5
/
+5
2018-03-26
kconfig: only write '# CONFIG_FOO is not set' for visible symbols
Ulf Magnusson
1
-1
/
+2
2018-03-26
kconfig: Print reverse dependencies in groups
Eugeniu Rosca
3
-13
/
+20
2018-03-26
kconfig: clean-up reverse dependency help implementation
Masahiro Yamada
2
-17
/
+23
2018-03-26
kbuild: restore autoksyms.h touch to the top Makefile
Masahiro Yamada
1
-2
/
+0
2018-03-03
kconfig: fix line number in recursive inclusion error message
Masahiro Yamada
1
-8
/
+4
2018-03-02
kconfig: Update ncurses package names for menuconfig
Arvind Prasanna
1
-1
/
+2
2018-03-02
kconfig: Don't leak choice names during parsing
Masahiro Yamada
1
-0
/
+1
2018-03-02
kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
Masahiro Yamada
1
-0
/
+1
2018-03-02
kconfig: add xstrdup() helper
Masahiro Yamada
6
-5
/
+17
2018-02-10
kconfig: remove const qualifier from sym_expand_string_value()
Masahiro Yamada
3
-4
/
+4
2018-02-10
kconfig: add xrealloc() helper
Masahiro Yamada
6
-5
/
+16
2018-02-09
kconfig: send error messages to stderr
Masahiro Yamada
4
-19
/
+24
2018-02-09
kconfig: echo stdin to stdout if either is redirected
Masahiro Yamada
1
-3
/
+4
2018-02-09
kconfig: remove check_stdin()
Masahiro Yamada
1
-14
/
+0
2018-02-09
kconfig: remove 'config*' pattern from .gitignnore
Masahiro Yamada
1
-1
/
+0
2018-02-09
kconfig: show '?' prompt even if no help text is available
Masahiro Yamada
1
-7
/
+2
2018-02-09
kconfig: do not write choice values when their dependency becomes n
Masahiro Yamada
1
-9
/
+7
2018-02-03
kconfig: Warn if help text is blank
Ulf Magnusson
1
-0
/
+6
2018-02-01
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
14
-5048
/
+499
2018-01-28
kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help
Marc Herbert
2
-5
/
+7
2018-01-25
kconfig: make "Selected by:" and "Implied by:" readable
Petr Vorel
3
-6
/
+27
2018-01-25
kconfig: announce removal of oldnoconfig if used
Masahiro Yamada
1
-0
/
+2
[next]