summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)Author
2020-04-24objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2020-02-28x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu
2020-01-04x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter
2019-11-28x86/insn: Fix awk regexp warningsAlexander Kapshuk
2019-10-05objtool: Clobber user CFLAGS variableJosh Poimboeuf
2019-08-11objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf
2019-08-11objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf
2019-08-06objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf
2019-06-22objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf
2019-05-25objtool: Allow AR to be overridden with HOSTARNathan Chancellor
2019-05-21objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-03-27objtool: Move objtool_file struct off the stackJosh Poimboeuf
2018-12-17objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov
2018-12-17objtool: Fix double-free in .cold detection error pathArtem Savkov
2018-08-24objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf
2018-07-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-06-26objtool: update .gitignore fileGreg Kroah-Hartman
2018-06-05objtool: header file sync-upGreg Kroah-Hartman
2018-06-05objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf
2018-06-05objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf
2018-06-05objtool: Detect RIP-relative switch table referencesJosh Poimboeuf
2018-06-05objtool: Support GCC 8 switch tablesJosh Poimboeuf
2018-06-05objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf
2018-06-05objtool: sync up with the 4.14.47 version of objtoolGreg Kroah-Hartman
2018-06-05objtool: Move checking code to check.cJosh Poimboeuf
2018-06-05objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf
2018-01-23objtool: Improve error message for bad file argumentJosh Poimboeuf
2018-01-17objtool: Fix retpoline support for pre-ORC objtoolJosh Poimboeuf
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf
2018-01-17objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf
2018-01-02sync objtool's copy of x86-opcode-map.txtGreg Kroah-Hartman
2017-07-05objtool: Fix another GCC jump table detection issueJosh Poimboeuf
2017-07-05objtool: Fix IRET's opcodeJiri Slaby
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf
2016-10-16objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf
2016-10-16objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf
2016-09-23objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-27objtool: Add 'fixdep' to objtool/.gitignorePaul Gortmaker
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-07-23x86/insn: remove pcommitDan Williams
2016-07-22tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf