| Age | Commit message (Expand) | Author |
| 2022-12-19 | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
| 2022-11-18 | objtool: Add arch specific function arch_ftrace_match() | Sathvika Vasireddy |
| 2022-10-17 | objtool: Allow !PC relative relocations | Peter Zijlstra |
| 2022-09-15 | objtool,x86: Teach decode about LOOP* instructions | Peter Zijlstra |
| 2022-06-27 | x86,objtool: Create .return_sites | Peter Zijlstra |
| 2022-04-22 | objtool: Reorganize cmdline options | Josh Poimboeuf |
| 2022-03-15 | objtool: Add IBT/ENDBR decoding | Peter Zijlstra |
| 2022-03-15 | tools/objtool: Check for use of the ENQCMD instruction in the kernel | Fenghua Yu |
| 2021-12-08 | objtool: Add straight-line-speculation validation | Peter Zijlstra |
| 2021-10-28 | objtool,x86: Replace alternatives with .retpoline_sites | Peter Zijlstra |
| 2021-10-07 | Merge branch 'objtool/urgent' | Peter Zijlstra |
| 2021-10-05 | objtool: Make .altinstructions section entry size consistent | Joe Lawrence |
| 2021-09-17 | objtool: Support pv_opsindirect calls for noinstr | Peter Zijlstra |
| 2021-09-15 | objtool: Handle __sanitize_cov*() tail calls | Peter Zijlstra |
| 2021-09-15 | objtool: Introduce CFI hash | Peter Zijlstra |
| 2021-06-24 | objtool: Don't make .altinstructions writable | Josh Poimboeuf |
| 2021-06-11 | objtool: Only rewrite unconditional retpoline thunk calls | Peter Zijlstra |
| 2021-05-12 | objtool/x86: Fix elf_add_alternative() endianness | Vasily Gorbik |
| 2021-04-28 | Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
| 2021-04-02 | objtool/x86: Rewrite retpoline thunk calls | Peter Zijlstra |
| 2021-04-02 | objtool: Handle per arch retpoline naming | Peter Zijlstra |
| 2021-04-02 | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ... | Ingo Molnar |
| 2021-03-15 | objtool/x86: Use asm/nops.h | Peter Zijlstra |
| 2021-03-15 | tools/objtool: Convert to insn_decode() | Borislav Petkov |
| 2021-03-06 | objtool,x86: More ModRM sugar | Peter Zijlstra |
| 2021-03-06 | objtool,x86: Rewrite ADD/SUB/AND | Peter Zijlstra |
| 2021-03-06 | objtool,x86: Support %riz encodings | Peter Zijlstra |
| 2021-03-06 | objtool,x86: Simplify register decode | Peter Zijlstra |
| 2021-03-06 | objtool,x86: Rewrite LEAVE | Peter Zijlstra |
| 2021-03-06 | objtool,x86: Rewrite LEA decode | Peter Zijlstra |
| 2021-02-10 | objtool,x86: Additionally decode: mov %rsp, (%reg) | Peter Zijlstra |
| 2021-01-26 | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC | Josh Poimboeuf |
| 2021-01-13 | objtool: Rework header include paths | Vasily Gorbik |
| 2020-09-10 | objtool: Decode unwind hint register depending on architecture | Julien Thierry |
| 2020-06-18 | Merge branch 'objtool/urgent' into objtool/core | Peter Zijlstra |
| 2020-06-18 | objtool: Fix noinstr vs KCOV | Peter Zijlstra |
| 2020-06-01 | objtool: Rename rela to reloc | Matt Helsley |
| 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: 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-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner |
| 2019-04-03 | objtool: Add Direction Flag validation | Peter Zijlstra |