summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* objtool: Enable compilation of objtool for all architecturesMatt Helsley2020-05-2012-34/+73
* objtool: Move struct objtool_file into arch-independent headerMatt Helsley2020-05-202-9/+23
* objtool: Exit successfully when requesting helpMatt Helsley2020-05-201-1/+3
* 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-182-6/+18
|\
| * Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-102-4/+5
| |\
| | * objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf2020-04-261-3/+4
| | * 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: Fix off-by-one in symbol_by_offset()Julien Thierry2020-04-221-1/+1
| * | objtool: Fix 32bit cross buildsPeter Zijlstra2020-04-221-1/+1
| |/
* | objtool: optimize add_dead_ends for split sectionsSami Tolvanen2020-05-151-19/+17
* | objtool: use gelf_getsymshndx to handle >64k sectionsSami Tolvanen2020-05-151-7/+17
* | objtool: Allow no-op CFI ops in alternativesPeter Zijlstra2020-05-151-5/+6
* | objtool: Add support for intra-function callsAlexandre Chartre2020-04-303-4/+91
* | objtool: Move the IRET hack into the arch decoderMiroslav Benes2020-04-305-25/+21
* | objtool: Remove INSN_STACKPeter Zijlstra2020-04-303-27/+0
* | objtool: Make handle_insn_ops() unconditionalPeter Zijlstra2020-04-301-5/+3
* | objtool: Rework allocating stack_ops on decodePeter Zijlstra2020-04-301-104/+147
* | 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-302-1/+40
* | objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2020-04-302-2/+7
* | objtool: Remove check preventing branches within alternativeJulien Thierry2020-04-301-6/+0
* | objtool: Constify arch_decode_instruction()Ingo Molnar2020-04-232-4/+4
* | objtool: Rename elf_read() to elf_open_read()Ingo Molnar2020-04-233-3/+3
* | objtool: Constify 'struct elf *' parametersIngo Molnar2020-04-232-15/+15
* | 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: Optimize !vmlinux.o againPeter Zijlstra2020-04-223-26/+52
* | objtool: Implement noinstr validationPeter Zijlstra2020-04-225-4/+112
* | objtool: Fix !CFI insn_state propagationPeter Zijlstra2020-04-224-140/+157
* | objtool: Rename struct cfi_statePeter Zijlstra2020-04-224-4/+4
* | objtool: Remove SAVE/RESTORE hintsPeter Zijlstra2020-04-222-40/+4
* | objtool: Introduce HINT_RET_OFFSETPeter Zijlstra2020-04-222-9/+19
* | objtool: Better handle IRETPeter Zijlstra2020-04-223-15/+29
* | objtool: Support multiple stack_op per instructionJulien Thierry2020-04-224-31/+62
* | objtool: Remove redundant .rodata section name comparisonMuchun Song2020-04-221-2/+2
* | objtool: Documentation: document UACCESS warningsNick Desaulniers2020-04-221-0/+26
* | objtool: Split out arch-specific CFI definitionsJulien Thierry2020-04-223-20/+29
* | objtool: Add abstraction for destination offsetsRaphael Gault2020-04-223-8/+27
* | 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: Always do header sync checkJulien Thierry2020-04-221-1/+1
* | objtool: Fix off-by-one in symbol_by_offset()Julien Thierry2020-04-221-1/+1