aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2020-05-15objtool: Allow no-op CFI ops in alternativesPeter Zijlstra
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra
2020-04-22objtool: Implement noinstr validationPeter Zijlstra
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra
2020-04-22objtool: Better handle IRETPeter Zijlstra
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry
2020-04-22objtool: Ignore empty alternativesJulien Thierry
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry
2020-04-14objtool: Make BP scratch register warning more robustJosh Poimboeuf
2020-04-14objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2020-04-14objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-27objtool: whitelist __sanitizer_cov_trace_switch()Al Viro
2020-03-25objtool: Re-arrange validate_functions()Peter Zijlstra
2020-03-25objtool: Delete cleanup()Peter Zijlstra
2020-03-25objtool: Optimize read_sections()Peter Zijlstra
2020-03-25objtool: Add a statistics modePeter Zijlstra
2020-03-25objtool: Rename func_for_each_insn_all()Peter Zijlstra
2020-03-25objtool: Rename func_for_each_insn()Peter Zijlstra
2020-03-25objtool: Introduce validate_return()Peter Zijlstra
2020-02-21objtool: Improve call destination function detectionJosh Poimboeuf
2020-02-21objtool: Fix clang switch table edge caseJosh Poimboeuf
2020-02-11objtool: Add relocation check for alternative sectionsJosh Poimboeuf
2020-02-11objtool: Add is_static_jump() helperJosh Poimboeuf
2020-02-11objtool: Fail the kernel build on fatal errorsJosh Poimboeuf
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2019-09-30objtool: add kunit_try_catch_throw to the noreturn listBrendan Higgins
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson