aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
AgeCommit message (Expand)Author
2018-12-15x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan
2018-07-06kbuild: remove duplicated comments about PHONYMasahiro Yamada
2018-06-21tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcountGreg Thelen
2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-05-28trace: Use -mcount-record for dynamic ftraceAndi Kleen
2018-05-17kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXMasahiro Yamada
2018-05-17genksyms: remove symbol prefix supportMasahiro Yamada
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada
2018-03-26kbuild: clean up link rule of composite modulesMasahiro Yamada
2018-03-26kbuild: clean up archive rule of built-in.aMasahiro Yamada
2018-03-26kbuild: remove partial section mismatch detection for built-in.aMasahiro Yamada
2018-03-26kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada
2018-03-26kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada
2018-03-26kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada
2018-03-26kbuild: simplify modname calculationMasahiro Yamada
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin
2018-03-26kbuild: remove incremental linking optionNicholas Piggin
2018-03-26kbuild: Improve portability of some sed invocationsMichael Forney
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra
2018-02-21objtool: Add retpoline validationPeter Zijlstra
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-16objtool: Fix seg fault with gold linkerJosh Poimboeuf
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds
2017-11-20Add optional check for bad kernel-doc commentsMatthew Wilcox
2017-11-18kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-11-16kbuild: optimize object directory creation for incremental buildMasahiro Yamada
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada
2017-11-16kbuild: filter-out PHONY targets from "targets"Masahiro Yamada
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-02Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-08-10kbuild: trivial cleanups on the commentsCao jin
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf
2017-06-30kbuild: thin archives use P option to arNicholas Piggin
2017-05-03objtool: make it visible in make V=1 outputJiri Slaby
2017-04-25kbuild: Add support to generate LLVM assembly filesVinícius Tinti
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds