summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)Author
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-06-25objtool: Don't consider vmlinux a C-filePeter Zijlstra
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra
2020-06-18objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley
2020-05-20objtool: Move struct objtool_file into arch-independent headerMatt Helsley
2020-05-20objtool: Exit successfully when requesting helpMatt Helsley
2020-05-20objtool: Add check_kcov_mode() to the uaccess safelistJosh Poimboeuf
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar
2020-05-15objtool: optimize add_dead_ends for split sectionsSami Tolvanen
2020-05-15objtool: use gelf_getsymshndx to handle >64k sectionsSami Tolvanen
2020-05-15objtool: Allow no-op CFI ops in alternativesPeter Zijlstra
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-05-07objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf
2020-05-06objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()Marco Elver
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: Rework allocating stack_ops on decodePeter 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-26objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf
2020-04-25objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra
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: Optimize !vmlinux.o againPeter 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