summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf-90/+88
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf-7/+7
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf-25/+31
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf-3/+3
2017-07-28objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf-1/+2
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf-1/+25
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf-1/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf-9/+70
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf-35/+14
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf-13/+207
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf-60/+916
2017-07-08objtool: Fix sibling call detection logicJosh Poimboeuf-2/+11
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf-8/+6
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf-320/+1130
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf-1268/+1328
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter-1/+1
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook-1/+2
2017-04-19objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo-4/+2
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf-3/+25
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf-3/+3
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf-10/+58
2017-01-19objtool: Fix IRET's opcodeJiri Slaby-1/+1
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-2/+2
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König-2/+2
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby-1/+1
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf-1/+1
2016-10-16objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf-31/+26
2016-10-16objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf-2/+9
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf-0/+9
2016-09-23objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf-0/+1
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-154/+310
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf-1/+1
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf-101/+220
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf-52/+88
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2016-07-27objtool: Add 'fixdep' to objtool/.gitignorePaul Gortmaker-0/+1
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+4
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+19
2016-07-23x86/insn: remove pcommitDan Williams-1/+1
2016-07-22tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf-2/+2
2016-07-22objtool: Always use host headersArnaldo Carvalho de Melo-1/+1
2016-07-22objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo-3/+1
2016-07-15objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo-1/+1
2016-07-15objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo-1/+1
2016-07-13objtool: Avoid checking code drift on busybox's diffArnaldo Carvalho de Melo-1/+4
2016-07-13objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READArnaldo Carvalho de Melo-0/+7
2016-07-12tools lib subcmd: Use str_error_r()Arnaldo Carvalho de Melo-0/+5
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo-0/+1
2016-07-10objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf-2/+6