aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/arch
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-125/+169
2021-04-02objtool/x86: Rewrite retpoline thunk callsGravatar Peter Zijlstra 1-0/+117
2021-04-02objtool: Handle per arch retpoline namingGravatar Peter Zijlstra 1-0/+5
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 1-5/+8
2021-03-15objtool/x86: Use asm/nops.hGravatar Peter Zijlstra 1-5/+8
2021-03-15tools/objtool: Convert to insn_decode()Gravatar Borislav Petkov 1-5/+4
2021-03-06objtool,x86: More ModRM sugarGravatar Peter Zijlstra 1-11/+17
2021-03-06objtool,x86: Rewrite ADD/SUB/ANDGravatar Peter Zijlstra 1-19/+51
2021-03-06objtool,x86: Support %riz encodingsGravatar Peter Zijlstra 1-19/+48
2021-03-06objtool,x86: Simplify register decodeGravatar Peter Zijlstra 1-40/+39
2021-03-06objtool,x86: Rewrite LEAVEGravatar Peter Zijlstra 1-3/+11
2021-03-06objtool,x86: Rewrite LEA decodeGravatar Peter Zijlstra 1-58/+28
2021-03-06objtool,x86: Renumber CFI_regGravatar Peter Zijlstra 1-6/+6
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Gravatar Peter Zijlstra 1-8/+34
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCGravatar Josh Poimboeuf 1-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeGravatar Josh Poimboeuf 1-1/+1
2021-01-13objtool: Rework header include pathsGravatar Vasily Gorbik 6-6/+6
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesGravatar Vasily Gorbik 1-0/+9
2020-09-10objtool: Decode unwind hint register depending on architectureGravatar Julien Thierry 1-0/+37
2020-09-10objtool: Refactor jump table code to support other architecturesGravatar Raphael Gault 1-0/+95
2020-09-10objtool: Make relocation in alternative handling arch dependentGravatar Julien Thierry 1-0/+13
2020-09-10objtool: Abstract alternative special case handlingGravatar Julien Thierry 2-0/+38
2020-09-10objtool: Move macros describing structures to arch-dependent codeGravatar Julien Thierry 1-0/+20
2020-06-18Merge branch 'objtool/urgent' into objtool/coreGravatar Peter Zijlstra 2-0/+24
2020-06-18objtool: Fix noinstr vs KCOVGravatar Peter Zijlstra 2-0/+24
2020-06-01objtool: Rename rela to relocGravatar Matt Helsley 1-1/+1
2020-04-30objtool: Add support for intra-function callsGravatar Alexandre Chartre 1-0/+8
2020-04-30objtool: Move the IRET hack into the arch decoderGravatar Miroslav Benes 1-10/+18
2020-04-30objtool: Remove INSN_STACKGravatar Peter Zijlstra 1-23/+0
2020-04-30objtool: Rework allocating stack_ops on decodeGravatar Peter Zijlstra 1-104/+147
2020-04-23objtool: Constify arch_decode_instruction()Gravatar Ingo Molnar 1-3/+3
2020-04-22objtool: Rename struct cfi_stateGravatar Peter Zijlstra 1-1/+1
2020-04-22objtool: Better handle IRETGravatar Peter Zijlstra 1-2/+12
2020-04-22objtool: Support multiple stack_op per instructionGravatar Julien Thierry 1-1/+12
2020-04-22objtool: Split out arch-specific CFI definitionsGravatar Julien Thierry 1-0/+25
2020-04-22objtool: Add abstraction for destination offsetsGravatar Raphael Gault 1-0/+11
2019-08-31objtool: Move x86 insn decoder to a common locationGravatar Josh Poimboeuf 10-2703/+4
2019-07-18objtool: Convert insn type to enumGravatar Josh Poimboeuf 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 5-73/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 2-26/+2
2019-04-03objtool: Add Direction Flag validationGravatar Peter Zijlstra 1-0/+8
2019-04-03objtool: Add UACCESS validationGravatar Peter Zijlstra 1-3/+10
2018-06-21x86/unwind/orc: Detect the end of the stackGravatar Josh Poimboeuf 1-0/+2
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Gravatar Ingo Molnar 1-0/+18
2017-12-28objtool: Fix Clang enum conversion warningGravatar Lukas Bulwahn 1-1/+1
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+12
2017-12-15objtool: Resync objtool's instruction decoder source code copy with the kerne...Gravatar Ingo Molnar 1-0/+10
2017-12-15x86/decoder: Fix and update the opcodes mapGravatar Randy Dunlap 1-3/+12
2017-11-14tools/headers: Sync objtool UAPI headerGravatar Ingo Molnar 1-0/+10