aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-20objtool: Enable compilation of objtool for all architecturesGravatar Matt Helsley 1-2/+2
2020-05-20objtool: Add check_kcov_mode() to the uaccess safelistGravatar Josh Poimboeuf 1-0/+1
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Gravatar Ingo Molnar 1-3/+14
2020-05-15objtool: optimize add_dead_ends for split sectionsGravatar Sami Tolvanen 1-19/+17
2020-05-15objtool: Allow no-op CFI ops in alternativesGravatar Peter Zijlstra 1-5/+6
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-05-07objtool: Fix infinite loop in find_jump_table()Gravatar Josh Poimboeuf 1-2/+13
2020-04-30objtool: Add support for intra-function callsGravatar Alexandre Chartre 1-4/+75
2020-04-30objtool: Move the IRET hack into the arch decoderGravatar Miroslav Benes 1-11/+0
2020-04-30objtool: Remove INSN_STACKGravatar Peter Zijlstra 1-3/+0
2020-04-30objtool: Make handle_insn_ops() unconditionalGravatar Peter Zijlstra 1-5/+3
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersGravatar Alexandre Chartre 1-0/+8
2020-04-30objtool: is_fentry_call() crashes if call has no destinationGravatar Alexandre Chartre 1-1/+1
2020-04-30objtool: Fix ORC vs alternativesGravatar Peter Zijlstra 1-1/+33
2020-04-30objtool: Uniquely identify alternative instruction groupsGravatar Alexandre Chartre 1-1/+5
2020-04-30objtool: Remove check preventing branches within alternativeGravatar Julien Thierry 1-6/+0
2020-04-25objtool: Fix stack offset tracking for indirect CFAsGravatar Josh Poimboeuf 1-1/+1
2020-04-23objtool: Rename elf_read() to elf_open_read()Gravatar Ingo Molnar 1-1/+1
2020-04-22objtool: Also consider .entry.text as noinstrGravatar Thomas Gleixner 1-6/+12
2020-04-22objtool: Add STT_NOTYPE noinstr validationGravatar Peter Zijlstra 1-16/+30
2020-04-22objtool: Rearrange validate_section()Gravatar Peter Zijlstra 1-22/+29
2020-04-22objtool: Avoid iterating !text section symbolsGravatar Peter Zijlstra 1-1/+5
2020-04-22objtool: Use sec_offset_hash() for insn_hashGravatar Peter Zijlstra 1-2/+3
2020-04-22objtool: Implement noinstr validationGravatar Peter Zijlstra 1-0/+98
2020-04-22objtool: Fix !CFI insn_state propagationGravatar Peter Zijlstra 1-127/+137
2020-04-22objtool: Rename struct cfi_stateGravatar Peter Zijlstra 1-1/+1
2020-04-22objtool: Remove SAVE/RESTORE hintsGravatar Peter Zijlstra 1-39/+3
2020-04-22objtool: Introduce HINT_RET_OFFSETGravatar Peter Zijlstra 1-8/+16
2020-04-22objtool: Better handle IRETGravatar Peter Zijlstra 1-13/+16
2020-04-22objtool: Support multiple stack_op per instructionGravatar Julien Thierry 1-28/+46
2020-04-22objtool: Remove redundant .rodata section name comparisonGravatar Muchun Song 1-2/+2
2020-04-22objtool: Add abstraction for destination offsetsGravatar Raphael Gault 1-8/+10
2020-04-22objtool: Use arch specific values in restore_reg()Gravatar Julien Thierry 1-2/+2
2020-04-22objtool: Ignore empty alternativesGravatar Julien Thierry 1-0/+6
2020-04-22objtool: Clean instruction state before each function validationGravatar Julien Thierry 1-7/+6
2020-04-22objtool: Remove redundant checks on operand typeGravatar Julien Thierry 1-3/+1
2020-04-14objtool: Make BP scratch register warning more robustGravatar Josh Poimboeuf 1-2/+2
2020-04-14objtool: Fix switch table detection in .text.unlikelyGravatar Josh Poimboeuf 1-4/+1
2020-04-14objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsGravatar Josh Poimboeuf 1-2/+15
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2020-03-27objtool: whitelist __sanitizer_cov_trace_switch()Gravatar Al Viro 1-0/+1
2020-03-25objtool: Re-arrange validate_functions()Gravatar Peter Zijlstra 1-22/+30
2020-03-25objtool: Delete cleanup()Gravatar Peter Zijlstra 1-19/+0
2020-03-25objtool: Optimize read_sections()Gravatar Peter Zijlstra 1-9/+9
2020-03-25objtool: Add a statistics modeGravatar Peter Zijlstra 1-0/+5
2020-03-25objtool: Rename func_for_each_insn_all()Gravatar Peter Zijlstra 1-6/+6
2020-03-25objtool: Rename func_for_each_insn()Gravatar Peter Zijlstra 1-8/+8
2020-03-25objtool: Introduce validate_return()Gravatar Peter Zijlstra 1-28/+36
2020-02-21objtool: Improve call destination function detectionGravatar Josh Poimboeuf 1-9/+18
2020-02-21objtool: Fix clang switch table edge caseGravatar Josh Poimboeuf 1-2/+9