| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-06 | objtool: Add --backup | Peter Zijlstra | 3 | -2/+69 |
| 2021-03-06 | objtool,x86: More ModRM sugar | Peter Zijlstra | 1 | -11/+17 |
| 2021-03-06 | objtool,x86: Rewrite ADD/SUB/AND | Peter Zijlstra | 1 | -19/+51 |
| 2021-03-06 | objtool,x86: Support %riz encodings | Peter Zijlstra | 1 | -19/+48 |
| 2021-03-06 | objtool,x86: Simplify register decode | Peter Zijlstra | 1 | -40/+39 |
| 2021-03-06 | objtool,x86: Rewrite LEAVE | Peter Zijlstra | 3 | -26/+13 |
| 2021-03-06 | objtool,x86: Rewrite LEA decode | Peter Zijlstra | 1 | -58/+28 |
| 2021-03-06 | objtool,x86: Renumber CFI_reg | Peter Zijlstra | 1 | -6/+6 |
| 2021-03-06 | objtool: Allow UNWIND_HINT to suppress dodgy stack modifications | Peter Zijlstra | 1 | -6/+9 |
| 2021-02-25 | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+14 |
| 2021-02-25 | kasan: prefix global functions with kasan_ | Andrey Konovalov | 1 | -1/+1 |
| 2021-02-24 | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -8/+104 |
| 2021-02-23 | objtool: Split noinstr validation from --vmlinux | Sami Tolvanen | 3 | -3/+4 |
| 2021-02-23 | objtool: Don't autodetect vmlinux.o | Sami Tolvanen | 1 | -5/+1 |
| 2021-02-23 | objtool: Fix __mcount_loc generation with Clang's assembler | Sami Tolvanen | 1 | -2/+15 |
| 2021-02-23 | objtool: Add a pass for generating __mcount_loc | Peter Zijlstra | 6 | -2/+88 |
| 2021-02-23 | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 27 | -379/+621 |
| 2021-02-22 | objtool: Fix stack-swizzle for FRAME_POINTER=y | Peter Zijlstra | 1 | -0/+14 |
| 2021-02-17 | static_call: Allow module use without exposing static_call_key | Josh Poimboeuf | 1 | -2/+15 |
| 2021-02-17 | rbtree: Add generic add and find helpers | Peter Zijlstra | 1 | -62/+11 |
| 2021-02-12 | Merge branch 'x86/paravirt' into x86/entry | Ingo Molnar | 2 | -11/+17 |
| 2021-02-10 | objtool: Support stack-swizzle | Peter Zijlstra | 1 | -0/+45 |
| 2021-02-10 | objtool,x86: Additionally decode: mov %rsp, (%reg) | Peter Zijlstra | 1 | -8/+34 |
| 2021-02-10 | x86/unwind/orc: Change REG_SP_INDIRECT | Peter Zijlstra | 1 | -1/+1 |
| 2021-01-26 | objtool: Add xen_start_kernel() to noreturn list | Josh Poimboeuf | 1 | -0/+1 |
| 2021-01-26 | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC | Josh Poimboeuf | 3 | -25/+17 |
| 2021-01-26 | objtool: Assume only ELF functions do sibling calls | Josh Poimboeuf | 1 | -14/+22 |
| 2021-01-26 | objtool: Support retpoline jump detection for vmlinux.o | Josh Poimboeuf | 1 | -4/+4 |
| 2021-01-26 | objtool: Fix ".cold" section suffix check for newer versions of GCC | Josh Poimboeuf | 1 | -2/+2 |
| 2021-01-26 | objtool: Fix retpoline detection in asm code | Josh Poimboeuf | 3 | -2/+14 |
| 2021-01-26 | objtool: Fix error handling for STD/CLD warnings | Josh Poimboeuf | 1 | -2/+6 |
| 2021-01-22 | objtool: Don't fail on missing symbol table | Josh Poimboeuf | 1 | -2/+5 |
| 2021-01-22 | objtool: Don't fail the kernel build on fatal errors | Josh Poimboeuf | 1 | -9/+5 |
| 2021-01-14 | objtool: Support stack layout changes in alternatives | Josh Poimboeuf | 4 | -111/+159 |
| 2021-01-14 | objtool: Add 'alt_group' struct | Josh Poimboeuf | 2 | -7/+35 |
| 2021-01-14 | objtool: Refactor ORC section generation | Josh Poimboeuf | 7 | -159/+140 |
| 2021-01-14 | objtool: Rework header include paths | Vasily Gorbik | 26 | -47/+48 |
| 2021-01-14 | objtool: Fix x86 orc generation on big endian cross-compiles | Vasily Gorbik | 6 | -6/+60 |
| 2021-01-14 | objtool: Fix reloc generation on big endian cross-compiles | Martin Schwidefsky | 1 | -15/+19 |
| 2021-01-14 | objtool: Make SP memory operation match PUSH/POP semantics | Julien Thierry | 1 | -0/+20 |
| 2021-01-14 | objtool: Support addition to set CFA base | Julien Thierry | 1 | -0/+11 |
| 2021-01-14 | objtool: Fully validate the stack frame | Julien Thierry | 1 | -4/+11 |
| 2021-01-14 | objtool: Don't add empty symbols to the rbtree | Josh Poimboeuf | 1 | -0/+7 |
| 2020-12-27 | Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -26/+42 |
| 2020-12-16 | objtool: Fix seg fault with Clang non-section symbols | Josh Poimboeuf | 4 | -26/+42 |
| 2020-11-11 | tools: Factor HOSTCC, HOSTLD, HOSTAR definitions | Jean-Philippe Brucker | 1 | -9/+0 |
| 2020-10-14 | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 18 | -245/+398 |
| 2020-10-12 | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 7 | -7/+149 |
| 2020-10-12 | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+55 |
| 2020-10-12 | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+3 |