summaryrefslogtreecommitdiff
path: root/tools/objtool/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu1-0/+15
2020-02-28x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu1-1/+1
2019-12-31x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter1-6/+12
2019-12-01x86/insn: Fix awk regexp warningsAlexander Kapshuk1-2/+2
2018-06-20objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar1-0/+18
2018-01-23objtool: Fix Clang enum conversion warningLukas Bulwahn1-1/+1
2017-12-29x86/decoder: Fix and update the opcodes mapRandy Dunlap1-3/+12
2017-12-29tools/headers: Sync objtool UAPI headerIngo Molnar1-0/+10
2017-12-29objtool: 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
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby1-1/+1
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf1-0/+9
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-101/+220
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf5-101/+220
2016-07-23x86/insn: remove pcommitDan Williams1-1/+1
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf1-3/+3
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf9-0/+2697