summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-25objtool: Allow AR to be overridden with HOSTARNathan Chancellor1-1/+2
2019-05-21objtool: Fix function fallthrough detectionJosh Poimboeuf1-1/+2
2019-03-27objtool: Move objtool_file struct off the stackJosh Poimboeuf1-1/+2
2018-12-17objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov1-3/+14
2018-12-17objtool: Fix double-free in .cold detection error pathArtem Savkov1-1/+1
2018-08-24objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf1-13/+28
2018-07-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes4-5/+9
2018-06-26objtool: update .gitignore fileGreg Kroah-Hartman1-1/+1
2018-06-05objtool: header file sync-upGreg Kroah-Hartman4-24/+4
2018-06-05objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf1-3/+7
2018-06-05objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf1-25/+12
2018-06-05objtool: Detect RIP-relative switch table referencesJosh Poimboeuf1-15/+18
2018-06-05objtool: Support GCC 8 switch tablesJosh Poimboeuf1-2/+22
2018-06-05objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf3-44/+93
2018-06-05objtool: sync up with the 4.14.47 version of objtoolGreg Kroah-Hartman31-498/+2871
2018-06-05objtool: Move checking code to check.cJosh Poimboeuf4-1333/+1392
2018-06-05objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf5-11/+71
2018-01-23objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2018-01-17objtool: Fix retpoline support for pre-ORC objtoolJosh Poimboeuf1-0/+8
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf1-7/+57
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7
2018-01-17objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf4-3/+7
2018-01-02sync objtool's copy of x86-opcode-map.txtGreg Kroah-Hartman1-1/+1
2017-07-05objtool: Fix another GCC jump table detection issueJosh Poimboeuf3-3/+25
2017-07-05objtool: Fix IRET's opcodeJiri Slaby1-1/+1
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/ke...Linus Torvalds9-154/+318
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-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds65-1015/+1375
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/ke...Linus Torvalds19-223/+4221
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds324-2546/+13994
2016-07-23x86/insn: remove pcommitDan Williams8-58/+3
2016-07-22tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf3-2/+34
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-14objtool: 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 Melo2-2/+8
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo9-25/+39
2016-07-10objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf1-2/+6
[next]