aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-08-03Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-244/+375
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-8/+108
2020-06-25objtool: Don't consider vmlinux a C-filePeter Zijlstra1-1/+1
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra7-8/+119
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra4-0/+45
2020-06-18objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra2-2/+45
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra4-6/+18
2020-06-17Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux into objtool/corePeter Zijlstra8-229/+349
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra1-1/+27
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+22
2020-06-02objtool: Add support for relocations without addendsMatt Helsley3-20/+134
2020-06-01objtool: Rename rela to relocMatt Helsley8-218/+218
2020-05-28objtool: Use sh_info to find the base for .rela sectionsSami Tolvanen1-1/+1
2020-05-28objtool: Do not assume order of parent/child functionsKristen Carlson Accardi1-1/+7
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley12-34/+73
2020-05-20objtool: Move struct objtool_file into arch-independent headerMatt Helsley2-9/+23
2020-05-20objtool: Exit successfully when requesting helpMatt Helsley1-1/+3
2020-05-20objtool: Add check_kcov_mode() to the uaccess safelistJosh Poimboeuf1-0/+1
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflictIngo Molnar2-6/+18
2020-05-15objtool: optimize add_dead_ends for split sectionsSami Tolvanen1-19/+17
2020-05-15objtool: use gelf_getsymshndx to handle >64k sectionsSami Tolvanen1-7/+17
2020-05-15objtool: Allow no-op CFI ops in alternativesPeter Zijlstra1-5/+6
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+5
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsanThomas Gleixner1-0/+4
2020-05-07objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf1-2/+13
2020-05-06objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()Marco Elver1-0/+2
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre3-4/+91
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes5-25/+21
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra3-27/+0
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra1-5/+3
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra1-104/+147
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre1-0/+8
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre1-1/+1
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra2-1/+40
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2-2/+7
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry1-6/+0
2020-04-26objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf1-3/+4
2020-04-25objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf1-1/+1
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar2-4/+4
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar3-3/+3
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar2-15/+15
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry1-1/+1
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra1-1/+1
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner1-6/+12
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra1-16/+30
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra1-22/+29
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra1-1/+5
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra1-2/+3
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra3-26/+52