aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-01Linux 3.15-rc8v3.15-rc8Gravatar Linus Torvalds 1-1/+1
2014-05-25Linux 3.15-rc7v3.15-rc7Gravatar Linus Torvalds 1-1/+1
2014-05-22Linux 3.15-rc6v3.15-rc6Gravatar Linus Torvalds 1-1/+1
2014-05-14kbuild: Use relative path when building in a subdir of the source treeGravatar Michal Marek 1-1/+11
2014-05-14kbuild: Use relative path when building in the source treeGravatar Michal Marek 1-2/+2
2014-05-14kbuild: Use relative path for $(objtree)Gravatar Michal Marek 1-2/+2
2014-05-09Linux 3.15-rc5v3.15-rc5Gravatar Linus Torvalds 1-1/+1
2014-05-04Linux 3.15-rc4v3.15-rc4Gravatar Linus Torvalds 1-1/+1
2014-04-30kbuild: trivial - fix comment block indentGravatar Masahiro Yamada 1-17/+16
2014-04-30kbuild: trivial - remove trailing spacesGravatar Masahiro Yamada 1-4/+4
2014-04-30kbuild: support simultaneous "make %config" and "make all"Gravatar Masahiro Yamada 1-2/+10
2014-04-27Linux 3.15-rc3v3.15-rc3Gravatar Linus Torvalds 1-1/+1
2014-04-20Linux 3.15-rc2v3.15-rc2Gravatar Linus Torvalds 1-1/+1
2014-04-16kbuild: move extra gcc checks to scripts/Makefile.extrawarnGravatar Masahiro Yamada 1-4/+2
2014-04-13Linux 3.15-rc1v3.15-rc1Gravatar Linus Torvalds 1-2/+2
2014-04-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-3/+4
2014-04-09kbuild: LLVMLinux: Add Kbuild support for building kernel with ClangGravatar Behan Webster 1-1/+29
2014-04-08scripts: objdiff: detect object code changes between two commitsGravatar Jason Cooper 1-1/+1
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-5/+5