index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
arch
Age
Commit message (
Expand
)
Author
2020-06-18
objtool: Fix noinstr vs KCOV
Peter Zijlstra
2020-04-30
objtool: Add support for intra-function calls
Alexandre Chartre
2020-04-30
objtool: Move the IRET hack into the arch decoder
Miroslav Benes
2020-04-30
objtool: Remove INSN_STACK
Peter Zijlstra
2020-04-30
objtool: Rework allocating stack_ops on decode
Peter Zijlstra
2020-04-23
objtool: Constify arch_decode_instruction()
Ingo Molnar
2020-04-22
objtool: Rename struct cfi_state
Peter Zijlstra
2020-04-22
objtool: Better handle IRET
Peter Zijlstra
2020-04-22
objtool: Support multiple stack_op per instruction
Julien Thierry
2020-04-22
objtool: Split out arch-specific CFI definitions
Julien Thierry
2020-04-22
objtool: Add abstraction for destination offsets
Raphael Gault
2019-08-31
objtool: Move x86 insn decoder to a common location
Josh Poimboeuf
2019-07-18
objtool: Convert insn type to enum
Josh Poimboeuf
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-04-03
objtool: Add Direction Flag validation
Peter Zijlstra
2019-04-03
objtool: Add UACCESS validation
Peter Zijlstra
2018-06-21
x86/unwind/orc: Detect the end of the stack
Josh Poimboeuf
2018-05-14
objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...
Ingo Molnar
2017-12-28
objtool: Fix Clang enum conversion warning
Lukas Bulwahn
2017-12-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-12-15
objtool: Resync objtool's instruction decoder source code copy with the kerne...
Ingo Molnar
2017-12-15
x86/decoder: Fix and update the opcodes map
Randy Dunlap
2017-11-14
tools/headers: Sync objtool UAPI header
Ingo Molnar
2017-11-07
objtool: Move synced files to their original relative locations
Josh Poimboeuf
2017-11-04
objtool: Resync objtool's instruction decoder source code copy with the kerne...
Josh Poimboeuf
2017-09-28
objtool: Support unoptimized frame pointer setup
Josh Poimboeuf
2017-09-23
objtool: Handle another GCC stack pointer adjustment bug
Josh Poimboeuf
2017-08-30
objtool: Handle GCC stack pointer adjustment bug
Josh Poimboeuf
2017-07-28
objtool: Fix '-mtune=atom' decoding support in objtool 2.0
Josh Poimboeuf
2017-07-28
objtool: Assume unannotated UD2 instructions are dead ends
Josh Poimboeuf
2017-07-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-06-30
objtool: Implement stack validation 2.0
Josh Poimboeuf
2017-06-27
x86/insn: perf tools: Add new ptwrite instruction
Adrian Hunter
2017-02-24
objtool: Improve detection of BUG() and other dead ends
Josh Poimboeuf
2017-01-19
objtool: Fix IRET's opcode
Jiri Slaby
2016-12-06
objtool: Fix bytes check of lea's rex_prefix
Jiri Slaby
2016-10-11
objtool: Support '-mtune=atom' stack frame setup instruction
Josh Poimboeuf
2016-07-30
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-29
objtool: Resync x86 instruction decoder with the kernel's
Josh Poimboeuf
2016-07-23
x86/insn: remove pcommit
Dan Williams
2016-03-03
x86/asm/decoder: Use explicitly signed chars
Josh Poimboeuf
2016-02-29
objtool: Add tool to perform compile-time stack metadata validation
Josh Poimboeuf