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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
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-01
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-08
kconfig: send error messages to stderr
Masahiro Yamada
4
-19
/
+24
2018-02-08
kconfig: echo stdin to stdout if either is redirected
Masahiro Yamada
1
-3
/
+4
2018-02-08
kconfig: remove check_stdin()
Masahiro Yamada
1
-14
/
+0
2018-02-08
kconfig: remove 'config*' pattern from .gitignnore
Masahiro Yamada
1
-1
/
+0
2018-02-08
kconfig: show '?' prompt even if no help text is available
Masahiro Yamada
1
-7
/
+2
2018-02-08
kconfig: do not write choice values when their dependency becomes n
Masahiro Yamada
1
-9
/
+7
2018-02-02
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-27
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
2018-01-21
kconfig: fix make xconfig when gettext is missing
Yaakov Selkowitz
1
-0
/
+1
2018-01-21
kconfig: Clarify menu and 'if' dependency propagation
Ulf Magnusson
1
-0
/
+2
2018-01-21
kconfig: Document 'if' flattening logic
Ulf Magnusson
1
-0
/
+29
2018-01-21
kconfig: Clarify choice dependency propagation
Ulf Magnusson
1
-0
/
+7
2018-01-21
kconfig: Document SYMBOL_OPTIONAL logic
Ulf Magnusson
1
-0
/
+9
2018-01-21
kconfig: use default 'yy' prefix for lexer and parser
Masahiro Yamada
3
-22
/
+19
2018-01-21
kconfig: make conf_unsaved a local variable of conf_read()
Masahiro Yamada
1
-2
/
+2
2018-01-21
kconfig: make xfgets() really static
Masahiro Yamada
1
-10
/
+7
2018-01-21
kconfig: make input_mode static
Masahiro Yamada
1
-1
/
+2
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
6
-7
/
+6
2018-01-21
kconfig: Remove menu_end_entry()
Ulf Magnusson
3
-11
/
+1
2018-01-21
kconfig: Document important expression functions
Ulf Magnusson
1
-0
/
+106
2018-01-21
kconfig: Document automatic submenu creation code
Ulf Magnusson
1
-0
/
+38
2018-01-21
kconfig: Fix choice symbol expression leak
Ulf Magnusson
1
-0
/
+3
2018-01-21
kconfig: Fix expr_free() E_NOT leak
Ulf Magnusson
1
-1
/
+1
2018-01-21
kconfig: Fix automatic menu creation mem leak
Ulf Magnusson
1
-0
/
+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
2
-0
/
+5
2018-01-10
kconfig: Don't leak symbol names during parsing
Ulf Magnusson
1
-17
/
+19
2018-01-05
kconfig: fix relational operators for bool and tristate symbols
Nicolas Pitre
1
-1
/
+4
2017-12-16
kconfig: generate lexer and parser during build instead of shipping
Masahiro Yamada
3
-4944
/
+1
2017-12-16
kconfig: display recursive dependency resolution hint just once
Masahiro Yamada
1
-2
/
+6
2017-12-15
kconfig: Clean up modules handling and fix crash
Ulf Magnusson
1
-4
/
+6
2017-12-15
kconfig: Clarify expression rewriting
Ulf Magnusson
1
-0
/
+52
2017-12-15
kconfig: Rename menu_check_dep() to rewrite_m()
Ulf Magnusson
1
-6
/
+10
2017-12-12
kconfig: Sync zconf.y with zconf.tab.c_shipped
Ulf Magnusson
1
-1
/
+1
2017-12-07
kconfig: Document the 'symbol' struct
Ulf Magnusson
1
-1
/
+44
2017-12-07
kconfig: Document the 'menu' struct
Ulf Magnusson
1
-0
/
+45
2017-12-07
kconfig: Warn if choice default is not in choice
Ulf Magnusson
1
-0
/
+10
2017-11-23
kconfig/symbol.c: use correct pointer type argument for sizeof
Heinrich Schuchardt
1
-1
/
+1
[next]