aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf1-3/+8
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-3/+3
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2-17/+32
2017-09-15objtool: Fix object file corruptionJosh Poimboeuf1-1/+6
2017-09-15objtool: Do not retrieve data from empty sectionsPetr Vandrovec1-12/+13
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger1-0/+1
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf4-90/+88
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf1-7/+7
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2-25/+31
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf1-3/+3
2017-07-28objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf1-1/+2
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf1-1/+25
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf1-1/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf3-9/+70
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf4-35/+14
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf4-13/+207
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf14-60/+916
2017-07-08objtool: Fix sibling call detection logicJosh Poimboeuf1-2/+11
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf1-8/+6
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf11-320/+1130
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf4-1268/+1328
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter1-1/+1
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook1-1/+2
2017-04-19objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo2-4/+2
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf3-3/+25
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf1-3/+3
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf3-10/+58
2017-01-19objtool: Fix IRET's opcodeJiri Slaby1-1/+1
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-2/+2
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby1-1/+1
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf1-1/+1
2016-10-16objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf1-31/+26
2016-10-16objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf1-2/+9
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf1-0/+9
2016-09-23objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf1-0/+1
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