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-06-11
kconfig: fix localmodconfig
Sam Ravnborg
1
-2
/
+2
2018-06-05
kconfig: Avoid format overflow warning from GCC 8.1
Nathan Chancellor
1
-1
/
+1
2018-06-05
kbuild: Move last word of nconfig help to the previous line
Petr Vorel
1
-2
/
+1
2018-06-05
kconfig: Add testconfig into make help output
Petr Vorel
1
-0
/
+1
2018-05-29
kconfig: test: add Kconfig macro language tests
Masahiro Yamada
13
-0
/
+191
2018-05-29
kconfig: error out if a recursive variable references itself
Masahiro Yamada
1
-0
/
+13
2018-05-29
kconfig: add 'filename' and 'lineno' built-in variables
Masahiro Yamada
1
-0
/
+16
2018-05-29
kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
Masahiro Yamada
1
-0
/
+27
2018-05-29
kconfig: expand lefthand side of assignment statement
Masahiro Yamada
1
-0
/
+7
2018-05-29
kconfig: support append assignment operator
Masahiro Yamada
3
-3
/
+27
2018-05-29
kconfig: support simply expanded variable
Masahiro Yamada
4
-7
/
+27
2018-05-29
kconfig: support user-defined function and recursively expanded variable
Masahiro Yamada
4
-4
/
+120
2018-05-29
kconfig: begin PARAM state only when seeing a command keyword
Masahiro Yamada
1
-1
/
+1
2018-05-29
kconfig: add 'shell' built-in function
Masahiro Yamada
1
-0
/
+41
2018-05-29
kconfig: add built-in function support
Masahiro Yamada
1
-12
/
+130
2018-05-29
kconfig: make default prompt of mainmenu less specific
Masahiro Yamada
2
-2
/
+2
2018-05-29
kconfig: remove sym_expand_string_value()
Masahiro Yamada
2
-54
/
+0
2018-05-29
kconfig: remove string expansion for mainmenu after yyparse()
Masahiro Yamada
1
-19
/
+5
2018-05-29
kconfig: remove string expansion in file_lookup()
Masahiro Yamada
1
-3
/
+1
2018-05-29
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
10
-114
/
+326
2018-05-28
kconfig: drop localization support
Sam Ravnborg
21
-610
/
+258
2018-05-28
kconfig: refactor ncurses package checks for building mconf and nconf
Masahiro Yamada
5
-128
/
+113
2018-05-28
kconfig: refactor GTK+ package checks for building gconf
Masahiro Yamada
2
-34
/
+32
2018-05-28
kconfig: refactor Qt package checks for building qconf
Masahiro Yamada
2
-45
/
+53
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
[next]