index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2025-06-05
kconfig: introduce menu type enum
Masahiro Yamada
4
-9
/
+21
2025-04-06
kconfig: merge_config: use an empty file as initfile
Daniel Gomez
1
-2
/
+2
2025-03-15
kconfig: remove unnecessary cast in sym_get_string()
Masahiro Yamada
1
-1
/
+1
2025-03-15
kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf
Masahiro Yamada
1
-7
/
+12
2025-01-30
kconfig: fix memory leak in sym_warn_unmet_dep()
Masahiro Yamada
1
-0
/
+1
2025-01-30
kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST
Masahiro Yamada
1
-2
/
+4
2025-01-10
kconfig: qconf: use preferred form of QString API
Rolf Eike Beer
1
-4
/
+4
2025-01-10
kbuild: suppress stdout from merge_config for silent builds
Masahiro Yamada
1
-1
/
+3
2024-11-06
kconfig: document the positional argument in the help message
Masahiro Yamada
1
-1
/
+4
2024-11-06
kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: refactor ConfigInfoView::clicked()
Masahiro Yamada
1
-37
/
+6
2024-11-06
kconfig: add sym_get_prompt_menu() helper function
Masahiro Yamada
2
-7
/
+20
2024-11-06
kconfig: qconf: remove non-functional href="m..." tag
Masahiro Yamada
1
-2
/
+2
2024-11-06
kconfig: qconf: remove redundant check in goBack()
Masahiro Yamada
1
-3
/
+0
2024-11-06
kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: remove ConfigItem::visible member
Masahiro Yamada
2
-25
/
+18
2024-11-06
kconfig: qconf: do not show goParent button in split view
Masahiro Yamada
1
-2
/
+1
2024-11-06
kconfig: qconf: convert the last old connection syntax to Qt5 style
Masahiro Yamada
1
-1
/
+3
2024-11-06
kconfig: qconf: remove unnecessary lastWindowClosed() signal connection
Masahiro Yamada
1
-1
/
+0
2024-11-06
kconfig: qconf: remove unnecessary setRootIsDecorated() call
Masahiro Yamada
1
-1
/
+0
2024-11-06
kconfig: qconf: remove redundant type check for choice members
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: remove mouse{Press,Move}Event() functions
Masahiro Yamada
2
-16
/
+0
2024-11-06
kconfig: qconf: simplify character replacement
Rolf Eike Beer
1
-21
/
+12
2024-11-06
kconfig: qconf: use default platform shortcuts
Rolf Eike Beer
1
-5
/
+7
2024-11-06
kconfig: qconf: use QString to store path to configuration file
Rolf Eike Beer
2
-19
/
+7
2024-11-06
kconfig: nconf: Fix typo in function comment
Thorsten Blum
1
-1
/
+1
2024-11-06
streamline_config.pl: remove prompt warnings for configs with defaults
David Hunter
1
-2
/
+12
2024-11-06
streamline_config.pl: ensure all defaults are tracked
David Hunter
1
-1
/
+1
2024-11-04
streamline_config.pl: fix missing variable operator in debug print
David Hunter
1
-1
/
+1
2024-11-04
kconfig: nconf: Use TAB to cycle thru dialog buttons
Thorsten Blum
1
-0
/
+9
2024-11-04
kconfig: qconf: set parent in the widget constructor
Masahiro Yamada
1
-8
/
+4
2024-11-04
kconfig: qconf: reorder code in ConfigMainWindow() constructor
Masahiro Yamada
1
-12
/
+11
2024-11-04
kconfig: qconf: set QSplitter orientation in the constructor
Masahiro Yamada
1
-6
/
+3
2024-11-04
kconfig: remove zconfprint()
Masahiro Yamada
1
-17
/
+5
2024-11-04
kconfig: remove support for "bool" prompt for choice entries
Masahiro Yamada
1
-6
/
+0
2024-10-31
kconfig: show sub-menu entries even if the prompt is hidden
Masahiro Yamada
1
-1
/
+12
2024-10-02
kconfig: qconf: fix buffer overflow in debug links
Masahiro Yamada
1
-1
/
+1
2024-10-01
kconfig: qconf: move conf_read() before drawing tree pain
Masahiro Yamada
1
-2
/
+2
2024-10-01
kconfig: clear expr::val_is_valid when allocated
Masahiro Yamada
1
-0
/
+1
2024-09-30
kconfig: fix infinite loop in sym_calc_choice()
Masahiro Yamada
1
-2
/
+8
2024-09-20
kconfig: cache expression values
Masahiro Yamada
5
-4
/
+39
2024-09-20
kconfig: use hash table to reuse expressions
Masahiro Yamada
4
-277
/
+157
2024-09-20
kconfig: refactor expr_eliminate_dups()
Masahiro Yamada
1
-11
/
+3
2024-09-20
kconfig: add comments to expression transformations
Masahiro Yamada
1
-6
/
+37
2024-09-20
kconfig: change some expr_*() functions to bool
Masahiro Yamada
2
-10
/
+11
2024-09-20
scripts: move hash function from scripts/kconfig/ to scripts/include/
Masahiro Yamada
3
-14
/
+5
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
13
-54
/
+12
2024-09-01
kconfig: remove P_SYMBOL property
Masahiro Yamada
4
-8
/
+0
2024-09-01
kconfig: stop adding P_SYMBOL property to symbols
Masahiro Yamada
1
-3
/
+1
2024-09-01
kconfig: remove dummy assignments to cur_{filename,lineno}
Masahiro Yamada
1
-8
/
+0
[next]