| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 3.17-rc4v3.17-rc4 | Linus Torvalds | 2014-09-07 | 1 | -1/+1 |
* | Linux 3.17-rc3v3.17-rc3 | Linus Torvalds | 2014-08-31 | 1 | -1/+1 |
* | Linux 3.17-rc2v3.17-rc2 | Linus Torvalds | 2014-08-25 | 1 | -1/+1 |
* | Linux 3.17-rc1v3.17-rc1 | Linus Torvalds | 2014-08-16 | 1 | -2/+2 |
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2014-08-14 | 1 | -3/+15 |
|\ |
|
| * | kbuild: kselftest - new make target to build and run kernel selftests | Shuah Khan | 2014-08-07 | 1 | -0/+12 |
| * | kbuild: make -s should be used with kernelrelease/kernelversion/image_name | Michal Marek | 2014-07-11 | 1 | -3/+3 |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2014-08-14 | 1 | -1/+11 |
|\ \ |
|
| * | | kbuild, LLVMLinux: Supress warnings unless W=1-3 | Behan Webster | 2014-08-05 | 1 | -0/+1 |
| * | | Kbuild: Add a option to enable dwarf4 v2 | Andi Kleen | 2014-07-30 | 1 | -0/+3 |
| * | | kbuild: Support split debug info v4 | Andi Kleen | 2014-07-30 | 1 | -0/+5 |
| * | | kbuild: allow to override Python command name | Masahiro Yamada | 2014-07-18 | 1 | -1/+2 |
| |/ |
|
* | | ./Makefile: tell gcc optimizer to never introduce new data races | Jiri Kosina | 2014-08-06 | 1 | -0/+3 |
* | | ./Makefile: explain stack-protector-strong CONFIG logic | Kees Cook | 2014-08-06 | 1 | -0/+16 |
* | | Linux 3.16v3.16 | Linus Torvalds | 2014-08-03 | 1 | -1/+1 |
* | | Linux 3.16-rc7v3.16-rc7 | Linus Torvalds | 2014-07-27 | 1 | -1/+1 |
* | | Fix gcc-4.9.0 miscompilation of load_balance() in scheduler | Linus Torvalds | 2014-07-26 | 1 | -0/+2 |
* | | Linux 3.16-rc6v3.16-rc6 | Linus Torvalds | 2014-07-20 | 1 | -1/+1 |
* | | Linux 3.16-rc5v3.16-rc5 | Linus Torvalds | 2014-07-13 | 1 | -1/+1 |
* | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2014-07-10 | 1 | -48/+51 |
|\ \ |
|
| * | | kbuild: Fix packaging targets with relative $(srctree) | Michal Marek | 2014-07-04 | 1 | -1/+1 |
| * | | kbuild: Do not print the build directory with make -s | Michal Marek | 2014-07-04 | 1 | -47/+50 |
* | | | Linux 3.16-rc4v3.16-rc4 | Linus Torvalds | 2014-07-06 | 1 | -1/+1 |
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2014-07-03 | 1 | -0/+3 |
|\| | |
|
| * | | kbuild: Print the name of the build directory | Michal Marek | 2014-07-03 | 1 | -0/+3 |
| |/ |
|
* | | Linux 3.16-rc3v3.16-rc3 | Linus Torvalds | 2014-06-29 | 1 | -1/+1 |
* | | Linux 3.16-rc2v3.16-rc2 | Linus Torvalds | 2014-06-21 | 1 | -1/+1 |
|/ |
|
* | Linux 3.16-rc1v3.16-rc1 | Linus Torvalds | 2014-06-15 | 1 | -2/+2 |
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2014-06-12 | 1 | -37/+52 |
|\ |
|
| * | kbuild: create include/config directory in scripts/kconfig/Makefile | Masahiro Yamada | 2014-06-10 | 1 | -2/+0 |
| * | kbuild: do not create include/linux directory | Masahiro Yamada | 2014-06-10 | 1 | -2/+2 |
| * | Makefile: Fix unrecognized cross-compiler command line options | Geert Uytterhoeven | 2014-06-09 | 1 | -4/+6 |
| * | kbuild: Use relative path when building in a subdir of the source tree | Michal Marek | 2014-05-14 | 1 | -1/+11 |
| * | kbuild: Use relative path when building in the source tree | Michal Marek | 2014-05-14 | 1 | -2/+2 |
| * | kbuild: Use relative path for $(objtree) | Michal Marek | 2014-05-14 | 1 | -2/+2 |
| * | kbuild: trivial - fix comment block indent | Masahiro Yamada | 2014-04-30 | 1 | -17/+16 |
| * | kbuild: trivial - remove trailing spaces | Masahiro Yamada | 2014-04-30 | 1 | -4/+4 |
| * | kbuild: support simultaneous "make %config" and "make all" | Masahiro Yamada | 2014-04-30 | 1 | -2/+10 |
| * | kbuild: move extra gcc checks to scripts/Makefile.extrawarn | Masahiro Yamada | 2014-04-16 | 1 | -4/+2 |
* | | Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke... | Linus Torvalds | 2014-06-08 | 1 | -1/+1 |
|\ \ |
|
| * | | all: LLVMLinux: Change DWARF flag to support gcc and clang | Behan Webster | 2014-06-07 | 1 | -1/+1 |
* | | | Linux 3.15v3.15 | Linus Torvalds | 2014-06-08 | 1 | -1/+1 |
|/ / |
|
* | | Linux 3.15-rc8v3.15-rc8 | Linus Torvalds | 2014-06-01 | 1 | -1/+1 |
* | | Linux 3.15-rc7v3.15-rc7 | Linus Torvalds | 2014-05-25 | 1 | -1/+1 |
* | | Linux 3.15-rc6v3.15-rc6 | Linus Torvalds | 2014-05-22 | 1 | -1/+1 |
* | | Linux 3.15-rc5v3.15-rc5 | Linus Torvalds | 2014-05-09 | 1 | -1/+1 |
* | | Linux 3.15-rc4v3.15-rc4 | Linus Torvalds | 2014-05-04 | 1 | -1/+1 |
* | | Linux 3.15-rc3v3.15-rc3 | Linus Torvalds | 2014-04-27 | 1 | -1/+1 |
* | | Linux 3.15-rc2v3.15-rc2 | Linus Torvalds | 2014-04-20 | 1 | -1/+1 |
|/ |
|
* | Linux 3.15-rc1v3.15-rc1 | Linus Torvalds | 2014-04-13 | 1 | -2/+2 |