summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)Author
2021-12-03objtool: Fix pv_ops noinstr validationPeter Zijlstra
2021-11-11static_call,x86: Robustify trampoline patchingPeter Zijlstra
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-28objtool: Shrink struct instructionPeter Zijlstra
2021-10-28objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra
2021-10-28objtool: Classify symbolsPeter Zijlstra
2021-10-06objtool: Update section header before relocationsMichael Forney
2021-10-06objtool: Check for gelf_update_rel[a] failuresMichael Forney
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence
2021-10-05objtool: Make .altinstructions section entry size consistentJoe Lawrence
2021-10-05objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra
2021-09-30objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra
2021-09-15objtool: Introduce CFI hashPeter Zijlstra
2021-09-15x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds
2021-06-24objtool: Don't make .altinstructions writableJosh Poimboeuf
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra
2021-06-10objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Peter Zijlstra
2021-05-14objtool: Reflow handle_jump_alt()Peter Zijlstra
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik
2021-05-12objtool: Provide stats for jump_labelsPeter Zijlstra
2021-05-12objtool: Rewrite jump_label instructionsPeter Zijlstra
2021-05-12objtool: Decode jump_entry::key addendPeter Zijlstra
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-19objtool: Support asm jump tablesJosh Poimboeuf
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra
2021-04-02objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra
2021-04-02objtool: Cache instruction relocsPeter Zijlstra
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra
2021-04-02objtool: Extract elf_symbol_add()Peter Zijlstra
2021-04-02objtool: Extract elf_strtab_concat()Peter Zijlstra
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra
2021-04-02objtool: Fix static_call list generationPeter Zijlstra
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra
2021-04-02objtool: Correctly handle retpoline thunk callsPeter Zijlstra
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra