summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-0/+117
2021-04-02objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra1-1/+11
2021-04-02objtool: Cache instruction relocsPeter Zijlstra2-6/+23
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra5-6/+34
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra2-0/+61
2021-04-02objtool: Extract elf_symbol_add()Peter Zijlstra1-25/+31
2021-04-02objtool: Extract elf_strtab_concat()Peter Zijlstra1-22/+38
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra4-10/+8
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra4-119/+85
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra4-16/+14
2021-04-02objtool: Fix static_call list generationPeter Zijlstra1-5/+12
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra3-2/+14
2021-04-02objtool: Correctly handle retpoline thunk callsPeter Zijlstra1-0/+12
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra1-2/+1
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra1-1/+1
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar2-5/+9
2021-03-15objtool/x86: Use asm/nops.hPeter Zijlstra2-5/+9
2021-03-15tools/objtool: Convert to insn_decode()Borislav Petkov1-5/+4
2021-03-15x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov1-4/+13
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra1-0/+3
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+14
2021-02-25kasan: prefix global functions with kasan_Andrey Konovalov1-1/+1
2021-02-24Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-8/+104
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen3-3/+4
2021-02-23objtool: Don't autodetect vmlinux.oSami Tolvanen1-5/+1
2021-02-23objtool: Fix __mcount_loc generation with Clang's assemblerSami Tolvanen1-2/+15
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra6-2/+88
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-379/+621
2021-02-22objtool: Fix stack-swizzle for FRAME_POINTER=yPeter Zijlstra1-0/+14
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-2/+15
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra1-62/+11
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar2-11/+17
2021-02-10objtool: Support stack-swizzlePeter Zijlstra1-0/+45
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra1-8/+34
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra1-1/+1
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf1-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf3-25/+17
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf3-2/+14
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2021-01-22objtool: Don't fail on missing symbol tableJosh Poimboeuf1-2/+5
2021-01-22objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf1-9/+5
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf4-111/+159
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf2-7/+35
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf7-159/+140
2021-01-14objtool: Rework header include pathsVasily Gorbik26-47/+48
2021-01-14objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik6-6/+60
2021-01-14objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky1-15/+19