summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch
AgeCommit message (Expand)AuthorLines
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra-0/+24
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra-0/+24
2020-06-01objtool: Rename rela to relocMatt Helsley-1/+1
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre-0/+8
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes-10/+18
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra-23/+0
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra-104/+147
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar-3/+3
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra-1/+1
2020-04-22objtool: Better handle IRETPeter Zijlstra-2/+12
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry-1/+12
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry-0/+25
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault-0/+11
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf-2703/+4
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-73/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-26/+2
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra-0/+8
2019-04-03objtool: Add UACCESS validationPeter Zijlstra-3/+10
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf-0/+2
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar-0/+18
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn-1/+1
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+12
2017-12-15objtool: Resync objtool's instruction decoder source code copy with the kerne...Ingo Molnar-0/+10
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap-3/+12
2017-11-14tools/headers: Sync objtool UAPI headerIngo Molnar-0/+10
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf-13/+120
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf-0/+1
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf-3/+8
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf-3/+3
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf-68/+26
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf-1/+25
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf-5/+12
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf-38/+362
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter-1/+1
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf-3/+0
2017-01-19objtool: Fix IRET's opcodeJiri Slaby-1/+1
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby-1/+1
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf-0/+9
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-101/+220
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf-101/+220
2016-07-23x86/insn: remove pcommitDan Williams-1/+1
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf-3/+3
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf-0/+2697