aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)Author
2021-02-10objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf
2021-02-07objtool: Don't fail on missing symbol tableJosh Poimboeuf
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf
2020-06-20objtool: Ignore empty alternativesJulien Thierry
2020-05-20objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf
2020-05-02objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf
2020-05-02objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf
2020-04-24objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2020-02-28x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu
2019-12-31x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter
2019-12-01x86/insn: Fix awk regexp warningsAlexander Kapshuk
2019-10-05objtool: Clobber user CFLAGS variableJosh Poimboeuf
2019-10-05objtool: Query pkg-config for libelf locationRolf Eike Beer
2019-08-09objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf
2019-08-09objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf
2019-08-06objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf
2019-06-25objtool: Support per-function rodata sectionsAllan Xavier
2019-06-15objtool: 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-21objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar
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-04-12objtool: Add Clang supportJosh Poimboeuf
2018-03-15objtool: Fix 32-bit buildJosh Poimboeuf
2018-03-15objtool: Fix another switch table detection issueJosh Poimboeuf
2018-03-15objtool: Add module specific retpoline rulesPeter Zijlstra
2018-03-15objtool: Add retpoline validationPeter Zijlstra
2018-03-15objtool: Use existing global variables for optionsPeter Zijlstra
2018-02-22objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf
2018-02-16objtool: Fix switch-table detectionPeter Zijlstra
2018-02-07objtool: Warn on stripped section symbolJosh Poimboeuf
2018-02-07objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf
2018-02-07objtool: Improve retpoline alternative handlingJosh Poimboeuf
2018-01-23objtool: Improve error message for bad file argumentJosh Poimboeuf
2018-01-23objtool: Fix seg fault caused by missing parameterSimon Ser
2018-01-23objtool: Fix Clang enum conversion warningLukas Bulwahn
2018-01-23objtool: Fix seg fault with clang-compiled objectsSimon Ser
2018-01-23tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf