aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Disable "frame-address" warningLinus Torvalds1-0/+1
2016-07-27Disable "maybe-uninitialized" warning globallyLinus Torvalds1-3/+4
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-27/+42
2016-07-26kbuild: abort build on bad stack protector flagKees Cook1-27/+42
2016-07-26Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds1-1/+6
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-24Linux 4.7Linus Torvalds1-1/+1
2016-07-10Linux 4.7-rc7Linus Torvalds1-1/+1
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changesIngo Molnar1-0/+2
2016-07-03Linux 4.7-rc6Linus Torvalds1-1/+1
2016-07-01Documentation: add cleanmediadocs to the documentation targetsJani Nikula1-1/+1
2016-06-27Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+2
2016-06-27Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar1-1/+1
2016-06-26Linux 4.7-rc5Linus Torvalds1-1/+1
2016-06-23Documentation: add top level 'make help' output for SphinxJani Nikula1-0/+2
2016-06-21kbuild: List libelf-devel as an alternativeJean Delvare1-1/+1
2016-06-19Linux 4.7-rc4Linus Torvalds1-1/+1
2016-06-12Linux 4.7-rc3Linus Torvalds1-1/+1
2016-06-07kbuild: Initialize exported variablesMichal Marek1-0/+2
2016-06-05Linux 4.7-rc2Linus Torvalds1-1/+1
2016-05-30Documentation/sphinx: add basic working Sphinx configuration and buildJani Nikula1-1/+4
2016-05-29Linux 4.7-rc1Linus Torvalds1-3/+3
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-19/+47
2016-05-15Linux 4.6Linus Torvalds1-1/+1
2016-05-11kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann1-2/+3
2016-05-10gcov: disable -Wmaybe-uninitialized warningArnd Bergmann1-1/+1
2016-05-10gcov: disable tree-loop-im to reduce stack usageArnd Bergmann1-1/+1
2016-05-10Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHESArnd Bergmann1-1/+5
2016-05-10kbuild: forbid kernel directory to contain spaces and colonsRobert Jarzmik1-0/+4
2016-05-08Linux 4.6-rc7Linus Torvalds1-1/+1
2016-05-01Linux 4.6-rc6Linus Torvalds1-2/+2
2016-04-27kbuild: Fix dependencies for final vmlinux linkNicolas Pitre1-1/+1
2016-04-26kbuild: better abstract vmlinux sequential prerequisitesNicolas Pitre1-16/+15
2016-04-26kbuild: fix call to adjust_autoksyms.sh when output directory specifiedNicolas Ferre1-3/+3
2016-04-24Linux 4.6-rc5Linus Torvalds1-1/+1
2016-04-23Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-04-22objtool: Fix Makefile to properly see if libelf is supportedSteven Rostedt1-1/+2
2016-04-20kbuild: mark help target as PHONYMasahiro Yamada1-0/+2
2016-04-20kbuild: specify modules(_install) as PHONY rather than FORCEMasahiro Yamada1-1/+2
2016-04-20kbuild: drop FORCE from PHONY targetsMasahiro Yamada1-4/+4
2016-04-17Linux 4.6-rc4Linus Torvalds1-1/+1
2016-04-10Linux 4.6-rc3Linus Torvalds1-1/+1
2016-04-03Linux 4.6-rc2Linus Torvalds1-1/+1
2016-03-29kbuild: build sample modules along with the rest of the kernelNicolas Pitre1-3/+5
2016-03-29kbuild: create/adjust generated/autoksyms.hNicolas Pitre1-0/+13
2016-03-29export.h: allow for per-symbol configurable EXPORT_SYMBOL()Nicolas Pitre1-0/+2
2016-03-26Linux 4.6-rc1Linus Torvalds1-2/+2
2016-03-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+3
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-1/+10
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+17