aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-09-12Linux 4.3-rc1v4.3-rc1Gravatar Linus Torvalds 1-2/+2
2015-09-08Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-0/+1
2015-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-8/+1
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-7/+6
2015-09-04kbuild: Fix clang detectionGravatar Michal Marek 1-8/+1
2015-08-30Linux 4.2v4.2Gravatar Linus Torvalds 1-1/+1
2015-08-28kbuild: remove *.su files generated by -fstack-usageGravatar Rasmus Villemoes 1-0/+1
2015-08-23Linux 4.2-rc8v4.2-rc8Gravatar Linus Torvalds 1-1/+1
2015-08-16Linux 4.2-rc7v4.2-rc7Gravatar Linus Torvalds 1-1/+1
2015-08-14modsign: Handle signing key in source treeGravatar David Woodhouse 1-4/+3
2015-08-14Move certificate handling to its own directoryGravatar David Howells 1-2/+2
2015-08-09Linux 4.2-rc6v4.2-rc6Gravatar Linus Torvalds 1-1/+1
2015-08-07modsign: Use single PEM file for autogenerated keyGravatar David Woodhouse 1-2/+2
2015-08-07modsign: Allow external signing key to be specifiedGravatar David Woodhouse 1-1/+1
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesGravatar David Howells 1-1/+1
2015-08-04Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 1-2/+7
2015-08-02Linux 4.2-rc5v4.2-rc5Gravatar Linus Torvalds 1-1/+1
2015-07-26Linux 4.2-rc4v4.2-rc4Gravatar Linus Torvalds 1-1/+1
2015-07-22Makefile: Force gzip and xz on module installGravatar Jason A. Donenfeld 1-2/+2
2015-07-22kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environmentGravatar Michal Marek 1-0/+5
2015-07-19Linux 4.2-rc3v4.2-rc3Gravatar Linus Torvalds 1-1/+1
2015-07-15Merge tag 'arc-v4.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+5
2015-07-12Linux 4.2-rc2v4.2-rc2Gravatar Linus Torvalds 1-1/+1
2015-07-06kbuild: Allow arch Makefiles to override {cpp,ld,c}flagsGravatar Michal Marek 1-4/+5
2015-07-05Linux 4.2-rc1v4.2-rc1Gravatar Linus Torvalds 1-2/+2
2015-07-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-9/+7
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+2
2015-06-21Linux 4.1v4.1Gravatar Linus Torvalds 1-1/+1
2015-06-14Linux 4.1-rc8v4.1-rc8Gravatar Linus Torvalds 1-1/+1
2015-06-07Linux 4.1-rc7v4.1-rc7Gravatar Linus Torvalds 1-1/+1
2015-05-31Linux 4.1-rc6v4.1-rc6Gravatar Linus Torvalds 1-1/+1
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesGravatar Ingo Molnar 1-1/+1
2015-05-24Linux 4.1-rc5v4.1-rc5Gravatar Linus Torvalds 1-1/+1
2015-05-18Linux 4.1-rc4v4.1-rc4Gravatar Linus Torvalds 1-1/+1
2015-05-10Linux 4.1-rc3v4.1-rc3Gravatar Linus Torvalds 1-1/+1
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Ingo Molnar 1-3/+2
2015-05-03Linux 4.1-rc2v4.1-rc2Gravatar Linus Torvalds 1-1/+1
2015-04-29tools build: Fix Makefile(s) to properly invoke tools buildGravatar Jiri Olsa 1-3/+2
2015-04-27Makefile: Fix detection of clang when cross-compilingGravatar Paul Cercueil 1-9/+7
2015-04-26Linux 4.1-rc1v4.1-rc1Gravatar Linus Torvalds 1-2/+2
2015-04-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-18/+10
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2015-04-12Linux 4.0v4.0Gravatar Linus Torvalds 1-1/+1
2015-04-09jump_label: Allow jump labels to be used in assemblyGravatar Anton Blanchard 1-0/+1
2015-04-06Linux 4.0-rc7v4.0-rc7Gravatar Linus Torvalds 1-1/+1
2015-04-02kbuild: use relative path more to include MakefileGravatar Masahiro Yamada 1-12/+10
2015-03-29Linux 4.0-rc6v4.0-rc6Gravatar Linus Torvalds 1-1/+1
2015-03-24kbuild: remove warning about "make depend"Gravatar Masahiro Yamada 1-6/+0
2015-03-22Linux 4.0-rc5v4.0-rc5Gravatar Linus Torvalds 1-1/+1
2015-03-15Linux 4.0-rc4v4.0-rc4Gravatar Linus Torvalds 1-1/+1