summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2021-02-10objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf1-7/+26
2021-02-07objtool: Don't fail on missing symbol tableJosh Poimboeuf1-2/+5
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu1-0/+15
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-06-20objtool: Ignore empty alternativesJulien Thierry1-0/+6
2020-05-20objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf1-1/+1
2020-05-02objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf1-17/+27
2020-05-02objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf1-2/+15
2020-04-24objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf1-4/+1
2020-02-28x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu1-1/+1
2019-12-31x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter1-6/+12
2019-12-01x86/insn: Fix awk regexp warningsAlexander Kapshuk1-2/+2
2019-10-05objtool: Clobber user CFLAGS variableJosh Poimboeuf1-1/+1
2019-10-05objtool: Query pkg-config for libelf locationRolf Eike Beer1-2/+5
2019-08-09objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf1-0/+1
2019-08-09objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf1-0/+1
2019-08-06objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf1-1/+1
2019-06-25objtool: Support per-function rodata sectionsAllan Xavier4-9/+37
2019-06-15objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf1-3/+5
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 Villemoes1-1/+1
2018-06-20objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar1-0/+18
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-04-12objtool: Add Clang supportJosh Poimboeuf1-0/+11
2018-03-15objtool: Fix 32-bit buildJosh Poimboeuf1-20/+7
2018-03-15objtool: Fix another switch table detection issueJosh Poimboeuf1-1/+5
2018-03-15objtool: Add module specific retpoline rulesPeter Zijlstra3-2/+12
2018-03-15objtool: Add retpoline validationPeter Zijlstra4-3/+89
2018-03-15objtool: Use existing global variables for optionsPeter Zijlstra5-10/+10
2018-02-22objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf1-3/+9
2018-02-16objtool: Fix switch-table detectionPeter Zijlstra2-2/+40
2018-02-07objtool: Warn on stripped section symbolJosh Poimboeuf1-0/+5
2018-02-07objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf1-22/+31
2018-02-07objtool: Improve retpoline alternative handlingJosh Poimboeuf1-20/+16
2018-01-23objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2018-01-23objtool: Fix seg fault caused by missing parameterSimon Ser1-1/+3
2018-01-23objtool: Fix Clang enum conversion warningLukas Bulwahn1-1/+1
2018-01-23objtool: Fix seg fault with clang-compiled objectsSimon Ser1-0/+2
2018-01-23tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton1-1/+1
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf2-7/+57
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7