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
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
2022-04-19
objtool: Enable unreachable warnings for CLANG LTO
Josh Poimboeuf
1
-1
/
+1
2022-04-04
x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"
Borislav Petkov
1
-3
/
+3
2022-04-01
kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh
Masahiro Yamada
1
-1
/
+1
2022-03-15
x86/alternative: Use .ibt_endbr_seal to seal indirect calls
Peter Zijlstra
1
-2
/
+8
2022-03-15
objtool: Rename --duplicate to --lto
Peter Zijlstra
1
-1
/
+1
2022-01-19
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-24
/
+25
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-3
/
+3
2022-01-14
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
1
-3
/
+3
2022-01-08
kbuild: do not include include/config/auto.conf from shell scripts
Masahiro Yamada
1
-23
/
+24
2021-12-09
x86: Add straight-line-speculation mitigation
Peter Zijlstra
1
-0
/
+3
2021-11-08
Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-3
/
+3
2021-11-02
kbuild: Unify options for BTF generation for vmlinux and modules
Jiri Olsa
1
-10
/
+1
2021-10-12
scripts: update the comments of kallsyms support
Hui Su
1
-3
/
+3
2021-09-03
kbuild: merge vmlinux_link() between ARCH=um and other architectures
Masahiro Yamada
1
-33
/
+23
2021-09-03
kbuild: do not remove 'linux' link in scripts/link-vmlinux.sh
Masahiro Yamada
1
-1
/
+0
2021-09-03
kbuild: merge vmlinux_link() between the ordinary link and Clang LTO
Masahiro Yamada
1
-16
/
+14
2021-07-10
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-3
/
+1
2021-06-29
kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
Andrii Nakryiko
1
-0
/
+4
2021-05-27
kbuild: Quote OBJCOPY var to avoid a pahole call break the build
Javier Martinez Canillas
1
-1
/
+1
2021-05-26
kbuild: clean up ${quiet} checks in shell scripts
Masahiro Yamada
1
-3
/
+1
2021-05-05
kbuild: Don't remove link-vmlinux temporary files on exit/signal
Andi Kleen
1
-14
/
+0
2021-04-30
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+12
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-14
bpf: Generate BTF_KIND_FLOAT when linking vmlinux
Ilya Leoshkevich
1
-1
/
+6
2021-02-23
kbuild: lto: postpone objtool
Sami Tolvanen
1
-3
/
+25
2021-02-23
objtool: Split noinstr validation from --vmlinux
Sami Tolvanen
1
-1
/
+1
2021-02-23
objtool: Don't autodetect vmlinux.o
Sami Tolvanen
1
-1
/
+1
2021-01-14
init: lto: ensure initcall ordering
Sami Tolvanen
1
-0
/
+15
[next]