VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-09-03
kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk
Masahiro Yamada
2021-09-03
kbuild: macrofy the condition of if_changed and friends
Masahiro Yamada
2021-05-27
kbuild: sink stdout from cmd for silent build
Masahiro Yamada
2021-04-25
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
2021-02-22
kbuild: remove ld-version macro
Masahiro Yamada
2020-10-21
kbuild: remove leftover comment for filechk utility
Rasmus Villemoes
2020-08-10
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base
Masahiro Yamada
2020-06-17
kbuild: improve cc-option to clean up all temporary files
Masahiro Yamada
2020-05-12
kbuild: use -MMD instead of -MD to exclude system headers from dependency
Masahiro Yamada
2020-01-16
kbuild: remove *.tmp file when filechk fails
Masahiro Yamada
2020-01-07
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2020-01-07
kbuild: add stringify helper to quote a string passed to C files
Masahiro Yamada
2019-11-11
kbuild: rename any-prereq to newer-prereqs
Masahiro Yamada
2019-11-11
kbuild: drop $(wildcard $^) check in if_changed* for faster rebuild
Masahiro Yamada
2019-10-01
kbuild: remove ar-option and KBUILD_ARFLAGS
Masahiro Yamada
2019-07-27
kbuild: remove unused objectify macro
Masahiro Yamada
2019-07-17
kbuild: remove unused hostcc-option
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: use -- separater intead of $(filter-out ...) for cc-cross-prefix
Masahiro Yamada
2019-07-01
kbuild: save $(strip ...) for calling if_changed and friends
Masahiro Yamada
2019-07-01
kbuild: save $(strip ...) for calling any-prepreq
Masahiro Yamada
2019-07-01
kbuild: rename arg-check to cmd-check
Masahiro Yamada
2019-06-15
kbuild: move hdr-inst shorthand to top Makefile
Masahiro Yamada
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-08
kbuild: use more portable 'command -v' for cc-cross-prefix
Masahiro Yamada
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-21
kbuild: drop support for cc-ldoption
Nick Desaulniers
2019-05-18
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
2019-03-04
kbuild: remove cc-version macro
Masahiro Yamada
2019-02-27
kbuild: refactor cc-cross-prefix implementation
Masahiro Yamada
2019-01-28
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
2019-01-14
kbuild: remove unused baseprereq
Masahiro Yamada
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
2019-01-06
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
2018-12-29
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-12-19
Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs"
Ingo Molnar
2018-12-02
kbuild: move .SECONDARY special target to Kbuild.include
Masahiro Yamada
2018-12-01
kbuild: refactor if_changed
Masahiro Yamada
2018-12-01
kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule
Masahiro Yamada
2018-12-01
kbuild: change if_changed_rule for multi-line recipe
Masahiro Yamada
2018-12-01
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
2018-12-01
kbuild: let fixdep directly write to .*.cmd files
Masahiro Yamada
2018-11-02
kbuild: remove cc-name variable
Masahiro Yamada
2018-11-02
kbuild: remove unused cc-fullversion variable
Masahiro Yamada
2018-10-28
Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-10-04
kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs
Nadav Amit
2018-09-13
kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
Masahiro Yamada
2018-08-30
x86/build: Remove jump label quirk for GCC older than 4.5.2
Masahiro Yamada
2018-08-24
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
2018-08-15
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-08-15
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-08-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2018-07-28
kbuild: do not redirect the first prerequisite for filechk
Masahiro Yamada
2018-07-25
kbuild: add .DELETE_ON_ERROR special target
Masahiro Yamada
2018-07-23
arm64: build with baremetal linker target instead of Linux when available
Olof Johansson
2018-07-18
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
Laura Abbott
2018-07-06
kbuild: do not drop -I without parameter
Masahiro Yamada
2018-05-29
kbuild: remove kbuild cache
Masahiro Yamada
2018-05-28
kbuild: do not display CHK for filechk
Masahiro Yamada
2018-04-11
Kbuild: fix # escaping in .cmd files for future Make
Rasmus Villemoes
2018-03-26
kbuild: move include/config/ksym/* to include/ksym/*
Masahiro Yamada
2018-03-26
kbuild: simplify ld-option implementation
Masahiro Yamada
2018-03-26
kbuild: Improve portability of some sed invocations
Michael Forney
2017-11-16
kbuild: create directory for make cache only when necessary
Masahiro Yamada
2017-11-13
kbuild: fix linker feature test macros when cross compiling with Clang
Nick Desaulniers
2017-11-13
kbuild: shrink .cache.mk when it exceeds 1000 lines
Masahiro Yamada
2017-11-13
kbuild: Add a cache for generated variables
Douglas Anderson
2017-08-10
kbuild: trivial cleanups on the comments
Cao jin
2017-06-25
kbuild: Add __cc-option macro
Matthias Kaehlcke
2017-06-25
kbuild: remove cc-option-align
Masahiro Yamada
2017-05-10
Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2017-04-12
kbuild, LLVMLinux: Add -Werror to cc-option to support clang
Mark Charlebois
2017-03-30
x86/build: Mostly disable '-maccumulate-outgoing-args'
Josh Poimboeuf
2017-02-14
Kbuild: Add cpp_its_S in ksym_dep_filter
Marcin Nowakowski
2016-08-08
kbuild: no gcc-plugins during cc-option tests
Emese Revfy
2016-07-18
Kbuild: don't add obj tree in additional includes
Arnd Bergmann
2016-07-18
Kbuild: don't add ../../ to include path
Arnd Bergmann
2016-05-10
kbuild: fix if_change and friends to consider argument order
Masahiro Yamada
2016-05-10
kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line
Nicolas Pitre
2016-04-27
kbuild: adjust ksym_dep_filter for some cmd_* renames
Nicolas Pitre
2016-03-29
kbuild: add fine grained build dependencies for exported symbols
Nicolas Pitre
2016-03-29
kbuild: de-duplicate fixdep usage
Nicolas Pitre
2016-03-04
kbuild: suppress annoying "... is up to date." message
Masahiro Yamada
2015-09-08
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2015-09-04
kbuild: Fix clang detection
Michal Marek
2015-08-14
modsign: Handle signing key in source tree
David Woodhouse
2015-01-09
kbuild: allow cc-ifversion to have the argument for false condition
Masahiro Yamada
2015-01-09
kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
Masahiro Yamada
2015-01-09
kbuild: fix cc-ifversion macro
Masahiro Yamada
2014-12-20
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2014-12-03
kbuild: remove redundant -rR flag of hdr-inst
Masahiro Yamada
2014-11-26
kbuild: collect shorthands into scripts/Kbuild.include
Masahiro Yamada
2014-10-21
dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst
Robert Richter
2014-10-02
kbuild: simplify build, clean, modbuiltin shorthands
Masahiro Yamada
2014-08-07
kbuild: Fix handling of backslashes in *.cmd files
Michal Marek
2014-04-07
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2014-03-29
kbuild: move "quote" to Kbuild.include to be consistent
Masahiro Yamada
2014-02-13
Kbuild, lto: add ld-version and ld-ifversion macros
Andi Kleen
2013-04-08
kbuild: fix ld-option function
Antony Pavlov
2012-10-08
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2012-10-06
kbuild: make: fix if_changed when command contains backslashes
Sascha Hauer
2012-10-03
kbuild: Fix gcc -x syntax
Jean Delvare
2012-03-24
scripts/Kbuild.include: Fix portability problem of "echo -e"
Bernhard Walle
2011-06-09
kbuild: add `baseprereq'
Arnaud Lacombe
2011-05-16
kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.o
Michal Marek
2011-05-03
kbuild: Fix passing -Wno-* options to gcc 4.4+
Michal Marek
2011-04-20
kbuild: Fix build with binutils <= 2.19
Michal Marek
2009-12-12
kbuild: generate modules.builtin
Michal Marek
2009-10-11
kbuild,scripts: use non-builtin echo for '-e'
Amerigo Wang
2009-09-20
kbuild: fix cc1 options check to ensure we do not use -fPIC when compiling
Jory A. Pratt
2009-09-20
kbuild: introduce ld-option
Sam Ravnborg
2009-09-20
kbuild: rename ld-option to cc-ldoption
Sam Ravnborg
2008-12-03
kbuild: use KECHO convenience echo
Mike Frysinger
2008-12-03
kbuild: introduce $(kecho) convenience echo
Mike Frysinger
2008-12-03
kbuild: fix -I option expansion with O=... builds
Sam Ravnborg
2008-09-09
kbuild: fix cc-option and cc-option-yn
H. Peter Anvin
2008-02-11
kbuild: fix make V=1
Sam Ravnborg
2008-02-09
kbuild: silence CHK/UPD messages according to $(quiet)
Mike Frysinger
2007-10-19
kbuild: introduce cc-cross-prefix
Sam Ravnborg
2007-10-15
kbuild: enable 'make AFLAGS=...' to add additional options to AS
Sam Ravnborg
2007-10-14
kbuild: enable 'make CFLAGS=...' to add additional options to CC
Sam Ravnborg
2007-07-16
kbuild: New 'cc-fullversion' macro
Segher Boessenkool
2007-02-09
[PATCH] kbuild: more Makefile cleanups
Roman Zippel
2007-02-08
kbuild: fix space for good (take 103)
Linus Torvalds
2007-02-07
kbuild: make $(checker-shell ) strip spaces around the result
Linus Torvalds
2007-02-07
[PATCH] kbuild, Kbuild.include: avoid using spaces in call arguments
Oleg Verych
2007-02-06
[PATCH] kbuild: improve option checking, Kbuild.include cleanup
Oleg Verych
2006-12-10
[PATCH] kbuild: don't put temp files in source
Roman Zippel
2006-09-26
[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder
Jan Beulich
2006-09-26
[PATCH] x86: Detect CFI support in the assembler at runtime
Andi Kleen
2006-09-25
kbuild: make V=2 tell why a target is rebuild
Sam Ravnborg
2006-09-25
kbuild: consistently decide when to rebuild a target
Sam Ravnborg
2006-08-01
kbuild: always use $(CC) for $(call cc-version)
Sam Ravnborg
2006-07-31
[PATCH] vDSO hash-style fix
Roland McGrath
2006-07-01
kbuild: fix ia64 breakage after introducing make -rR
Sam Ravnborg
2006-06-26
Revert "kbuild: fix make -rR breakage"
Linus Torvalds
2006-06-24
kbuild: fix make -rR breakage
Sam Ravnborg
2006-04-07
kbuild: properly pass options to hostcc when doing make O=..
Sam Ravnborg
2006-03-06
kbuild: change kbuild to not rely on incorrect GNU make behavior
Paul Smith
2006-02-19
kbuild: fix comment in Kbuild.include
Sam Ravnborg
2006-02-19
kbuild: consolidate command line escaping
Jan Beulich
2006-02-19
kbuild: make cc-version available in kbuild files
Sam Ravnborg
2006-01-06
kbuild: introduce escsq to escapre single quotes
Sam Ravnborg
2005-09-10
kbuild: add objectify
Sam Ravnborg
2005-07-25
kbuild: introduce Kbuild.include
Sam Ravnborg