summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* objtool: Enable compilation of objtool for all architecturesMatt Helsley2020-05-201-2/+2
* objtool: Add check_kcov_mode() to the uaccess safelistJosh Poimboeuf2020-05-201-0/+1
* Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar2020-05-181-3/+14
|\
| * Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-101-1/+1
| |\
| | * objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf2020-04-251-1/+1
| * | objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf2020-05-071-2/+13
| |/
* | objtool: optimize add_dead_ends for split sectionsSami Tolvanen2020-05-151-19/+17
* | objtool: Allow no-op CFI ops in alternativesPeter Zijlstra2020-05-151-5/+6
* | objtool: Add support for intra-function callsAlexandre Chartre2020-04-301-4/+75
* | objtool: Move the IRET hack into the arch decoderMiroslav Benes2020-04-301-11/+0
* | objtool: Remove INSN_STACKPeter Zijlstra2020-04-301-3/+0
* | objtool: Make handle_insn_ops() unconditionalPeter Zijlstra2020-04-301-5/+3
* | objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre2020-04-301-0/+8
* | objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre2020-04-301-1/+1
* | objtool: Fix ORC vs alternativesPeter Zijlstra2020-04-301-1/+33
* | objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2020-04-301-1/+5
* | objtool: Remove check preventing branches within alternativeJulien Thierry2020-04-301-6/+0
* | objtool: Rename elf_read() to elf_open_read()Ingo Molnar2020-04-231-1/+1
* | objtool: Also consider .entry.text as noinstrThomas Gleixner2020-04-221-6/+12
* | objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra2020-04-221-16/+30
* | objtool: Rearrange validate_section()Peter Zijlstra2020-04-221-22/+29
* | objtool: Avoid iterating !text section symbolsPeter Zijlstra2020-04-221-1/+5
* | objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra2020-04-221-2/+3
* | objtool: Implement noinstr validationPeter Zijlstra2020-04-221-0/+98
* | objtool: Fix !CFI insn_state propagationPeter Zijlstra2020-04-221-127/+137
* | objtool: Rename struct cfi_statePeter Zijlstra2020-04-221-1/+1
* | objtool: Remove SAVE/RESTORE hintsPeter Zijlstra2020-04-221-39/+3
* | objtool: Introduce HINT_RET_OFFSETPeter Zijlstra2020-04-221-8/+16
* | objtool: Better handle IRETPeter Zijlstra2020-04-221-13/+16
* | objtool: Support multiple stack_op per instructionJulien Thierry2020-04-221-28/+46
* | objtool: Remove redundant .rodata section name comparisonMuchun Song2020-04-221-2/+2
* | objtool: Add abstraction for destination offsetsRaphael Gault2020-04-221-8/+10
* | objtool: Use arch specific values in restore_reg()Julien Thierry2020-04-221-2/+2
* | objtool: Ignore empty alternativesJulien Thierry2020-04-221-0/+6
* | objtool: Clean instruction state before each function validationJulien Thierry2020-04-221-7/+6
* | objtool: Remove redundant checks on operand typeJulien Thierry2020-04-221-3/+1
|/
* objtool: Make BP scratch register warning more robustJosh Poimboeuf2020-04-141-2/+2
* objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf2020-04-141-4/+1
* objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf2020-04-141-2/+15
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-0/+1
|\
| * objtool: whitelist __sanitizer_cov_trace_switch()Al Viro2020-03-281-0/+1
* | objtool: Re-arrange validate_functions()Peter Zijlstra2020-03-251-22/+30
* | objtool: Delete cleanup()Peter Zijlstra2020-03-251-19/+0
* | objtool: Optimize read_sections()Peter Zijlstra2020-03-251-9/+9
* | objtool: Add a statistics modePeter Zijlstra2020-03-251-0/+5
* | objtool: Rename func_for_each_insn_all()Peter Zijlstra2020-03-251-6/+6
* | objtool: Rename func_for_each_insn()Peter Zijlstra2020-03-251-8/+8
* | objtool: Introduce validate_return()Peter Zijlstra2020-03-251-28/+36
* | objtool: Improve call destination function detectionJosh Poimboeuf2020-02-211-9/+18
* | objtool: Fix clang switch table edge caseJosh Poimboeuf2020-02-211-2/+9