aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Linux 3.18-rc1v3.18-rc1Gravatar Linus Torvalds 1-2/+2
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-48/+40
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+2
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+15
2014-10-05Linux 3.17v3.17Gravatar Linus Torvalds 1-1/+1
2014-10-02kbuild: Do not reference *-n variables in the MakefileGravatar Michal Marek 1-3/+1
2014-10-02kbuild: simplify build, clean, modbuiltin shorthandsGravatar Masahiro Yamada 1-1/+1
2014-10-01kbuild: handle C=... and M=... after entering into build directoryGravatar Masahiro Yamada 1-31/+29
2014-10-01kbuild: use $(Q) for sub-make targetGravatar Masahiro Yamada 1-2/+1
2014-10-01kbuild: fake the "Entering directory ..." message more simplyGravatar Masahiro Yamada 1-11/+8
2014-09-28Linux 3.17-rc7v3.17-rc7Gravatar Linus Torvalds 1-1/+1
2014-09-26Make Documenation depend on headers_installGravatar Peter Foley 1-0/+2
2014-09-21Linux 3.17-rc6v3.17-rc6Gravatar Linus Torvalds 1-1/+1
2014-09-14Linux 3.17-rc5v3.17-rc5Gravatar Linus Torvalds 1-1/+1
2014-09-07Linux 3.17-rc4v3.17-rc4Gravatar Linus Torvalds 1-1/+1
2014-08-31Linux 3.17-rc3v3.17-rc3Gravatar Linus Torvalds 1-1/+1
2014-08-27kbuild: handle module compression while running 'make modules_install'.Gravatar Bertrand Jacquin 1-0/+15
2014-08-25Linux 3.17-rc2v3.17-rc2Gravatar Linus Torvalds 1-1/+1
2014-08-16Linux 3.17-rc1v3.17-rc1Gravatar Linus Torvalds 1-2/+2
2014-08-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-3/+15
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+11
2014-08-07kbuild: kselftest - new make target to build and run kernel selftestsGravatar Shuah Khan 1-0/+12
2014-08-06./Makefile: tell gcc optimizer to never introduce new data racesGravatar Jiri Kosina 1-0/+3
2014-08-06./Makefile: explain stack-protector-strong CONFIG logicGravatar Kees Cook 1-0/+16
2014-08-05kbuild, LLVMLinux: Supress warnings unless W=1-3Gravatar Behan Webster 1-0/+1
2014-08-03Linux 3.16v3.16Gravatar Linus Torvalds 1-1/+1
2014-07-30Kbuild: Add a option to enable dwarf4 v2Gravatar Andi Kleen 1-0/+3
2014-07-30kbuild: Support split debug info v4Gravatar Andi Kleen 1-0/+5
2014-07-27Linux 3.16-rc7v3.16-rc7Gravatar Linus Torvalds 1-1/+1
2014-07-26Fix gcc-4.9.0 miscompilation of load_balance() in schedulerGravatar Linus Torvalds 1-0/+2
2014-07-20Linux 3.16-rc6v3.16-rc6Gravatar Linus Torvalds 1-1/+1
2014-07-18kbuild: allow to override Python command nameGravatar Masahiro Yamada 1-1/+2
2014-07-13Linux 3.16-rc5v3.16-rc5Gravatar Linus Torvalds 1-1/+1
2014-07-11kbuild: make -s should be used with kernelrelease/kernelversion/image_nameGravatar Michal Marek 1-3/+3
2014-07-10Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 1-48/+51
2014-07-06Linux 3.16-rc4v3.16-rc4Gravatar Linus Torvalds 1-1/+1
2014-07-04kbuild: Fix packaging targets with relative $(srctree)Gravatar Michal Marek 1-1/+1
2014-07-04kbuild: Do not print the build directory with make -sGravatar Michal Marek 1-47/+50
2014-07-03Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 1-0/+3
2014-07-03kbuild: Print the name of the build directoryGravatar Michal Marek 1-0/+3
2014-06-29Linux 3.16-rc3v3.16-rc3Gravatar Linus Torvalds 1-1/+1
2014-06-21Linux 3.16-rc2v3.16-rc2Gravatar Linus Torvalds 1-1/+1
2014-06-15Linux 3.16-rc1v3.16-rc1Gravatar Linus Torvalds 1-2/+2
2014-06-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-37/+52
2014-06-10kbuild: create include/config directory in scripts/kconfig/MakefileGravatar Masahiro Yamada 1-2/+0
2014-06-10kbuild: do not create include/linux directoryGravatar Masahiro Yamada 1-2/+2
2014-06-09Makefile: Fix unrecognized cross-compiler command line optionsGravatar Geert Uytterhoeven 1-4/+6
2014-06-08Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Gravatar Linus Torvalds 1-1/+1
2014-06-08Linux 3.15v3.15Gravatar Linus Torvalds 1-1/+1
2014-06-07all: LLVMLinux: Change DWARF flag to support gcc and clangGravatar Behan Webster 1-1/+1