summaryrefslogtreecommitdiff
path: root/tools/objtool/arch
AgeCommit message (Expand)AuthorFilesLines
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-14objtool: Rework header include pathsVasily Gorbik6-6/+6
2021-01-14objtool: 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
2020-04-22objtool: Better handle IRETPeter Zijlstra1-2/+12
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry1-1/+12
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry1-0/+25
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault1-0/+11
2019-09-01objtool: Move x86 insn decoder to a common locationJosh Poimboeuf10-2703/+4
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner5-73/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2-26/+2
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra1-0/+8
2019-04-03objtool: Add UACCESS validationPeter Zijlstra1-3/+10
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf1-0/+2
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar1-0/+18
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn1-1/+1
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+12
2017-12-15objtool: Resync objtool's instruction decoder source code copy with the kerne...Ingo Molnar1-0/+10
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap1-3/+12
2017-11-14tools/headers: Sync objtool UAPI headerIngo Molnar1-0/+10
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf10-13/+120
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf1-0/+1
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf1-3/+8
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf1-3/+3
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf1-68/+26
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf1-1/+25
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf1-5/+12
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf1-38/+362
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter1-1/+1
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf1-3/+0
2017-01-19objtool: Fix IRET's opcodeJiri Slaby1-1/+1