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
2021-04-24
scripts: modpost.c: Fix a few typos
Bhaskar Chowdhury
1
-4
/
+4
2021-04-24
kbuild: fix false-positive modpost warning when all symbols are trimmed
Masahiro Yamada
2
-15
/
+17
2021-04-24
kbuild: do not set -w for vmlinux.o modpost
Masahiro Yamada
1
-3
/
+5
2021-04-24
kbuild: generate Module.symvers only when vmlinux exists
Masahiro Yamada
2
-15
/
+15
2021-04-24
kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.sh
Masahiro Yamada
1
-8
/
+0
2021-04-24
kbuild: check the minimum assembler version in Kconfig
Masahiro Yamada
3
-0
/
+94
2021-04-24
kbuild: collect minimum tool versions into scripts/min-tool-version.sh
Masahiro Yamada
3
-22
/
+48
2021-04-24
kbuild: move $(strip ) to suffix-search definition
Masahiro Yamada
1
-3
/
+3
2021-04-24
kbuild: rename multi-used-* to multi-obj-*
Masahiro Yamada
2
-8
/
+8
2021-04-24
kbuild: apply fixdep logic to link-vmlinux.sh
Rasmus Villemoes
1
-0
/
+4
2021-04-24
kbuild: add CONFIG_VMLINUX_MAP expert option
Rasmus Villemoes
1
-0
/
+8
2021-04-24
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
3
-80
/
+76
2021-04-19
kconfig: highlight xconfig 'comment' lines with '***'
Randy Dunlap
1
-0
/
+1
2021-04-19
kconfig: highlight gconfig 'comment' lines with '***'
Randy Dunlap
1
-2
/
+6
2021-04-19
kconfig: gconf: remove unused code
Masahiro Yamada
1
-7
/
+0
2021-04-19
kconfig: remove unused PACKAGE definition
Masahiro Yamada
1
-4
/
+0
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+13
2021-04-17
kasan: remove redundant config option
Walter Wu
1
-2
/
+8
2021-04-17
kasan: fix hwasan build for gcc
Arnd Bergmann
1
-6
/
+6
2021-04-16
kconfig: nconf: stop endless search loops
Mihai Moldovan
1
-1
/
+1
2021-04-16
docs: sphinx-pre-install: don't barf on beta Sphinx releases
Jonathan Corbet
1
-1
/
+1
2021-04-16
scripts: kernel-doc: improve parsing for kernel-doc comments syntax
Aditya Srivastava
1
-4
/
+15
2021-04-14
kconfig: split menu.c out of parser.y
Masahiro Yamada
4
-5
/
+14
2021-04-14
kconfig: nconf: refactor in print_in_middle()
Masahiro Yamada
3
-34
/
+6
2021-04-14
kconfig: nconf: remove meaningless wattrset() call from show_menu()
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: nconf: change set_config_filename() to void function
Masahiro Yamada
1
-2
/
+1
2021-04-14
kconfig: nconf: refactor attributes setup code
Masahiro Yamada
3
-175
/
+144
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
1
-4
/
+2
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
2
-17
/
+17
2021-04-14
kconfig: nconf: fix NORMAL attributes
Masahiro Yamada
1
-2
/
+2
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
2
-17
/
+6
2021-04-14
kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
Masahiro Yamada
1
-4
/
+4
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
7
-24
/
+18
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
1
-3
/
+7
2021-04-14
kconfig: lxdialog: A spello fix and a punctuation added
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: streamline_config.pl: Couple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: use true and false for bool variable
Yang Li
1
-1
/
+1
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
7
-16
/
+8
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
6
-20
/
+1
2021-04-14
kconfig: do not use allnoconfig_y option
Masahiro Yamada
1
-1
/
+2
2021-04-14
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Masahiro Yamada
1
-0
/
+4
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
9
-29
/
+42
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
2
-2
/
+2
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
3
-187
/
+193
2021-04-14
bpf: Generate BTF_KIND_FLOAT when linking vmlinux
Ilya Leoshkevich
1
-1
/
+6
2021-04-14
Merge drm/drm-fixes into drm-next
Daniel Vetter
1
-0
/
+2
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-04-09
module: ensure __cfi_check alignment
Sami Tolvanen
1
-1
/
+18
2021-04-09
add support for Clang CFI
Sami Tolvanen
1
-1
/
+1
2021-04-07
docs: dt: update writing-schema.rst references
Mauro Carvalho Chehab
1
-1
/
+1
[prev]
[next]