aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-379/+604
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesGravatar Peter Zijlstra 5-252/+93
2021-10-28objtool: Shrink struct instructionGravatar Peter Zijlstra 2-4/+3
2021-10-28objtool: Explicitly avoid self modifying code in .altinstr_replacementGravatar Peter Zijlstra 1-11/+31
2021-10-28objtool: Classify symbolsGravatar Peter Zijlstra 2-14/+27
2021-10-06objtool: Update section header before relocationsGravatar Michael Forney 1-29/+17
2021-10-06objtool: Check for gelf_update_rel[a] failuresGravatar Michael Forney 1-2/+8
2021-10-07Merge branch 'objtool/urgent'Gravatar Peter Zijlstra 6-30/+27
2021-10-05objtool: Remove redundant 'len' field from struct sectionGravatar Joe Lawrence 5-20/+17
2021-10-05objtool: Make .altinstructions section entry size consistentGravatar Joe Lawrence 1-1/+1
2021-10-05objtool: Remove reloc symbol type checks in get_alt_entry()Gravatar Josh Poimboeuf 1-29/+7
2021-10-03objtool: print out the symbol type when complaining about itGravatar Linus Torvalds 1-4/+8
2021-10-01objtool: Teach get_alt_entry() about more relocation typesGravatar Peter Zijlstra 1-7/+25
2021-09-30objtool: Ignore unwind hints for ignored functionsGravatar Josh Poimboeuf 1-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrGravatar Peter Zijlstra 6-12/+207
2021-09-15objtool: Handle __sanitize_cov*() tail callsGravatar Peter Zijlstra 3-74/+105
2021-09-15objtool: Introduce CFI hashGravatar Peter Zijlstra 6-35/+160
2021-09-15x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionGravatar Peter Zijlstra 1-0/+1
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Gravatar Linus Torvalds 8-51/+136
2021-06-24objtool: Don't make .altinstructions writableGravatar Josh Poimboeuf 1-1/+1
2021-06-14objtool: Improve reloc hash size guestimateGravatar Peter Zijlstra 2-7/+5
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsGravatar Peter Zijlstra 1-0/+4
2021-06-10objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Gravatar Peter Zijlstra 1-1/+24
2021-05-14objtool: Reflow handle_jump_alt()Gravatar Peter Zijlstra 1-11/+11
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessGravatar Vasily Gorbik 1-1/+2
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessGravatar Vasily Gorbik 1-0/+1
2021-05-12objtool: Provide stats for jump_labelsGravatar Peter Zijlstra 2-2/+23
2021-05-12objtool: Rewrite jump_label instructionsGravatar Peter Zijlstra 1-0/+14
2021-05-12objtool: Decode jump_entry::key addendGravatar Peter Zijlstra 3-0/+16
2021-05-12objtool: Rewrite hashtable sizingGravatar Peter Zijlstra 2-47/+83
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-166/+299
2021-04-19objtool: Support asm jump tablesGravatar Josh Poimboeuf 1-1/+13
2021-04-02objtool/x86: Rewrite retpoline thunk callsGravatar Peter Zijlstra 1-0/+117
2021-04-02objtool: Skip magical retpoline .altinstr_replacementGravatar Peter Zijlstra 1-1/+11
2021-04-02objtool: Cache instruction relocsGravatar Peter Zijlstra 2-6/+23
2021-04-02objtool: Keep track of retpoline call sitesGravatar Peter Zijlstra 5-6/+34
2021-04-02objtool: Add elf_create_undef_symbol()Gravatar Peter Zijlstra 2-0/+61
2021-04-02objtool: Extract elf_symbol_add()Gravatar Peter Zijlstra 1-25/+31
2021-04-02objtool: Extract elf_strtab_concat()Gravatar Peter Zijlstra 1-22/+38
2021-04-02objtool: Create reloc sections implicitlyGravatar Peter Zijlstra 4-10/+8
2021-04-02objtool: Add elf_create_reloc() helperGravatar Peter Zijlstra 4-119/+85
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicGravatar Peter Zijlstra 4-16/+14
2021-04-02objtool: Fix static_call list generationGravatar Peter Zijlstra 1-5/+12
2021-04-02objtool: Handle per arch retpoline namingGravatar Peter Zijlstra 3-2/+14
2021-04-02objtool: Correctly handle retpoline thunk callsGravatar Peter Zijlstra 1-0/+12
2021-04-02x86/retpoline: Simplify retpolinesGravatar Peter Zijlstra 1-2/+1
2021-04-02x86/alternatives: Optimize optimize_nops()Gravatar Peter Zijlstra 1-1/+1
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Gravatar Ingo Molnar 2-5/+9
2021-03-15objtool/x86: Use asm/nops.hGravatar Peter Zijlstra 2-5/+9