summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorLines
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra-0/+1
2019-09-30objtool: add kunit_try_catch_throw to the noreturn listBrendan Higgins-0/+1
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson-1/+0
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra-3/+4
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf-2/+10
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf-7/+0
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf-1/+1
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn-25/+28
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf-38/+44
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf-32/+33
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf-9/+9
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf-22/+14
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf-0/+6
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf-7/+9
2019-07-18objtool: Track original function across branchesJosh Poimboeuf-16/+12
2019-07-18objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf-0/+1
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner-7/+20
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney-1/+1
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf-7/+20
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-05-13objtool: Fix function fallthrough detectionJosh Poimboeuf-1/+2
2019-05-13objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf-3/+5
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-89/+311
2019-04-05objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf-0/+1
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra-0/+25
2019-04-03objtool: Add UACCESS validationPeter Zijlstra-14/+183
2019-04-03objtool: Fix sibling call detectionPeter Zijlstra-31/+55
2019-04-03objtool: Rewrite alt->skip_origPeter Zijlstra-6/+10
2019-04-03objtool: Add --backtrace supportPeter Zijlstra-4/+14
2019-04-03objtool: Rewrite add_ignores()Peter Zijlstra-31/+20
2019-04-03objtool: Set insn->func for alternativesPeter Zijlstra-0/+1
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra-4/+4
2019-03-21objtool: Move objtool_file struct off the stackJosh Poimboeuf-1/+2
2018-09-08objtool: Support per-function rodata sectionsAllan Xavier-6/+32
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf-0/+1
2018-06-20objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf-0/+1
2018-06-06objtool: Fix GCC 8 cold subfunction detection for aliased functionsJosh Poimboeuf-0/+22
2018-05-19objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf-25/+12
2018-05-15objtool: Detect RIP-relative switch table referencesJosh Poimboeuf-15/+18
2018-05-14objtool: Support GCC 8 switch tablesJosh Poimboeuf-2/+22
2018-05-14objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf-42/+51
2018-05-14objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf-3/+7
2018-03-27objtool: Add Clang supportJosh Poimboeuf-0/+11
2018-03-07objtool: Fix 32-bit buildJosh Poimboeuf-20/+7
2018-02-28objtool: Fix another switch table detection issueJosh Poimboeuf-1/+5
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra-0/+9
2018-02-21objtool: Add retpoline validationPeter Zijlstra-1/+85
2018-02-21objtool: Use existing global variables for optionsPeter Zijlstra-3/+2