summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13objtool: Add support for intra-function callsAlexandre Chartre1-4/+58
2024-04-13objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre1-1/+1
2023-02-06objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+2
2023-01-18objtool: Fix SEGFAULTChristophe Leroy1-1/+1
2022-05-25x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra1-0/+1
2021-03-04objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-03-04objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-06-22objtool: Ignore empty alternativesJulien Thierry1-0/+6
2020-05-14objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf1-1/+1
2020-05-02objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf1-2/+15
2020-04-23objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf1-4/+1
2019-12-31ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra1-0/+1
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson1-1/+0
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra1-3/+4
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf1-2/+10
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf1-7/+0
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf1-1/+1
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn1-25/+28
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf1-38/+44
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf1-32/+33
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf1-9/+9
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf1-22/+14
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf1-0/+6
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf1-7/+9
2019-07-18objtool: Track original function across branchesJosh Poimboeuf1-16/+12
2019-07-18objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf1-0/+1
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner1-7/+20
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney1-1/+1
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf1-7/+20
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-13objtool: Fix function fallthrough detectionJosh Poimboeuf1-1/+2
2019-05-13objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf1-3/+5
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-89/+311
2019-04-05objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf1-0/+1
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra1-0/+25
2019-04-03objtool: Add UACCESS validationPeter Zijlstra1-14/+183
2019-04-03objtool: Fix sibling call detectionPeter Zijlstra1-31/+55
2019-04-03objtool: Rewrite alt->skip_origPeter Zijlstra1-6/+10
2019-04-03objtool: Add --backtrace supportPeter Zijlstra1-4/+14
2019-04-03objtool: Rewrite add_ignores()Peter Zijlstra1-31/+20
2019-04-03objtool: Set insn->func for alternativesPeter Zijlstra1-0/+1
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra1-4/+4
2019-03-21objtool: Move objtool_file struct off the stackJosh Poimboeuf1-1/+2
2018-09-08objtool: Support per-function rodata sectionsAllan Xavier1-6/+32
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf1-0/+1
2018-06-20objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf1-0/+1
2018-06-06objtool: Fix GCC 8 cold subfunction detection for aliased functionsJosh Poimboeuf1-0/+22