summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Linux 4.7.10v4.7.10Greg Kroah-Hartman1-1/+1
2016-10-20Linux 4.7.9v4.7.9Greg Kroah-Hartman1-1/+1
2016-10-16Linux 4.7.8v4.7.8Greg Kroah-Hartman1-1/+1
2016-10-07Linux 4.7.7v4.7.7Greg Kroah-Hartman1-1/+1
2016-09-30Linux 4.7.6v4.7.6Greg Kroah-Hartman1-1/+1
2016-09-30Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt1-1/+0
2016-09-30Disable "frame-address" warningLinus Torvalds1-0/+1
2016-09-30Disable "maybe-uninitialized" warning globallyLinus Torvalds1-3/+4
2016-09-24Linux 4.7.5v4.7.5Greg Kroah-Hartman1-1/+1
2016-09-15Linux 4.7.4v4.7.4Greg Kroah-Hartman1-1/+1
2016-09-07Linux 4.7.3v4.7.3Greg Kroah-Hartman1-1/+1
2016-08-20Linux 4.7.2v4.7.2Greg Kroah-Hartman1-1/+1
2016-08-16Linux 4.7.1v4.7.1Greg Kroah-Hartman1-1/+1
2016-07-24Linux 4.7v4.7Linus Torvalds1-1/+1
2016-07-11Linux 4.7-rc7Linus Torvalds1-1/+1
2016-07-04Linux 4.7-rc6Linus Torvalds1-1/+1
2016-06-27Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-0/+2
2016-06-27Linux 4.7-rc5Linus Torvalds1-1/+1
2016-06-20Linux 4.7-rc4Linus Torvalds1-1/+1
2016-06-12Linux 4.7-rc3Linus Torvalds1-1/+1
2016-06-08kbuild: Initialize exported variablesMichal Marek1-0/+2
2016-06-06Linux 4.7-rc2Linus Torvalds1-1/+1
2016-05-29Linux 4.7-rc1Linus Torvalds1-3/+3
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-19/+47
2016-05-16Linux 4.6v4.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-09Linux 4.6-rc7Linus Torvalds1-1/+1
2016-05-02Linux 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-25Linux 4.6-rc5Linus Torvalds1-1/+1
2016-04-23Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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-18Linux 4.6-rc4Linus Torvalds1-1/+1
2016-04-11Linux 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-27Linux 4.6-rc1Linus Torvalds1-2/+2
2016-03-25Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+3
2016-03-23kernel: add kcov code coverageDmitry Vyukov1-1/+10