Age | Commit message (Expand) | Author | Files | Lines |
2016-09-09 | kbuild: allow architectures to use thin archives instead of ld -r | Stephen Rothwell | 1 | -4/+19 |
2016-08-07 | [kbuild] handle exports in lib-y objects reliably | Al Viro | 1 | -0/+20 |
2016-06-07 | Shared library support | Emese Revfy | 1 | -1/+1 |
2016-04-20 | kbuild: rename cmd_as_s_S to cmd_cpp_s_S | Masahiro Yamada | 1 | -3/+3 |
2016-04-20 | kbuild: rename cmd_cc_i_c to cmd_cpp_i_c | Masahiro Yamada | 1 | -3/+3 |
2016-03-29 | kbuild: de-duplicate fixdep usage | Nicolas Pitre | 1 | -14/+5 |
2016-03-29 | kbuild: record needed exported symbols for modules | Nicolas Pitre | 1 | -2/+11 |
2016-03-05 | objtool: Detect and warn if libelf is missing and don't break the build | Josh Poimboeuf | 1 | -0/+2 |
2016-02-29 | objtool: Add CONFIG_STACK_VALIDATION option | Josh Poimboeuf | 1 | -4/+35 |
2015-11-25 | kbuild: Allow to specify composite modules with modname-m | Michal Marek | 1 | -2/+6 |
2015-01-29 | ftrace: allow architectures to specify ftrace compile options | Heiko Carstens | 1 | -2/+3 |
2014-10-02 | kbuild: remove obj-n and lib-n handling | Masahiro Yamada | 1 | -2/+2 |
2014-08-19 | kbuild: handle multi-objs dependency appropriately | Masahiro Yamada | 1 | -6/+4 |
2014-04-30 | kbuild: trivial - remove trailing spaces | Masahiro Yamada | 1 | -2/+2 |
2014-04-16 | kbuild: move extra gcc checks to scripts/Makefile.extrawarn | Masahiro Yamada | 1 | -61/+0 |
2014-04-09 | kbuild: LLVMLinux: Adapt warnings for compilation with clang | Jan-Simon Möller | 1 | -1/+11 |
2014-02-13 | Kbuild, lto: Disable LTO for asm-offsets.c | Andi Kleen | 1 | -1/+1 |
2013-03-20 | genksyms: pass symbol-prefix instead of arch | James Hogan | 1 | -1/+2 |
2012-10-08 | X.509: Add simple ASN.1 grammar compiler | David Howells | 1 | -0/+11 |
2012-01-26 | kbuild: disable -Wmissing-field-initializers for W=1 | Kirill A. Shutemov | 1 | -0/+2 |
2011-08-31 | scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacement | Arnaud Lacombe | 1 | -1/+1 |
2011-05-24 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -29/+45 |
2011-05-19 | ftrace/kbuild: Add recordmcount files to force full build | Michal Marek | 1 | -2/+5 |
2011-05-16 | kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callers | Steven Rostedt | 1 | -1/+4 |
2011-05-02 | kbuild: Allow to combine multiple W= levels | Michal Marek | 1 | -2/+6 |
2011-04-29 | kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0 | Dave Jones | 1 | -0/+1 |
2011-04-28 | kbuild: implement several W= levels | Sam Ravnborg | 1 | -27/+38 |
2011-04-20 | kbuild: Fix build with binutils <= 2.19 | Michal Marek | 1 | -2/+2 |
2011-04-18 | kbuild: Use the deterministic mode of ar | Michal Marek | 1 | -2/+2 |
2011-03-09 | kbuild: Add extra gcc checks | Borislav Petkov | 1 | -1/+34 |
2010-11-18 | ftrace: Speed up recordmcount | Wu Zhangjin | 1 | -4/+9 |
2010-10-21 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+2 |
2010-10-18 | ftrace: Remove recursion between recordmcount and scripts/mod/empty | Steven Rostedt | 1 | -1/+7 |
2010-10-15 | ftrace: Use objtree for C version of recordmcount | Steven Rostedt | 1 | -1/+1 |
2010-10-14 | ftrace/x86: Add support for C version of recordmcount | Steven Rostedt | 1 | -0/+4 |
2010-09-02 | ARM: 6317/1: ftrace: pass KBUILD_CFLAGS to record_mcount.pl | Rabin Vincent | 1 | -1/+2 |
2010-08-03 | kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line | Sam Ravnborg | 1 | -2/+2 |
2010-08-03 | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line | Sam Ravnborg | 1 | -3/+6 |
2010-06-04 | Makefile.build: make KBUILD_SYMTYPES work again | Don Zickus | 1 | -13/+13 |
2010-02-02 | kbuild: Fix linking error built-in.o no such file or directory | Jiafu He | 1 | -1/+1 |
2009-12-17 | MIPS: Tracing: Add an endian argument to scripts/recordmcount.pl | Wu Zhangjin | 1 | -0/+1 |
2009-09-21 | kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts. | Tim Abbott | 1 | -1/+1 |
2009-09-20 | arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 | Sam Ravnborg | 1 | -1/+2 |
2009-09-20 | kbuild: fail build if recordmcount.pl fails | Andi Kleen | 1 | -1/+1 |
2009-09-20 | kbuild: echo the record_mcount command | Andi Kleen | 1 | -0/+1 |
2009-04-19 | kbuild: introduce subdir-ccflags-y | Sam Ravnborg | 1 | -0/+3 |
2009-02-03 | Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing... | Ingo Molnar | 1 | -35/+20 |
2009-01-14 | Revert "kbuild: strip generated symbols from *.ko" | Sam Ravnborg | 1 | -35/+20 |
2009-01-14 | ftrace, ia64: make recordmcount distinct module compile | Shaohua Li | 1 | -6/+7 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 1 | -24/+43 |