summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)Author
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
2017-12-29x86/decoder: Fix and update the opcodes mapRandy Dunlap
2017-12-29objtool: Fix 64-bit build on 32-bit hostMikulas Patocka
2017-12-29tools/headers: Sync objtool UAPI headerIngo Molnar
2017-12-29objtool: Fix cross-buildJosh Poimboeuf
2017-12-29objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf
2017-12-29objtool: Move synced files to their original relative locationsJosh Poimboeuf
2017-12-25objtool: Print top level commands on incorrect usageKamalesh Babulal
2017-12-25objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf
2017-09-15objtool: Fix object file corruptionJosh Poimboeuf
2017-09-15objtool: Do not retrieve data from empty sectionsPetr Vandrovec
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf
2017-07-28objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf