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
/
link-vmlinux.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-13
/
+1
2024-09-14
btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
Masahiro Yamada
1
-12
/
+0
2024-09-14
btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
Masahiro Yamada
1
-1
/
+1
2024-08-23
Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2024-08-15
kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
Song Liu
1
-4
/
+0
2024-08-12
kbuild: avoid scripts/kallsyms parsing /dev/null
Masahiro Yamada
1
-1
/
+2
2024-07-20
kallsyms: get rid of code for absolute kallsyms
Jann Horn
1
-4
/
+0
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
1
-2
/
+7
2024-07-15
kbuild: refactor variables in scripts/link-vmlinux.sh
Masahiro Yamada
1
-31
/
+34
2024-06-07
kbuild: explicitly run mksysmap as sed script from link-vmlinux.sh
Richard Acayan
1
-1
/
+1
2024-05-29
kbuild: remove a stale comment about cleaning in link-vmlinux.sh
Masahiro Yamada
1
-1
/
+0
2024-05-29
kbuild: fix short log for AS in link-vmlinux.sh
Masahiro Yamada
1
-1
/
+1
2024-05-29
kbuild: change scripts/mksysmap into sed script
Masahiro Yamada
1
-1
/
+1
2024-05-29
kbuild: avoid unneeded kallsyms step 3
Masahiro Yamada
1
-3
/
+3
2024-02-15
kbuild: Fix changing ELF file type for output of gen_btf for big endian
Nathan Chancellor
1
-2
/
+7
2023-04-30
Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-3
/
+3
2023-04-17
scripts/kallsyms: exclude symbols generated by itself dynamically
Masahiro Yamada
1
-3
/
+3
2023-04-08
scripts/link-vmlinux.sh: fix error message presentation
Andrew Morton
1
-1
/
+1
2022-11-13
kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=y
Zhen Lei
1
-0
/
+4
2022-10-02
kbuild: rebuild .vmlinux.export.o when its prerequisite is updated
Masahiro Yamada
1
-5
/
+0
2022-10-02
kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
Masahiro Yamada
1
-7
/
+0
2022-10-02
kallsyms: take the input file instead of reading stdin
Masahiro Yamada
1
-1
/
+1
2022-10-02
kbuild: reuse mksysmap output for kallsyms
Masahiro Yamada
1
-6
/
+5
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
1
-6
/
+4
2022-09-29
kbuild: unify two modpost invocations
Masahiro Yamada
1
-3
/
+0
2022-09-28
kbuild: move vmlinux.o rule to the top Makefile
Masahiro Yamada
1
-3
/
+0
2022-09-28
kbuild: move .vmlinux.objs rule to Makefile.modpost
Masahiro Yamada
1
-18
/
+0
2022-09-28
kbuild: build init/built-in.a just once
Masahiro Yamada
1
-13
/
+4
2022-06-05
kbuild: factor out the common objtool arguments
Masahiro Yamada
1
-71
/
+0
2022-06-05
kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o
Masahiro Yamada
1
-40
/
+1
2022-06-05
kbuild: clean .tmp_* pattern by make clean
Masahiro Yamada
1
-3
/
+0
2022-06-01
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
Masahiro Yamada
1
-2
/
+0
2022-05-29
kbuild: do not try to parse *.cmd files for objects provided by compiler
Masahiro Yamada
1
-1
/
+8
2022-05-26
Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-20
/
+20
2022-05-24
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-23
/
+39
2022-05-24
kbuild: stop merging *.symversions
Masahiro Yamada
1
-19
/
+0
2022-05-24
kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
Masahiro Yamada
1
-1
/
+9
2022-05-24
Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2022-05-11
kbuild: generate a list of objects in vmlinux
Masahiro Yamada
1
-0
/
+11
2022-04-22
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
1
-5
/
+3
2022-04-22
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
1
-1
/
+1
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
1
-0
/
+4
2022-04-22
objtool: Make jump label hack optional
Josh Poimboeuf
1
-0
/
+4
2022-04-22
objtool: Make static call annotation optional
Josh Poimboeuf
1
-1
/
+4
2022-04-22
objtool: Make stack validation frame-pointer-specific
Josh Poimboeuf
1
-4
/
+0
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
1
-14
/
+18
2022-04-22
objtool: Make stack validation optional
Josh Poimboeuf
1
-0
/
+4
2022-04-22
objtool: Ditch subcommands
Josh Poimboeuf
1
-8
/
+5
2022-04-22
objtool: Reorganize cmdline options
Josh Poimboeuf
1
-11
/
+19
[next]