summaryrefslogtreecommitdiff
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAge
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-07
* kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-07
* kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-07
* kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada2018-04-07
* kbuild: clean up link rule of composite modulesMasahiro Yamada2018-03-26
* kbuild: clean up archive rule of built-in.aMasahiro Yamada2018-03-26
* kbuild: remove partial section mismatch detection for built-in.aMasahiro Yamada2018-03-26
* kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada2018-03-26
* kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada2018-03-26
* kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada2018-03-26
* kbuild: simplify modname calculationMasahiro Yamada2018-03-26
* kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-26
* kbuild: remove incremental linking optionNicholas Piggin2018-03-26
* kbuild: Improve portability of some sed invocationsMichael Forney2018-03-26
* objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-21
* objtool: Add module specific retpoline rulesPeter Zijlstra2018-02-21
* objtool: Add retpoline validationPeter Zijlstra2018-02-21
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-17
|\
| * objtool: Fix seg fault with gold linkerJosh Poimboeuf2018-01-16
| * Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-17
| |\
* | \ Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-11-25
|\ \ \
| * | | kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada2017-11-18
* | | | Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds2017-11-23
|\ \ \ \ | |/ / / |/| | |
| * | | Add optional check for bad kernel-doc commentsMatthew Wilcox2017-11-20
* | | | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-17
|\ \ \ \
| * | | | kbuild: optimize object directory creation for incremental buildMasahiro Yamada2017-11-16
| * | | | kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-16
| * | | | kbuild: filter-out PHONY targets from "targets"Masahiro Yamada2017-11-16
| * | | | kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-16
* | | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds2017-11-02
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/ /
* | | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-14
|/ /
* | objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf2017-09-28
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-04
|\
| * x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-26
| * objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-25
* | kbuild: trivial cleanups on the commentsCao jin2017-08-10
|/
* kbuild: thin archives use P option to arNicholas Piggin2017-06-30
* objtool: make it visible in make V=1 outputJiri Slaby2017-05-03
* kbuild: Add support to generate LLVM assembly filesVinícius Tinti2017-04-25
* kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel2017-02-03
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-17
|\
| * kbuild: cmd_export_list: tighten the sed scriptNicolas Pitre2016-12-11
| * kbuild: improve linker compatibility with lib-ksyms.o buildNicholas Piggin2016-11-29
| * kbuild: thin archives for multi-y targetsNicholas Piggin2016-11-29
* | kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin2016-11-09
* | kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin2016-11-01
* | kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin2016-10-22
|/
* kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell2016-09-09