summaryrefslogtreecommitdiff
path: root/tools/objtool/arch
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+21
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf2-3/+3
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf2-3/+3
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf2-7/+15
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra1-7/+1
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra1-2/+2
2023-02-23objtool: Change arch_decode_instruction() signaturePeter Zijlstra2-65/+62
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)1-3/+3
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds9-9/+180
2022-11-23objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman1-0/+9
2022-11-18objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy2-0/+18
2022-11-18objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy6-0/+146
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy1-0/+5
2022-11-18objtool: Use macros to define arch specific reloc typesSathvika Vasireddy1-0/+2
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy1-9/+0
2022-10-17objtool: Allow !PC relative relocationsPeter Zijlstra1-0/+24
2022-09-15objtool,x86: Teach decode about LOOP* instructionsPeter Zijlstra1-0/+6
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra1-0/+5
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf2-2/+2
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra1-5/+29
2022-03-15tools/objtool: Check for use of the ENQCMD instruction in the kernelFenghua Yu1-1/+10
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra1-4/+9
2021-10-29objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-120/+0
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-1/+1
2021-10-05objtool: Make .altinstructions section entry size consistentJoe Lawrence1-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra1-1/+33
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-0/+20
2021-09-15objtool: Introduce CFI hashPeter Zijlstra1-11/+9
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds2-1/+2
2021-06-24objtool: Don't make .altinstructions writableJosh Poimboeuf1-1/+1
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra1-0/+4
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik1-1/+2
2021-05-12objtool: Decode jump_entry::key addendPeter Zijlstra1-0/+1
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-125/+169
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-0/+117
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra1-0/+5
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 Molnar1-5/+8
2021-03-15objtool/x86: Use asm/nops.hPeter Zijlstra1-5/+8
2021-03-15tools/objtool: Convert to insn_decode()Borislav Petkov1-5/+4
2021-03-06objtool,x86: More ModRM sugarPeter Zijlstra1-11/+17
2021-03-06objtool,x86: Rewrite ADD/SUB/ANDPeter Zijlstra1-19/+51
2021-03-06objtool,x86: Support %riz encodingsPeter Zijlstra1-19/+48
2021-03-06objtool,x86: Simplify register decodePeter Zijlstra1-40/+39
2021-03-06objtool,x86: Rewrite LEAVEPeter Zijlstra1-3/+11
2021-03-06objtool,x86: Rewrite LEA decodePeter Zijlstra1-58/+28
2021-03-06objtool,x86: Renumber CFI_regPeter Zijlstra1-6/+6
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra1-8/+34
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf1-1/+1