aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch
AgeCommit message (Expand)Author
2021-07-14objtool: Don't make .altinstructions writableJosh Poimboeuf
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar
2021-03-15objtool/x86: Use asm/nops.hPeter Zijlstra
2021-03-15tools/objtool: Convert to insn_decode()Borislav Petkov
2021-03-06objtool,x86: More ModRM sugarPeter Zijlstra
2021-03-06objtool,x86: Rewrite ADD/SUB/ANDPeter Zijlstra
2021-03-06objtool,x86: Support %riz encodingsPeter Zijlstra
2021-03-06objtool,x86: Simplify register decodePeter Zijlstra
2021-03-06objtool,x86: Rewrite LEAVEPeter Zijlstra
2021-03-06objtool,x86: Rewrite LEA decodePeter Zijlstra
2021-03-06objtool,x86: Renumber CFI_regPeter Zijlstra
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf
2021-01-13objtool: Rework header include pathsVasily Gorbik
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra
2020-06-01objtool: Rename rela to relocMatt Helsley
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra
2020-04-22objtool: Better handle IRETPeter Zijlstra
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds