index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2011-06-09
kconfig: constify `kconf_id_lookup'
Arnaud Lacombe
1
-4
/
+4
2011-06-06
kconfig: nuke LKC_DIRECT_LINK cruft
Arnaud Lacombe
1
-1
/
+0
2010-11-22
kconfig: add an option to determine a menu's visibility
Arnaud Lacombe
1
-3
/
+18
2010-09-20
kconfig: expand by default the rootmenu's prompt
Arnaud Lacombe
1
-0
/
+4
2010-09-20
kconfig: implement the `mainmenu' directive
Arnaud Lacombe
1
-3
/
+11
2010-04-14
kconfig: fix zconfdump()
Li Zefan
1
-4
/
+17
2010-02-02
Improve kconfig symbol hashing
Andi Kleen
1
-1
/
+1
2010-02-02
kconfig: new configuration interface (nconfig)
nir.tzachar@gmail.com
1
-1
/
+1
2009-11-16
kconfig: Mark various internal functions static
Josh Triplett
1
-3
/
+3
2009-10-15
kconfig: Make zconf.y work with current bison
Josh Triplett
1
-2
/
+5
2008-04-29
kconfig: add named choice group
Roman Zippel
1
-5
/
+8
2007-10-12
kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"
Adrian Bunk
1
-11
/
+0
2007-07-25
kconfig: attach help text to menus
Sam Ravnborg
1
-6
/
+6
2007-05-06
kconfig: error out if recursive dependencies are found
Sam Ravnborg
1
-2
/
+4
2006-12-13
[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...
Karsten Wiese
1
-1
/
+1
2006-06-09
kconfig: add defconfig_list/module option
Roman Zippel
1
-1
/
+9
2006-06-09
kconfig: add symbol option config syntax
Roman Zippel
1
-0
/
+23
2005-11-09
[PATCH] kconfig: improve error handling in the parser
Roman Zippel
1
-73
/
+100
2005-11-09
[PATCH] kconfig: simplify symbol type parsing
Roman Zippel
1
-82
/
+48
2005-11-09
[PATCH] kconfig: use gperf for kconfig keywords
Roman Zippel
1
-4
/
+5
2005-11-09
[PATCH] kconfig: Fix Kconfig performance bug
David Gibson
1
-4
/
+1
[next]