aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-154/+310
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf1-1/+1
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf5-101/+220
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf1-52/+88
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2016-07-27objtool: Add 'fixdep' to objtool/.gitignorePaul Gortmaker1-0/+1
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+4
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-3/+19
2016-07-23x86/insn: remove pcommitDan Williams1-1/+1
2016-07-22tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf2-2/+2
2016-07-22objtool: Always use host headersArnaldo Carvalho de Melo1-1/+1
2016-07-22objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo1-3/+1
2016-07-15objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo1-1/+1
2016-07-15objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo1-1/+1
2016-07-13objtool: Avoid checking code drift on busybox's diffArnaldo Carvalho de Melo1-1/+4
2016-07-13objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READArnaldo Carvalho de Melo1-0/+7
2016-07-12tools lib subcmd: Use str_error_r()Arnaldo Carvalho de Melo1-0/+5
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo1-0/+1
2016-07-10objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf1-2/+6
2016-05-17objtool: Allow building with older libelfJan Beulich2-0/+9
2016-04-16objtool: Detect falling through to the next functionJosh Poimboeuf2-23/+61
2016-04-15objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf1-12/+41
2016-03-09objtool: Only print one warning per functionJosh Poimboeuf1-23/+25
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf3-14/+35
2016-03-09objtool: Fix false positive warnings for functions with multiple switch statementsJosh Poimboeuf1-45/+100
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf3-52/+54
2016-03-09objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf1-2/+0
2016-03-09objtool: Add helper macros for traversing instructionsJosh Poimboeuf1-73/+55
2016-03-09objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf1-1/+6
2016-03-09objtool: Compile with debugging symbolsJosh Poimboeuf1-1/+1
2016-03-09objtool: Detect infinite recursionJosh Poimboeuf1-12/+33
2016-03-09objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf1-4/+20
2016-03-03objtool: Support CROSS_COMPILEJosh Poimboeuf1-7/+10
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf1-3/+3
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf22-0/+5165