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
starfive-6.6.48-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
2022-05-11
kbuild: generate a list of objects in vmlinux
Masahiro Yamada
1
-0
/
+11
2022-05-11
modpost: move *.mod.c generation to write_mod_c_files()
Masahiro Yamada
1
-25
/
+31
2022-05-11
modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header
Masahiro Yamada
1
-18
/
+7
2022-05-11
scripts/prune-kernel: Use kernel-install if available
Reza Arbab
1
-1
/
+5
2022-05-11
kbuild: factor out the common installation code into scripts/install.sh
Masahiro Yamada
1
-0
/
+40
2022-05-11
gcc-plugins: Change all version strings match kernel
Kees Cook
6
-9
/
+10
2022-05-08
randstruct: Enable Clang support
Kees Cook
1
-0
/
+3
2022-05-08
randstruct: Move seed generation into scripts/basic/
Kees Cook
5
-14
/
+29
2022-05-08
randstruct: Split randstruct Makefile and CFLAGS
Kees Cook
2
-6
/
+16
2022-05-08
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
2
-40
/
+2
2022-05-08
sancov: Split plugin build from plugin CFLAGS
Kees Cook
1
-6
/
+8
2022-05-07
modpost: split new_symbol() to symbol allocation and hash table addition
Masahiro Yamada
1
-10
/
+8
2022-05-07
modpost: make sym_add_exported() always allocate a new symbol
Masahiro Yamada
1
-6
/
+4
2022-05-07
modpost: make multiple export error
Masahiro Yamada
1
-3
/
+3
2022-05-07
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2
-16
/
+14
2022-05-07
modpost: traverse the namespace_list in order
Masahiro Yamada
2
-20
/
+17
2022-05-07
modpost: use doubly linked list for dump_lists
Masahiro Yamada
1
-14
/
+10
2022-05-07
modpost: traverse unresolved symbols in order
Masahiro Yamada
2
-7
/
+15
2022-05-07
modpost: add sym_add_unresolved() helper
Masahiro Yamada
1
-8
/
+11
2022-05-07
modpost: traverse modules in order
Masahiro Yamada
2
-10
/
+10
2022-05-07
modpost: import include/linux/list.h
Masahiro Yamada
1
-0
/
+213
2022-05-07
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2
-7
/
+12
2022-05-07
modpost: use bool type where appropriate
Masahiro Yamada
3
-38
/
+37
2022-05-07
kbuild: drop $(objtree)/ prefix support for clean-files
Masahiro Yamada
1
-7
/
+1
2022-05-07
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2
-5
/
+5
2022-05-07
modpost: retrieve the module dependency and CRCs in check_exports()
Masahiro Yamada
1
-10
/
+6
2022-05-07
modpost: add a separate error for exported symbols without definition
Masahiro Yamada
1
-1
/
+6
2022-05-07
modpost: remove stale comment about sym_add_exported()
Masahiro Yamada
1
-4
/
+0
2022-05-07
modpost: do not write out any file when error occurred
Masahiro Yamada
1
-0
/
+3
2022-05-07
modpost: use snprintf() instead of sprintf() for safety
Masahiro Yamada
1
-1
/
+7
2022-05-07
checksyscalls: ignore -Wunused-macros
Vincent Mailhol
1
-1
/
+1
2022-05-07
scripts: dummy-tools, add pahole
Jiri Slaby
1
-0
/
+4
2022-05-07
kbuild: support W=e to make build abort in case of warning
Yann Droneaud
1
-2
/
+11
2022-05-07
kbuild: read *.mod to get objects passed to $(LD) or $(AR)
Masahiro Yamada
1
-7
/
+3
2022-05-07
kbuild: make *.mod not depend on *.o
Masahiro Yamada
1
-3
/
+2
2022-05-07
kbuild: get rid of duplication in *.mod files
Masahiro Yamada
2
-2
/
+3
2022-05-07
kbuild: split the second line of *.mod into *.usyms
Masahiro Yamada
4
-25
/
+23
2022-05-07
kbuild: reuse real-search to simplify cmd_mod
Masahiro Yamada
1
-1
/
+1
2022-05-07
kbuild: make multi_depend work with targets in subdirectory
Masahiro Yamada
1
-3
/
+3
2022-05-07
kbuild: reuse suffix-search to refactor multi_depend
Masahiro Yamada
1
-1
/
+1
2022-05-07
kbuild: refactor cmd_modversions_S
Masahiro Yamada
1
-11
/
+4
2022-05-07
kbuild: refactor cmd_modversions_c
Masahiro Yamada
1
-14
/
+11
2022-05-07
modpost: remove annoying namespace_from_kstrtabns()
Masahiro Yamada
1
-12
/
+2
2022-05-07
modpost: remove redundant initializes for static variables
Masahiro Yamada
1
-5
/
+5
2022-05-07
modpost: move export_from_secname() call to more relevant place
Masahiro Yamada
1
-6
/
+4
2022-05-07
modpost: remove useless export_from_sec()
Masahiro Yamada
2
-17
/
+2
2022-05-04
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
1
-1
/
+2
2022-05-03
selinux: declare data arrays const
Christian Göttsche
2
-32
/
+47
2022-05-02
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
3
-19
/
+29
2022-05-02
Merge 5.18-rc5 into char-misc-next
Greg Kroah-Hartman
3
-19
/
+29
[prev]
[next]