aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2020-07-11objtool: Ignore empty alternativesJulien Thierry
2020-06-04objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf
2020-06-04objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf
2020-06-01objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2020-02-24ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-13objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-05-13objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-05objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2019-04-03objtool: Fix sibling call detectionPeter Zijlstra
2019-04-03objtool: Rewrite alt->skip_origPeter Zijlstra
2019-04-03objtool: Add --backtrace supportPeter Zijlstra
2019-04-03objtool: Rewrite add_ignores()Peter Zijlstra
2019-04-03objtool: Set insn->func for alternativesPeter Zijlstra
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra
2019-03-21objtool: Move objtool_file struct off the stackJosh Poimboeuf
2018-09-08objtool: Support per-function rodata sectionsAllan Xavier
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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-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: Add support for alternatives at the end of a sectionJosh Poimboeuf
2018-01-30objtool: Improve retpoline alternative handlingJosh Poimboeuf
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook
2018-01-12objtool: Allow alternatives to be ignoredJosh Poimboeuf
2018-01-12objtool: Detect jumps to retpoline thunksJosh Poimboeuf
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal
2017-09-28objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf