summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-06-13Merge 4.9.108 into android-4.9Greg Kroah-Hartman38-62/+155
2018-06-13objtool: Fix gcov check for older versions of GCCJosh Poimboeuf1-0/+3
2018-02-28FROMLIST: BACKPORT: kbuild: fix dynamic ftrace with clang LTOSami Tolvanen9-7/+52
2018-02-28FROMLIST: BACKPORT: kbuild: add support for clang LTOSami Tolvanen5-34/+276
2017-10-16UPSTREAM: kbuild: Add support to generate LLVM assembly filesVinícius Tinti3-0/+14
2016-11-09kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin1-2/+2
2016-11-01kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin1-6/+72
2016-10-22kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin1-0/+3
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell3-15/+85
2016-08-08[kbuild] handle exports in lib-y objects reliablyAl Viro3-6/+24
2016-06-07Shared library supportEmese Revfy3-3/+58
2016-04-20kbuild: rename cmd_as_s_S to cmd_cpp_s_SMasahiro Yamada1-3/+3
2016-04-20kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada2-7/+7
2016-03-29kbuild: de-duplicate fixdep usageNicolas Pitre2-15/+9
2016-03-29kbuild: record needed exported symbols for modulesNicolas Pitre1-2/+11
2016-03-05objtool: Detect and warn if libelf is missing and don't break the buildJosh Poimboeuf2-1/+14
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf4-5/+57
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek5-7/+11
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens8-14/+19
2014-10-02kbuild: remove obj-n and lib-n handlingMasahiro Yamada4-7/+5
2014-08-19kbuild: handle multi-objs dependency appropriatelyMasahiro Yamada2-6/+13
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada10-25/+25
2014-04-16kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada3-65/+69
2014-04-09kbuild: LLVMLinux: Adapt warnings for compilation with clangJan-Simon Möller1-1/+11
2014-02-14Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen1-1/+1
2013-03-20genksyms: pass symbol-prefix instead of archJames Hogan2-12/+9
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells7-0/+1721
2012-01-26kbuild: disable -Wmissing-field-initializers for W=1Kirill A. Shutemov1-0/+2
2011-08-31scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacementArnaud Lacombe1-1/+1
2011-05-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds20-108/+287
2011-05-19ftrace/kbuild: Add recordmcount files to force full buildMichal Marek1-2/+5
2011-05-16kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt2-1/+5
2011-05-02kbuild: Allow to combine multiple W= levelsMichal Marek2-3/+7
2011-04-29kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones2-0/+5
2011-04-28kbuild: implement several W= levelsSam Ravnborg2-29/+44
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek4-2/+16
2011-04-18kbuild: Use the deterministic mode of arMichal Marek1-2/+2
2011-03-09kbuild: Add extra gcc checksBorislav Petkov3-1/+44
2010-11-18ftrace: Speed up recordmcountWu Zhangjin1-4/+9
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds844-6688/+25244
2010-10-18ftrace: Remove recursion between recordmcount and scripts/mod/emptySteven Rostedt1-1/+7
2010-10-15ftrace: Use objtree for C version of recordmcountSteven Rostedt1-1/+1
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt5-0/+17
2010-09-02ARM: 6317/1: ftrace: pass KBUILD_CFLAGS to record_mcount.plRabin Vincent1-1/+2
2010-08-03kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineSam Ravnborg6-7/+26
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg14-27/+62
2010-06-04Makefile.build: make KBUILD_SYMTYPES work againDon Zickus1-13/+13
2010-02-02kbuild: Fix linking error built-in.o no such file or directoryJiafu He1-1/+1
2009-12-17MIPS: Tracing: Add an endian argument to scripts/recordmcount.plWu Zhangjin2-3/+4
2009-09-21kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.Tim Abbott2-1/+3
[next]