aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOGravatar Kees Cook 1-3/+34
2018-02-06Makefile: move stack-protector availability out of KconfigGravatar Kees Cook 1-1/+5
2018-02-06Makefile: move stack-protector compiler breakage test earlierGravatar Kees Cook 1-3/+7
2018-02-06kasan: don't emit builtin calls when sanitization is offGravatar Andrey Konovalov 1-1/+2
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+3
2018-01-28Linux 4.15v4.15Gravatar Linus Torvalds 1-1/+1
2018-01-21Linux 4.15-rc9v4.15-rc9Gravatar Linus Torvalds 1-1/+1
2018-01-14Linux 4.15-rc8v4.15-rc8Gravatar Linus Torvalds 1-1/+1
2018-01-13Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-20/+23
2018-01-07Linux 4.15-rc7v4.15-rc7Gravatar Linus Torvalds 1-1/+1
2017-12-31Linux 4.15-rc6v4.15-rc6Gravatar Linus Torvalds 1-1/+1
2017-12-30kbuild: add '-fno-stack-check' to kernel build optionsGravatar Linus Torvalds 1-0/+3
2017-12-23Linux 4.15-rc5v4.15-rc5Gravatar Linus Torvalds 1-1/+1
2017-12-17Linux 4.15-rc4v4.15-rc4Gravatar Linus Torvalds 1-1/+1
2017-12-16kbuild: add LEX and YACC variablesGravatar Masahiro Yamada 1-1/+3
2017-12-10Linux 4.15-rc3v4.15-rc3Gravatar Linus Torvalds 1-1/+1
2017-12-06kbuild: move cc-option and cc-disable-warning after incl. arch MakefileGravatar Masahiro Yamada 1-20/+23
2017-12-03Linux 4.15-rc2v4.15-rc2Gravatar Linus Torvalds 1-1/+1
2017-11-26Linux 4.15-rc1v4.15-rc1Gravatar Linus Torvalds 1-2/+2
2017-11-23kbuild: clean up *.i and *.lst patterns by make cleanGravatar Masahiro Yamada 1-2/+2
2017-11-23kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedGravatar Masahiro Yamada 1-2/+3
2017-11-23kbuild: Set KBUILD_CFLAGS before incl. arch MakefileGravatar Chris Fries 1-32/+32
2017-11-18kbuild: create built-in.o automatically if parent directory wants itGravatar Masahiro Yamada 1-1/+1
2017-11-18kbuild: /bin/pwd -> pwdGravatar Bjørn Forsman 1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-150/+147
2017-11-17Makefile: support flag -fsanitizer-coverage=trace-cmpGravatar Victor Chibotaru 1-2/+1
2017-11-17kbuild: move coccicheck help from scripts/Makefile.help to top MakefileGravatar Masahiro Yamada 1-1/+1
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationGravatar Masahiro Yamada 1-2/+1
2017-11-15Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+2
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+2
2017-11-13kbuild: do not call cc-option before KBUILD_CFLAGS initializationGravatar Masahiro Yamada 1-10/+11
2017-11-13kbuild: Cache a few more calls to the compilerGravatar Douglas Anderson 1-2/+2
2017-11-13kbuild: Add a cache for generated variablesGravatar Douglas Anderson 1-0/+1
2017-11-12Linux 4.14v4.14Gravatar Linus Torvalds 1-1/+1
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileGravatar Masahiro Yamada 1-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsGravatar Ingo Molnar 1-1/+2
2017-11-05Linux 4.14-rc8v4.14-rc8Gravatar Linus Torvalds 1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmGravatar Ingo Molnar 1-6/+6
2017-10-29Linux 4.14-rc7v4.14-rc7Gravatar Linus Torvalds 1-1/+1
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+5
2017-10-26kbuild: clang: remove crufty HOSTCFLAGSGravatar Nick Desaulniers 1-5/+0
2017-10-24kbuild: clang: fix build failures with sparse checkGravatar David Lin 1-2/+2
2017-10-23Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesGravatar Ingo Molnar 1-1/+1
2017-10-23Linux 4.14-rc6v4.14-rc6Gravatar Linus Torvalds 1-1/+1
2017-10-15Linux 4.14-rc5v4.14-rc5Gravatar Linus Torvalds 1-1/+1
2017-10-14Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+5