aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28objtool,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://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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 a semantic conflictIngo 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
2021-01-13objtool: Rework header include pathsVasily Gorbik6-6/+6
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik1-0/+9
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry1-0/+37
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault1-0/+95
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry1-0/+13
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry2-0/+38
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry1-0/+20
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra2-0/+24
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra2-0/+24
2020-06-01objtool: Rename rela to relocMatt Helsley1-1/+1
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre1-0/+8
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes1-10/+18
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra1-23/+0
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra1-104/+147
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar1-3/+3
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra1-1/+1