VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2020-06-21
Linux 5.8-rc2
Linus Torvalds
2020-06-22
Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"
Masahiro Yamada
2020-06-16
security: allow using Clang's zero initialization for stack variables
glider@google.com
2020-06-15
Makefile: Improve compressed debug info support detection
Arvind Sankar
2020-06-14
Linux 5.8-rc1
Linus Torvalds
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2020-06-11
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-06
kbuild: add variables for compression tools
Denis Efremov
2020-06-06
Makefile: install modules.builtin even if CONFIG_MODULES=n
Jonas Zeiger
2020-06-06
modpost: show warning if any of symbol dump files is missing
Masahiro Yamada
2020-06-06
modpost: generate vmlinux.symvers and reuse it for the second modpost
Masahiro Yamada
2020-06-03
kbuild: update modules.order only when contained modules are updated
Masahiro Yamada
2020-06-03
kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculation
Masahiro Yamada
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2020-06-01
kbuild: merge net-y and virt-y into drivers-y
Masahiro Yamada
2020-06-01
kbuild: merge init-y into core-y
Masahiro Yamada
2020-06-01
kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocks
Masahiro Yamada
2020-06-01
kbuild: force to build vmlinux if CONFIG_MODVERSION=y
Masahiro Yamada
2020-05-31
Linux 5.7
Linus Torvalds
2020-05-29
Makefile: support compressed debug info
Nick Desaulniers
2020-05-29
kbuild: disallow multi-word in M= or KBUILD_EXTMOD
Masahiro Yamada
2020-05-26
kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n
Masahiro Yamada
2020-05-26
kbuild: make module name conflict fatal error
Masahiro Yamada
2020-05-26
kbuild: error out if targets prefixed with '__' are directly run
Masahiro Yamada
2020-05-26
kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))
Masahiro Yamada
2020-05-26
kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS
Masahiro Yamada
2020-05-26
kbuild: remove misleading stale FIXME comment
Masahiro Yamada
2020-05-26
kbuild: invoke syncconfig if autoconf.h is missing
Masahiro Yamada
2020-05-24
Linux 5.7-rc7
Linus Torvalds
2020-05-17
Linux 5.7-rc6
Linus Torvalds
2020-05-17
kbuild: add infrastructure to build userspace programs
Masahiro Yamada
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
2020-05-12
kbuild: remove '/' target
Masahiro Yamada
2020-05-10
Linux 5.7-rc5
Linus Torvalds
2020-05-09
gcc-10: disable 'restrict' warning for now
Linus Torvalds
2020-05-09
gcc-10: disable 'stringop-overflow' warning for now
Linus Torvalds
2020-05-09
gcc-10: disable 'array-bounds' warning for now
Linus Torvalds
2020-05-09
gcc-10: disable 'zero-length-bounds' warning for now
Linus Torvalds
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
2020-05-03
Linux 5.7-rc4
Linus Torvalds
2020-04-26
Linux 5.7-rc3
Linus Torvalds
2020-04-19
Linux 5.7-rc2
Linus Torvalds
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
2020-04-12
Linux 5.7-rc1
Linus Torvalds
2020-04-09
kbuild: support LLVM=1 to switch the default tools to Clang/LLVM
Masahiro Yamada
2020-04-09
kbuild: replace AS=clang with LLVM_IAS=1
Masahiro Yamada
2020-04-09
kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y
Masahiro Yamada
2020-04-09
kbuild: Enable -Wtautological-compare
Nathan Chancellor
2020-03-31
Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-04-01
Makefile: Update kselftest help information
Shuah Khan
2020-03-29
Linux 5.6
Linus Torvalds
2020-03-29
kbuild: add outputmakefile to no-dot-config-targets
David Engraf
2020-03-29
kbuild: remove AS variable
Masahiro Yamada
2020-03-29
kbuild: add comment about grouped target
Masahiro Yamada
2020-03-29
kbuild: add -Wall to KBUILD_HOSTCXXFLAGS
Masahiro Yamada
2020-03-25
kbuild: compute the dtbs_install destination more simply
Masahiro Yamada
2020-03-22
Linux 5.6-rc7
Linus Torvalds
2020-03-21
Merge branch 'linus' into locking/kcsan, to pick up fixes
Ingo Molnar
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
2020-03-19
Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-03-20
Makefile: disallow data races on gcc-10 as well
Sergei Trofimovich
2020-03-15
Linux 5.6-rc6
Linus Torvalds
2020-03-13
kbuild: allow to run dt_binding_check without kernel configuration
Masahiro Yamada
2020-03-13
kbuild: allow to run dt_binding_check and dtbs_check in a single command
Masahiro Yamada
2020-03-13
kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check
Masahiro Yamada
2020-03-12
kbuild: Fix inconsistent comment
SZ Lin (林上智)
2020-03-08
Linux 5.6-rc5
Linus Torvalds
2020-03-03
kbuild: generate autoksyms.h early
Quentin Perret
2020-03-03
kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST
Masahiro Yamada
2020-03-02
kbuild: remove cc-option switch from -Wframe-larger-than=
Masahiro Yamada
2020-03-01
Linux 5.6-rc4
Linus Torvalds
2020-02-27
kbuild: add dt_binding_check to PHONY in a correct place
Masahiro Yamada
2020-02-27
kbuild: add dtbs_check to PHONY
Masahiro Yamada
2020-02-27
kbuild: add comment for V=2 mode
Randy Dunlap
2020-02-23
Linux 5.6-rc3
Linus Torvalds
2020-02-16
Linux 5.6-rc2
Linus Torvalds
2020-02-09
Linux 5.6-rc1
Linus Torvalds
2020-02-06
kbuild: make multiple directory targets work
Masahiro Yamada
2020-02-01
Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-01-26
Linux 5.5
Linus Torvalds
2020-01-20
Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree
Ingo Molnar
2020-01-19
Linux 5.5-rc7
Linus Torvalds
2020-01-16
kbuild: remove PYTHON2 variable
Masahiro Yamada
2020-01-12
Linux 5.5-rc6
Linus Torvalds
2020-01-07
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2020-01-06
Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict
Ingo Molnar
2020-01-05
Linux 5.5-rc5
Linus Torvalds
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
2019-12-29
Linux 5.5-rc4
Linus Torvalds
2019-12-22
Linux 5.5-rc3
Linus Torvalds
2019-12-21
Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-12-15
Linux 5.5-rc2
Linus Torvalds
2019-12-14
x86/boot: kbuild: allow readelf executable to be specified
Dmitry Golovin
2019-12-08
Linux 5.5-rc1
Linus Torvalds
2019-12-02
Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-11-24
Linux 5.4
Linus Torvalds
2019-11-23
kbuild: make single target builds even faster
Masahiro Yamada
2019-11-19
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsan
Ingo Molnar
2019-11-17
Linux 5.4-rc8
Linus Torvalds
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
2019-11-15
kbuild: move headers_check rule to usr/include/Makefile
Masahiro Yamada
2019-11-15
kbuild: remove header compile test
Masahiro Yamada
2019-11-15
kbuild: tell sparse about the $ARCH
Luc Van Oostenryck
2019-11-11
scripts/nsdeps: support nsdeps for external module builds
Masahiro Yamada
2019-11-11
modpost: dump missing namespaces into a single modules.nsdeps file
Masahiro Yamada
2019-11-11
modpost: do not invoke extra modpost for nsdeps
Masahiro Yamada
2019-11-11
kbuild: Extend defconfig field size from 24 to 27
Geert Uytterhoeven
2019-11-11
kbuild: Wrap long "make help" text lines
Geert Uytterhoeven
2019-11-11
kbuild: remove unneeded variable, single-all
Masahiro Yamada
2019-11-10
Linux 5.4-rc7
Linus Torvalds
2019-11-03
Linux 5.4-rc6
Linus Torvalds
2019-10-27
Linux 5.4-rc5
Linus Torvalds
2019-10-20
Linux 5.4-rc4
Linus Torvalds
2019-10-15
kbuild: update comment about KBUILD_ALLDIRS
Masahiro Yamada
2019-10-13
Linux 5.4-rc3
Linus Torvalds
2019-10-11
Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2019-10-08
Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
2019-10-07
kbuild: fix build error of 'make nsdeps' in clean tree
Masahiro Yamada
2019-10-06
Linux 5.4-rc2
Linus Torvalds
2019-10-01
selftests: Add kselftest-all and kselftest-install targets
Shuah Khan
2019-10-01
kbuild: remove SUBDIRS support
Masahiro Yamada
2019-10-01
kbuild: remove ar-option and KBUILD_ARFLAGS
Masahiro Yamada
2019-09-30
Linux 5.4-rc1
Linus Torvalds
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-09-19
Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
2019-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2019-09-15
Linux 5.3
Linus Torvalds
2019-09-10
scripts: Coccinelle script for namespace dependencies.
Matthias Maennich
2019-09-10
modpost: add support for generating namespace dependencies
Matthias Maennich
2019-09-08
Linux 5.3-rc8
Linus Torvalds
2019-09-06
kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Masahiro Yamada
2019-09-04
kbuild: add $(BASH) to run scripts with bash-extension
Masahiro Yamada
2019-09-04
kbuild: remove ARCH_{CPP,A,C}FLAGS
Masahiro Yamada
2019-09-04
kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
Masahiro Yamada
2019-09-02
Linux 5.3-rc7
Linus Torvalds
2019-08-30
kbuild: Do not enable -Wimplicit-fallthrough for clang for now
Nathan Chancellor
2019-08-29
kbuild: check clean srctree even earlier
Masahiro Yamada
2019-08-29
kbuild: remove prepare3 target
Masahiro Yamada
2019-08-29
kbuild: move the clean srctree check to the outputmakefile target
Masahiro Yamada
2019-08-29
kbuild: clarify where to run make mrproper when out-of-tree fails
Masahiro Yamada
2019-08-29
kbuild: Inform user to pass ARCH= for make mrproper only when necessary
Masahiro Yamada
2019-08-29
kbuild: remove 'Using ... as source for kernel' message
Masahiro Yamada
2019-08-29
kbuild: remove unneeded dependency for $(DOC_TARGETS)
Masahiro Yamada
2019-08-25
Linux 5.3-rc6
Linus Torvalds
2019-08-25
kbuild: remove unneeded '+' marker from kselftest-merge
Masahiro Yamada
2019-08-25
kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package
Masahiro Yamada
2019-08-25
kbuild: pkg: clean up package files/dirs from the top Makefile
Masahiro Yamada
2019-08-22
kbuild: split final module linking out into Makefile.modfinal
Masahiro Yamada
2019-08-21
kbuild: rebuild modules when module linker scripts are updated
Masahiro Yamada
2019-08-21
kbuild: make single targets work more correctly
Masahiro Yamada
2019-08-21
kbuild: unify clean-dirs rule for in-kernel and external module
Masahiro Yamada
2019-08-21
kbuild: unify vmlinux-dirs and module-dirs rules
Masahiro Yamada
2019-08-21
kbuild: unset variables in top Makefile instead of setting 0
Masahiro Yamada
2019-08-21
kbuild: do not descend to ./Kbuild when cleaning
Masahiro Yamada
2019-08-18
Linux 5.3-rc5
Linus Torvalds
2019-08-15
kbuild: remove 'make /' support
Masahiro Yamada
2019-08-15
kbuild: move the Module.symvers check for external module build
Masahiro Yamada
2019-08-13
devicetree: Expose dtbs_check and dt_binding_check some more
Stephen Boyd
2019-08-11
Linux 5.3-rc4
Linus Torvalds
2019-08-10
Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for clang
Joe Perches
2019-08-09
Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-08-10
kbuild: show hint if subdir-y/m is used to visit module Makefile
Masahiro Yamada
2019-08-10
kbuild: revive single target %.ko
Masahiro Yamada
2019-08-08
kbuild: add OBJSIZE variable for the size tool
Vasily Gorbik
2019-08-05
arm64: Add support for relocating the kernel with RELR relocations
Peter Collingbourne
2019-08-04
Linux 5.3-rc3
Linus Torvalds
2019-07-31
kbuild: initialize CLANG_FLAGS correctly in the top Makefile
Masahiro Yamada
2019-07-28
Linux 5.3-rc2
Linus Torvalds
2019-07-25
Makefile: Globally enable fall-through warning
Gustavo A. R. Silva
2019-07-21
Linus 5.3-rc1
Linus Torvalds
2019-07-20
kbuild: add -fcf-protection=none when using retpoline flags
Seth Forshee
2019-07-18
kbuild: remove 'prepare1' target
Masahiro Yamada
2019-07-18
kbuild: create *.mod with full directory path and remove MODVERDIR
Masahiro Yamada
2019-07-18
kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod
Masahiro Yamada
2019-07-17
kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}
Masahiro Yamada
2019-07-17
kbuild: do not create empty modules.order in the prepare stage
Masahiro Yamada
2019-07-17
kbuild: remove tag files by distclean instead of mrproper
Masahiro Yamada
2019-07-17
kbuild: add --hash-style= and --build-id unconditionally
Masahiro Yamada
2019-07-12
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-07-11
kbuild: Inform user to pass ARCH= for make mrproper
Geert Uytterhoeven
2019-07-11
kbuild: add a flag to force absolute path for srctree
Masahiro Yamada
2019-07-11
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
2019-07-11
kbuild: remove src and obj from the top Makefile
Masahiro Yamada
2019-07-09
kbuild: compile-test kernel headers to ensure they are self-contained
Masahiro Yamada
2019-07-09
kbuild: do not create wrappers for header-test-y
Masahiro Yamada
2019-07-08
kbuild: compile-test exported headers to ensure they are self-contained
Masahiro Yamada
2019-07-07
Linux 5.2
Linus Torvalds
2019-07-08
kbuild: add more hints about SUBDIRS replacement
Masahiro Yamada
2019-07-04
kbuild: Add ability to test Clang's integrated assembler
Nathan Chancellor
2019-07-01
kbuild: split modules.order build rule out of 'modules' target
Masahiro Yamada
2019-07-01
kbuild: fix missed rebuild of modules.builtin
Masahiro Yamada
2019-06-30
Linux 5.2-rc7
Linus Torvalds
2019-06-24
kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
Nathan Chancellor
2019-06-22
Linux 5.2-rc6
Linus Torvalds
2019-06-16
Linux 5.2-rc5
Linus Torvalds
2019-06-15
kbuild: add support for ensuring headers are self-contained
Jani Nikula
2019-06-15
kbuild: move hdr-inst shorthand to top Makefile
Masahiro Yamada