summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-29x86/decoder: Fix and update the opcodes mapRandy Dunlap1-3/+12
2017-12-29objtool: Fix 64-bit build on 32-bit hostMikulas Patocka2-6/+9
2017-12-29tools/headers: Sync objtool UAPI headerIngo Molnar1-0/+10
2017-12-29objtool: Fix cross-buildJosh Poimboeuf1-1/+1
2017-12-29objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2-15/+30
2017-12-29objtool: Move synced files to their original relative locationsJosh Poimboeuf13-25/+27
2017-12-25objtool: Print top level commands on incorrect usageKamalesh Babulal1-4/+2
2017-12-25objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf1-2/+5
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal1-2/+7
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