summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: trivial - fix comment block indentMasahiro Yamada2014-04-301-17/+16
* kbuild: trivial - remove trailing spacesMasahiro Yamada2014-04-301-4/+4
* kbuild: support simultaneous "make %config" and "make all"Masahiro Yamada2014-04-301-2/+10
* kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada2014-04-161-4/+2
* Linux 3.15-rc1v3.15-rc1Linus Torvalds2014-04-131-2/+2
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-04-121-3/+4
|\
| * scripts: objdiff: detect object code changes between two commitsJason Cooper2014-04-081-1/+1
| * scripts/tags.sh: Ignore *.mod.cPrarit Bhargava2014-02-061-2/+3
* | kbuild: LLVMLinux: Add Kbuild support for building kernel with ClangBehan Webster2014-04-091-1/+29
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-04-071-5/+5
|\ \
| * | kbuild: create a build directory automatically for out-of-tree buildMasahiro Yamada2014-03-311-2/+3
| * | kbuild: remove redundant '.*.cmd' pattern from make distcleanMasahiro Yamada2014-03-311-2/+1
| * | kbuild: unconditionally clobber include/linux/version.h on distcleanPaul Gortmaker2014-03-291-1/+1
| |/
* | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-021-0/+7
|\ \
| * \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-311-1/+1
| |\ \
| * \ \ Merge tag 'v3.14-rc5' into HEADGrant Likely2014-03-041-4/+6
| |\ \ \
| * | | | kbuild: dtbs_install: new make targetJason Cooper2014-02-201-0/+7
| | |_|/ | |/| |
* | | | Linux 3.14v3.14Linus Torvalds2014-03-301-1/+1
* | | | Linux 3.14-rc8v3.14-rc8Linus Torvalds2014-03-241-1/+1
* | | | Linux 3.14-rc7v3.14-rc7Linus Torvalds2014-03-161-1/+1
| |_|/ |/| |
* | | Linux 3.14-rc6v3.14-rc6Linus Torvalds2014-03-091-1/+1
| |/ |/|
* | Linux 3.14-rc5v3.14-rc5Linus Torvalds2014-03-021-1/+1
* | Makefile: fix build with make 3.80 againJan Beulich2014-02-251-2/+4
* | Makefile: fix extra parenthesis typo when CC_STACKPROTECTOR_REGULAR is enabledFathi Boudra2014-02-251-1/+1
* | Linux 3.14-rc4v3.14-rc4Linus Torvalds2014-02-231-1/+1
* | Linux 3.14-rc3v3.14-rc3Linus Torvalds2014-02-161-1/+1
* | Linux 3.14-rc2v3.14-rc2Linus Torvalds2014-02-091-1/+1
|/
* Linus 3.14-rc1v3.14-rc1Linus Torvalds2014-02-021-3/+3
* Merge branch 'drop-time' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2014-01-301-0/+3
|\
| * Makefile: Build with -Werror=date-time if the compiler supports itJosh Triplett2014-01-271-0/+3
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-01-301-1/+7
|\ \ | |/ |/|
| * kbuild: Fix debugging info generation for .S filesGeoff Levand2014-01-271-1/+1
| * kbuild: Fix silent builds with make-4Emil Medve2014-01-061-0/+6
* | Merge branch 'core-stackprotector-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2014-01-201-3/+17
|\ \
| * | stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONGKees Cook2013-12-201-1/+7
| * | stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architecturesKees Cook2013-12-201-3/+11
* | | Linux 3.13v3.13Linus Torvalds2014-01-191-1/+1
* | | Linux 3.13-rc8v3.13-rc8Linus Torvalds2014-01-121-1/+1
* | | Linux 3.13-rc7v3.13-rc7Linus Torvalds2014-01-041-1/+1
* | | Linux 3.13-rc6v3.13-rc6Linus Torvalds2013-12-291-1/+1
* | | Linux 3.13-rc5v3.13-rc5Linus Torvalds2013-12-221-1/+1
* | | Don't set the INITRD_COMPRESS environment variable automaticallyLinus Torvalds2013-12-201-1/+3
* | | fix build with make 3.80Jan Beulich2013-12-181-13/+7
|/ /
* | Linux 3.13-rc4v3.13-rc4Linus Torvalds2013-12-151-1/+1
* | Linux 3.13-rc3v3.13-rc3Linus Torvalds2013-12-061-1/+1
* | Linux 3.13-rc2v3.13-rc2Linus Torvalds2013-11-291-1/+1
|/
* Linux 3.13-rc1v3.13-rc1Linus Torvalds2013-11-221-2/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-11-151-0/+9
|\
| * Kbuild: Ignore GREP_OPTIONS env variableBorislav Petkov2013-11-111-0/+3
| * Makefile: enable -Werror=implicit-int and -Werror=strict-prototypes by defaultSergei Trofimovich2013-10-231-0/+6
OpenPOWER on IntegriCloud