index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
zconf.y
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-06
kconfig: remove unused "file" field of yylval union
Masahiro Yamada
1
-1
/
+0
2018-12-28
kconfig: split the lexer out of zconf.y
Masahiro Yamada
1
-2
/
+0
2018-12-28
kconfig: split some C files out of zconf.y
Masahiro Yamada
1
-4
/
+0
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-2
/
+2
2018-12-28
kconfig: remove keyword lookup table entirely
Masahiro Yamada
1
-5
/
+0
2018-12-21
kconfig: stop associating kconf_id with yylval
Masahiro Yamada
1
-21
/
+20
2018-12-21
kconfig: refactor end token rules
Masahiro Yamada
1
-28
/
+15
2018-12-21
kconfig: use T_WORD instead of T_VARIABLE for variables
Masahiro Yamada
1
-2
/
+1
2018-12-21
kconfig: use specific tokens instead of T_ASSIGN for assignments
Masahiro Yamada
1
-2
/
+10
2018-12-21
kconfig: refactor scanning and parsing "option" properties
Masahiro Yamada
1
-20
/
+15
2018-12-21
kconfig: use distinct tokens for type and default properties
Masahiro Yamada
1
-23
/
+39
2018-12-15
kconfig: remove redundant token defines
Masahiro Yamada
1
-5
/
+0
2018-12-15
kconfig: rename depends_list to comment_option_list
Masahiro Yamada
1
-6
/
+6
2018-12-15
kconfig: loosen the order of "visible" and "depends on" in menu entry
Masahiro Yamada
1
-7
/
+7
2018-12-15
kconfig: remove redundant menu_block rule
Masahiro Yamada
1
-8
/
+1
2018-12-15
kconfig: remove redundant if_block rule
Masahiro Yamada
1
-9
/
+1
2018-12-15
kconfig: remove grammatically ambiguous option_error
Masahiro Yamada
1
-10
/
+0
2018-12-15
kconfig: remove grammatically ambiguous "unexpected option" diagnostic
Masahiro Yamada
1
-10
/
+1
2018-12-12
kconfig: fix ambiguous grammar in terms of new lines
Masahiro Yamada
1
-15
/
+3
2018-12-12
kconfig: require T_EOL to reduce visible statement
Masahiro Yamada
1
-2
/
+2
2018-08-13
kconfig: fix the rule of mainmenu_stmt symbol
Masahiro Yamada
1
-2
/
+2
2018-07-17
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
1
-1
/
+1
2018-06-28
kconfig: handle P_SYMBOL in print_symbol()
Dirk Gouders
1
-0
/
+4
2018-06-25
kconfig: fix line numbers for if-entries in menu tree
Dirk Gouders
1
-2
/
+2
2018-05-28
kconfig: support simply expanded variable
Masahiro Yamada
1
-2
/
+3
2018-05-28
kconfig: support user-defined function and recursively expanded variable
Masahiro Yamada
1
-1
/
+18
2018-05-28
kconfig: make default prompt of mainmenu less specific
Masahiro Yamada
1
-1
/
+1
2018-05-28
kconfig: remove string expansion for mainmenu after yyparse()
Masahiro Yamada
1
-19
/
+5
2018-05-28
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
1
-1
/
+1
2018-05-28
kconfig: drop localization support
Sam Ravnborg
1
-1
/
+1
2018-03-02
kconfig: Don't leak choice names during parsing
Masahiro Yamada
1
-0
/
+1
2018-03-01
kconfig: add xstrdup() helper
Masahiro Yamada
1
-1
/
+1
2018-02-02
kconfig: Warn if help text is blank
Ulf Magnusson
1
-0
/
+6
2018-01-21
kconfig: use default 'yy' prefix for lexer and parser
Masahiro Yamada
1
-11
/
+11
2018-01-21
kconfig: Warn if there is more than one help text
Ulf Magnusson
1
-0
/
+5
2018-01-21
kconfig: drop 'boolean' keyword
Masahiro Yamada
1
-1
/
+1
2018-01-21
kconfig: Remove menu_end_entry()
Ulf Magnusson
1
-5
/
+1
2018-01-21
kconfig: Don't leak main menus during parsing
Ulf Magnusson
1
-9
/
+24
2018-01-10
kconfig: Don't leak 'option' arguments during parsing
Ulf Magnusson
1
-1
/
+3
2018-01-10
kconfig: Don't leak 'source' filenames during parsing
Ulf Magnusson
1
-0
/
+1
2018-01-10
kconfig: Don't leak symbol names during parsing
Ulf Magnusson
1
-17
/
+19
2017-12-12
kconfig: Sync zconf.y with zconf.tab.c_shipped
Ulf Magnusson
1
-1
/
+1
2017-08-19
Remove gperf usage from toolchain
Linus Torvalds
1
-5
/
+5
2016-11-16
Kconfig: Introduce the "imply" keyword
Nicolas Pitre
1
-2
/
+14
2015-06-15
kconfig: allow use of relations other than (in)equality
Jan Beulich
1
-0
/
+9
2014-06-10
kbuild: trivial - use tabs for code indent where possible
Masahiro Yamada
1
-1
/
+1
2013-09-05
kconfig: do not special-case 'MODULES' symbol
Yann E. MORIN
1
-9
/
+2
2011-07-30
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-1
/
+0
2011-06-09
kconfig: migrate parser to implicit rules
Arnaud Lacombe
1
-1
/
+1
2011-06-09
kconfig: kill no longer needed reference to YYDEBUG
Arnaud Lacombe
1
-8
/
+0
[next]