aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/objtool/check.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes1-11/+0
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra1-3/+0
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra1-5/+3
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre1-0/+8
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre1-1/+1
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra1-1/+33
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre1-1/+5
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry1-6/+0
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar1-1/+1
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner1-6/+12
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra1-16/+30
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra1-22/+29
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra1-1/+5
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra1-2/+3
2020-04-22objtool: Implement noinstr validationPeter Zijlstra1-0/+98
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra1-127/+137
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra1-1/+1
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra1-39/+3
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra1-8/+16
2020-04-22objtool: Better handle IRETPeter Zijlstra1-13/+16
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry1-28/+46
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song1-2/+2
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault1-8/+10
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry1-2/+2
2020-04-22objtool: Ignore empty alternativesJulien Thierry1-0/+6
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry1-7/+6
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry1-3/+1
2020-04-14objtool: Make BP scratch register warning more robustJosh Poimboeuf1-2/+2
2020-04-14objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf1-4/+1
2020-04-14objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf1-2/+15
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-03-27objtool: whitelist __sanitizer_cov_trace_switch()Al Viro1-0/+1
2020-03-25objtool: Re-arrange validate_functions()Peter Zijlstra1-22/+30
2020-03-25objtool: Delete cleanup()Peter Zijlstra1-19/+0
2020-03-25objtool: Optimize read_sections()Peter Zijlstra1-9/+9
2020-03-25objtool: Add a statistics modePeter Zijlstra1-0/+5
2020-03-25objtool: Rename func_for_each_insn_all()Peter Zijlstra1-6/+6
2020-03-25objtool: Rename func_for_each_insn()Peter Zijlstra1-8/+8
2020-03-25objtool: Introduce validate_return()Peter Zijlstra1-28/+36
2020-02-21objtool: Improve call destination function detectionJosh Poimboeuf1-9/+18
2020-02-21objtool: Fix clang switch table edge caseJosh Poimboeuf1-2/+9
2020-02-11objtool: Add relocation check for alternative sectionsJosh Poimboeuf1-0/+21
2020-02-11objtool: Add is_static_jump() helperJosh Poimboeuf1-6/+9
2020-02-11objtool: Fail the kernel build on fatal errorsJosh Poimboeuf1-3/+9
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uaccess regionsPeter Zijlstra1-0/+1
2019-09-30objtool: add kunit_try_catch_throw to the noreturn listBrendan Higgins1-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