aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)Author
2019-12-01x86/insn: Fix awk regexp warningsAlexander Kapshuk
2019-10-01objtool: Clobber user CFLAGS variableJosh 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-22objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-05-10objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf
2019-04-03objtool: Query pkg-config for libelf locationRolf Eike Beer
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-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-07-14objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on...Simon Ser
2018-07-02objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
2018-06-20objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf
2018-06-06objtool: Fix GCC 8 cold subfunction detection for aliased functionsJosh Poimboeuf
2018-05-19objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf
2018-05-15objtool: Detect RIP-relative switch table referencesJosh Poimboeuf
2018-05-14objtool: Support GCC 8 switch tablesJosh Poimboeuf
2018-05-14objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf
2018-05-14objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar
2018-04-17objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-03-27objtool: Add Clang supportJosh Poimboeuf
2018-03-07objtool: Fix 32-bit buildJosh Poimboeuf
2018-02-28objtool: Fix another switch table detection issueJosh Poimboeuf
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra
2018-02-21objtool: Add retpoline validationPeter Zijlstra
2018-02-21objtool: Use existing global variables for optionsPeter Zijlstra
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf
2018-02-09objtool: Fix switch-table detectionPeter Zijlstra
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-30objtool: Warn on stripped section symbolJosh Poimboeuf
2018-01-30objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf
2018-01-30objtool: Improve retpoline alternative handlingJosh Poimboeuf
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-16objtool: Improve error message for bad file argumentJosh Poimboeuf
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-13tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton
2018-01-12objtool: Allow alternatives to be ignoredJosh Poimboeuf
2018-01-12objtool: Detect jumps to retpoline thunksJosh Poimboeuf