summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorLines
2020-08-03Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-101/+101
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+22
2020-06-25objtool: Don't consider vmlinux a C-filePeter Zijlstra-1/+1
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra-1/+22
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra-0/+19
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra-1/+3
2020-06-17Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Peter Zijlstra-98/+98
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra-1/+27
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner-0/+22
2020-06-01objtool: Rename rela to relocMatt Helsley-98/+98
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley-2/+2
2020-05-20objtool: Add check_kcov_mode() to the uaccess safelistJosh Poimboeuf-0/+1
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar-3/+14
2020-05-15objtool: optimize add_dead_ends for split sectionsSami Tolvanen-19/+17
2020-05-15objtool: Allow no-op CFI ops in alternativesPeter Zijlstra-5/+6
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner-0/+4
2020-05-07objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf-2/+13
2020-05-06objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()Marco Elver-0/+2
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre-4/+75
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes-11/+0
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra-3/+0
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra-5/+3
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre-0/+8
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre-1/+1
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra-1/+33
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre-1/+5
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry-6/+0
2020-04-25objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf-1/+1
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar-1/+1
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner-6/+12
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra-16/+30
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra-22/+29
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra-1/+5
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra-2/+3
2020-04-22objtool: Implement noinstr validationPeter Zijlstra-0/+98
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra-127/+137
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra-1/+1
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra-39/+3
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra-8/+16
2020-04-22objtool: Better handle IRETPeter Zijlstra-13/+16
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry-28/+46
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song-2/+2
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault-8/+10
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry-2/+2
2020-04-22objtool: Ignore empty alternativesJulien Thierry-0/+6
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry-7/+6
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry-3/+1
2020-04-14objtool: Make BP scratch register warning more robustJosh Poimboeuf-2/+2
2020-04-14objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf-4/+1