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
/
lkc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-20
scripts: move hash function from scripts/kconfig/ to scripts/include/
Masahiro Yamada
1
-1
/
+0
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
1
-5
/
+0
2024-07-16
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
1
-4
/
+1
2024-07-16
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
1
-10
/
+11
2024-07-15
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
1
-1
/
+1
2024-07-15
kconfig: remove sym_get_choice_value()
Masahiro Yamada
1
-2
/
+1
2024-07-15
kconfig: refactor choice value calculation
Masahiro Yamada
1
-6
/
+1
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
1
-5
/
+0
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
1
-1
/
+2
2024-05-02
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
1
-0
/
+5
2024-03-28
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
1
-1
/
+1
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
1
-0
/
+1
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
1
-2
/
+0
2024-02-19
kconfig: write Kconfig files to autoconf.cmd in order
Masahiro Yamada
1
-0
/
+1
2023-12-28
kconfig: squash menu_has_help() and menu_get_help()
Masahiro Yamada
1
-2
/
+0
2023-07-24
kconfig: menuconfig: simplify global jump key assignment
Masahiro Yamada
1
-0
/
+1
2022-11-21
kconfig: remove const qualifier from str_get()
Masahiro Yamada
1
-1
/
+1
2022-09-28
Kconfig: remove sym_set_choice_value
Zeng Heng
1
-5
/
+0
2022-09-23
Kconfig: remove unused function 'menu_get_root_menu'
Zeng Heng
1
-1
/
+0
2021-04-19
kconfig: remove unused PACKAGE definition
Masahiro Yamada
1
-4
/
+0
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
1
-2
/
+0
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
1
-11
/
+0
2021-03-25
kconfig: move conf_rewrite_mod_or_yes() to conf.c
Masahiro Yamada
1
-1
/
+0
2020-12-08
kconfig: make lkc.h self-sufficient #include-wise
Boris Kolpackov
1
-0
/
+4
2020-09-20
kconfig: qconf: fix incomplete type 'struct gstr' warning
Masahiro Yamada
1
-17
/
+30
2020-01-06
kconfig: Add yes2modconfig and mod2yesconfig targets.
Tetsuo Handa
1
-0
/
+3
2020-01-06
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
1
-1
/
+0
2019-06-09
kconfig: require the argument of --defconfig
Masahiro Yamada
1
-1
/
+0
2019-05-14
kconfig: make conf_get_autoconfig_name() static
Masahiro Yamada
1
-1
/
+0
2019-02-13
kconfig: rename zconf.l to lexer.l
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: split the lexer out of zconf.y
Masahiro Yamada
1
-0
/
+3
2018-12-28
kconfig: split some C files out of zconf.y
Masahiro Yamada
1
-0
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: remove keyword lookup table entirely
Masahiro Yamada
1
-9
/
+0
2018-12-21
kconfig: refactor scanning and parsing "option" properties
Masahiro Yamada
1
-6
/
+3
2018-12-21
kconfig: use distinct tokens for type and default properties
Masahiro Yamada
1
-1
/
+0
2018-08-14
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
1
-1
/
+0
2018-07-25
kconfig: rename file_write_dep and move it to confdata.c
Masahiro Yamada
1
-1
/
+0
2018-05-28
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
1
-4
/
+1
2018-05-28
kconfig: drop localization support
Sam Ravnborg
1
-14
/
+0
2018-03-25
kconfig: use yylineno option instead of manual lineno increments
Masahiro Yamada
1
-0
/
+1
2018-03-01
kconfig: add xstrdup() helper
Masahiro Yamada
1
-0
/
+1
2018-02-10
kconfig: add xrealloc() helper
Masahiro Yamada
1
-0
/
+1
2018-01-21
kconfig: Remove menu_end_entry()
Ulf Magnusson
1
-1
/
+0
2017-08-19
Remove gperf usage from toolchain
Linus Torvalds
1
-1
/
+1
2015-02-25
kconfig: Remove unnecessary prototypes from headers
Michal Marek
1
-11
/
+0
[next]