aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2023-02-06objtool: Add a missing comma to avoid string concatenationEric W. Biederman
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2023-01-18objtool: Fix SEGFAULTChristophe Leroy
2022-05-25x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra
2021-03-04objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf
2021-03-04objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf
2020-06-22objtool: Ignore empty alternativesJulien Thierry
2020-05-14objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf
2020-05-02objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf
2020-04-23objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2019-12-31ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf
2019-07-18objtool: Track original function across branchesJosh Poimboeuf
2019-07-18objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf
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