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
2022-06-05
Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2022-06-05
Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
14
-341
/
+287
2022-06-05
kbuild: Allow to select bash in a modified environment
Schspa Shi
1
-1
/
+1
2022-06-05
scripts: kconfig: nconf: make nconfig accept jk keybindings
Isak Ellmer
1
-2
/
+6
2022-06-05
modpost: use fnmatch() to simplify match()
Masahiro Yamada
1
-61
/
+13
2022-06-05
modpost: simplify mod->name allocation
Masahiro Yamada
1
-13
/
+12
2022-06-05
kbuild: factor out the common objtool arguments
Masahiro Yamada
4
-97
/
+52
2022-06-05
kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o
Masahiro Yamada
2
-40
/
+62
2022-06-05
kbuild: clean .tmp_* pattern by make clean
Masahiro Yamada
2
-6
/
+3
2022-06-04
Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-1
/
+6
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2022-06-03
Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+17
2022-06-03
Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...
Linus Torvalds
2
-12
/
+181
2022-06-03
LoongArch: Add build infrastructure
Huacai Chen
1
-1
/
+1
2022-06-03
LoongArch: Add ELF-related definitions
Huacai Chen
1
-0
/
+5
2022-06-03
Merge tag 'docs-5.19-2' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2022-06-01
docs: move Linux logo into a new `images` folder
Miguel Ojeda
1
-1
/
+1
2022-06-01
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
Masahiro Yamada
1
-2
/
+0
2022-06-01
kbuild: rebuild multi-object modules when objtool is updated
Masahiro Yamada
1
-3
/
+8
2022-06-01
kbuild: add cmd_and_savecmd macro
Masahiro Yamada
1
-2
/
+4
2022-06-01
kbuild: make *.mod rule robust against too long argument error
Masahiro Yamada
1
-2
/
+4
2022-06-01
kbuild: make built-in.a rule robust against too long argument error
Masahiro Yamada
1
-1
/
+6
2022-06-01
kbuild: check static EXPORT_SYMBOL* by script instead of modpost
Masahiro Yamada
3
-27
/
+70
2022-05-29
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
6
-67
/
+28
2022-05-29
kbuild: replace $(linked-object) with CONFIG options
Masahiro Yamada
1
-2
/
+1
2022-05-29
kbuild: do not try to parse *.cmd files for objects provided by compiler
Masahiro Yamada
1
-1
/
+8
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-8
/
+21
2022-05-27
objtool: Add CONFIG_HAVE_UACCESS_VALIDATION
Josh Poimboeuf
2
-2
/
+4
2022-05-27
kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost
Masahiro Yamada
1
-1
/
+1
2022-05-27
modpost: squash if...else-if in find_elf_symbol2()
Masahiro Yamada
1
-7
/
+3
2022-05-27
modpost: reuse ARRAY_SIZE() macro for section_mismatch()
Masahiro Yamada
3
-6
/
+6
2022-05-27
modpost: remove the unused argument of check_sec_ref()
Masahiro Yamada
1
-3
/
+2
2022-05-27
modpost: fix undefined behavior of is_arm_mapping_symbol()
Masahiro Yamada
1
-1
/
+2
2022-05-27
modpost: fix removing numeric suffixes
Alexander Lobakin
1
-1
/
+1
2022-05-27
scripts/kallsyms: update usage message of the kallsyms program
Yuntao Wang
1
-1
/
+1
2022-05-27
kbuild: Fix include path in scripts/Makefile.modpost
Jing Leng
1
-2
/
+1
2022-05-27
Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-6
/
+6
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2022-05-26
Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
22
-529
/
+792
2022-05-26
Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2022-05-26
Merge tag 'checkpatch-new-alloc-check-5.19-rc1' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-3
/
+5
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+4
2022-05-24
Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+37
2022-05-24
Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-32
/
+47
2022-05-24
Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
13
-157
/
+69
2022-05-24
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-86
/
+180
2022-05-24
Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-14
/
+19
2022-05-24
gcc-plugins: use KERNELVERSION for plugin version
Masahiro Yamada
6
-6
/
+6
2022-05-24
genksyms: adjust the output format to modpost
Masahiro Yamada
2
-7
/
+1
2022-05-24
kbuild: stop merging *.symversions
Masahiro Yamada
2
-38
/
+2
[next]