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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
kconfig: refactor error messages in sym_check_print_recursive()
Masahiro Yamada
1
-9
/
+9
2024-07-15
kconfig: improve error message for recursive dependency in choice
Masahiro Yamada
1
-6
/
+1
2024-07-15
kconfig: improve error message for dependency between choice members
Masahiro Yamada
1
-1
/
+1
2024-07-15
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
2
-36
/
+4
2024-07-15
kconfig: remove E_LIST expression type
Masahiro Yamada
3
-18
/
+2
2024-07-15
kconfig: remove P_CHOICE property
Masahiro Yamada
6
-37
/
+3
2024-07-15
kconfig: use sym_get_choice_menu() in sym_check_deps()
Masahiro Yamada
1
-4
/
+4
2024-07-15
kconfig: use sym_get_choice_menu() in sym_check_choice_deps()
Masahiro Yamada
1
-3
/
+7
2024-07-15
kconfig: use sym_get_choice_menu() in sym_check_print_recursive()
Masahiro Yamada
1
-2
/
+4
2024-07-15
kconfig: remove expr_list_for_each_sym() macro
Masahiro Yamada
1
-3
/
+0
2024-07-15
kconfig: use menu_list_for_each_sym() in sym_choice_default()
Masahiro Yamada
1
-5
/
+4
2024-07-15
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
3
-6
/
+6
2024-07-15
kconfig: remove conf_unsaved in conf_read_simple()
Masahiro Yamada
1
-3
/
+2
2024-07-15
kconfig: remove sym_get_choice_value()
Masahiro Yamada
6
-21
/
+11
2024-07-15
kconfig: refactor choice value calculation
Masahiro Yamada
7
-197
/
+187
2024-07-15
kconfig: import list_move(_tail) and list_for_each_entry_reverse macros
Masahiro Yamada
1
-0
/
+53
2024-07-15
scripts/make_fit: Support decomposing DTBs
Chen-Yu Tsai
2
-22
/
+65
2024-07-15
kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.spec
Rafael Aquini
1
-1
/
+1
2024-07-15
modpost: Enable section warning from *driver to .exit.text
Uwe Kleine-König
1
-11
/
+0
2024-07-15
kbuild: move init/build-version to scripts/
Masahiro Yamada
3
-2
/
+12
2024-07-15
kconfig: remember the current choice while parsing the choice block
Masahiro Yamada
1
-6
/
+4
2024-07-15
kconfig: introduce choice_set_value() helper
Masahiro Yamada
5
-22
/
+47
2024-07-15
kconfig: add fallthrough comments to expr_compare_type()
Masahiro Yamada
1
-0
/
+5
2024-07-15
kconfig: remove unneeded code in expr_compare_type()
Masahiro Yamada
1
-4
/
+1
2024-07-15
kconfig: add -e and -u options to *conf-cfg.sh scripts
Masahiro Yamada
4
-0
/
+8
2024-07-15
kbuild: merge temporary vmlinux for BTF and kallsyms
Masahiro Yamada
1
-17
/
+24
2024-07-15
kbuild: remove PROVIDE() for kallsyms symbols
Masahiro Yamada
2
-8
/
+7
2024-07-15
kbuild: refactor variables in scripts/link-vmlinux.sh
Masahiro Yamada
1
-31
/
+34
2024-07-15
kconfig: refactor conf_write_defconfig() to reduce indentation level
Masahiro Yamada
1
-25
/
+22
2024-07-15
kconfig: refactor conf_set_all_new_symbols() to reduce indentation level
Masahiro Yamada
1
-31
/
+30
2024-07-15
kconfig: remove tristate choice support
Masahiro Yamada
27
-315
/
+42
2024-07-15
kconfig: pass new conf_changed value to the callback
Masahiro Yamada
5
-14
/
+11
2024-07-15
kconfig: gconf: move conf_changed() definition up
Masahiro Yamada
1
-8
/
+7
2024-07-15
kconfig: gconf: remove unnecessary forward declarations
Masahiro Yamada
1
-2
/
+0
2024-07-15
kconfig: qconf: remove initial call to conf_changed()
Masahiro Yamada
1
-3
/
+3
2024-07-15
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
1
-0
/
+1
2024-07-14
kbuild: rpm-pkg: avoid the warnings with dtb's listed twice
Jose Ignacio Tornos Martinez
1
-1
/
+0
2024-07-14
kbuild: Make ld-version.sh more robust against version string changes
Nathan Chancellor
1
-3
/
+5
2024-07-13
init/modpost: conditionally check section mismatch to __meminit*
Masahiro Yamada
1
-15
/
+4
2024-07-10
riscv: convert to generic syscall table
Arnd Bergmann
1
-0
/
+3
2024-07-10
openrisc: convert to generic syscall table
Arnd Bergmann
1
-0
/
+2
2024-07-10
nios2: convert to generic syscall table
Arnd Bergmann
1
-0
/
+2
2024-07-10
csky: convert to generic syscall table
Arnd Bergmann
1
-0
/
+4
2024-07-10
arc: convert to generic syscall table
Arnd Bergmann
1
-0
/
+5
2024-07-10
kbuild: add syscall table generation to scripts/Makefile.asm-headers
Arnd Bergmann
2
-58
/
+98
2024-07-10
kbuild: verify asm-generic header list
Arnd Bergmann
1
-1
/
+1
2024-07-10
rust: warn about `bindgen` versions 0.66.0 and 0.66.1
Miguel Ojeda
3
-3
/
+38
2024-07-10
rust: start supporting several `bindgen` versions
Miguel Ojeda
2
-13
/
+0
2024-07-10
rust: work around `bindgen` 0.69.0 issue
Miguel Ojeda
1
-1
/
+5
2024-07-10
rust: avoid assuming a particular `bindgen` build
Miguel Ojeda
1
-10
/
+15
[prev]
[next]