summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-73/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-26/+2
* objtool: Add Direction Flag validationPeter Zijlstra2019-04-031-0/+8
* objtool: Add UACCESS validationPeter Zijlstra2019-04-031-3/+10
* x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2018-06-211-0/+2
* objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar2018-05-141-0/+18
* objtool: Fix Clang enum conversion warningLukas Bulwahn2017-12-281-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-151-3/+12
|\
| * objtool: Resync objtool's instruction decoder source code copy with the kerne...Ingo Molnar2017-12-151-0/+10
| * x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-3/+12
* | tools/headers: Sync objtool UAPI headerIngo Molnar2017-11-141-0/+10
* | objtool: Move synced files to their original relative locationsJosh Poimboeuf2017-11-0710-13/+120
|/
* objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf2017-11-041-0/+1
* objtool: Support unoptimized frame pointer setupJosh Poimboeuf2017-09-281-3/+8
* objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-231-3/+3
* objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf2017-08-301-68/+26
* objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-07-281-1/+25
* objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-281-5/+12
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-031-1/+1
|\
| * x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter2017-06-271-1/+1
* | objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-301-38/+362
|/
* objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-241-3/+0
* objtool: Fix IRET's opcodeJiri Slaby2017-01-191-1/+1
* objtool: Fix bytes check of lea's rex_prefixJiri Slaby2016-12-061-1/+1
* objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf2016-10-111-0/+9
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-305-101/+220
|\
| * objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf2016-07-295-101/+220
* | x86/insn: remove pcommitDan Williams2016-07-231-1/+1
|/
* x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-299-0/+2697