| Age | Commit message (Expand) | Author | Files | Lines |
| 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/kernel/git/tip/tip |  Linus Torvalds | 18 | -245/+398 |
| 2020-10-12 | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 7 | -7/+149 |
| 2020-10-12 | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+55 |
| 2020-10-12 | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+3 |
| 2020-10-09 | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core |  Ingo Molnar | 1 | -0/+55 |
| 2020-10-06 | objtool: Allow nested externs to enable BUILD_BUG() |  Vasily Gorbik | 1 | -1/+1 |
| 2020-10-06 | x86/copy_mc: Introduce copy_mc_enhanced_fast_string() |  Dan Williams | 1 | -0/+1 |
| 2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() |  Dan Williams | 1 | -2/+2 |
| 2020-10-02 | objtool: Permit __kasan_check_{read,write} under UACCESS |  Jann Horn | 1 | -0/+2 |
| 2020-09-21 | objtool: Ignore unreachable trap after call to noreturn functions |  Ilie Halip | 1 | -3/+7 |
| 2020-09-21 | objtool: Handle calling non-function symbols in other sections |  Julien Thierry | 1 | -5/+14 |
| 2020-09-18 | objtool: Fix noreturn detection for ignored functions |  Josh Poimboeuf | 1 | -1/+1 |
| 2020-09-18 | objtool: Ignore unreachable fake jumps |  Julien Thierry | 1 | -0/+3 |
| 2020-09-18 | objtool: Remove useless tests before save_reg() |  Julien Thierry | 1 | -4/+2 |
| 2020-09-10 | objtool: Decode unwind hint register depending on architecture |  Julien Thierry | 3 | -26/+40 |
| 2020-09-10 | objtool: Make unwind hint definitions available to other architectures |  Julien Thierry | 4 | -7/+15 |
| 2020-09-10 | objtool: Refactor jump table code to support other architectures |  Raphael Gault | 4 | -87/+103 |
| 2020-09-10 | objtool: Make relocation in alternative handling arch dependent |  Julien Thierry | 4 | -13/+29 |
| 2020-09-10 | objtool: Abstract alternative special case handling |  Julien Thierry | 6 | -29/+47 |
| 2020-09-10 | objtool: Move macros describing structures to arch-dependent code |  Julien Thierry | 2 | -15/+21 |
| 2020-09-10 | objtool: Make sync-check consider the target architecture |  Julien Thierry | 1 | -0/+7 |
| 2020-09-10 | objtool: Group headers to check in a single list |  Julien Thierry | 1 | -9/+14 |
| 2020-09-01 | objtool: Define 'struct orc_entry' only when needed |  Julien Thierry | 3 | -0/+8 |
| 2020-09-01 | objtool: Skip ORC entry creation for non-text sections |  Julien Thierry | 1 | -0/+3 |
| 2020-09-01 | objtool: Move ORC logic out of check() |  Julien Thierry | 5 | -21/+32 |
| 2020-09-01 | objtool: Move object file loading out of check() |  Julien Thierry | 6 | -35/+60 |
| 2020-09-01 | static_call: Handle tail-calls |  Peter Zijlstra | 1 | -5/+13 |
| 2020-09-01 | x86/static_call: Add inline static call implementation for x86-64 |  Josh Poimboeuf | 7 | -7/+141 |
| 2020-08-24 | objtool, kcsan: Add __tsan_read_write to uaccess whitelist |  Marco Elver | 1 | -0/+5 |
| 2020-08-24 | objtool: Add atomic builtin TSAN instrumentation to uaccess whitelist |  Marco Elver | 1 | -0/+50 |
| 2020-08-03 | Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 8 | -243/+374 |
| 2020-06-28 | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 7 | -8/+108 |
| 2020-06-25 | objtool: Don't consider vmlinux a C-file |  Peter Zijlstra | 1 | -1/+1 |
| 2020-06-18 | Merge branch 'objtool/urgent' into objtool/core |  Peter Zijlstra | 7 | -8/+119 |
| 2020-06-18 | objtool: Fix noinstr vs KCOV |  Peter Zijlstra | 4 | -0/+45 |
| 2020-06-18 | objtool: Provide elf_write_{insn,reloc}() |  Peter Zijlstra | 2 | -2/+45 |
| 2020-06-18 | objtool: Clean up elf_write() condition |  Peter Zijlstra | 4 | -6/+18 |
| 2020-06-17 | Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux into objtool/core |  Peter Zijlstra | 8 | -229/+349 |
| 2020-06-15 | x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*() |  Peter Zijlstra | 1 | -1/+27 |
| 2020-06-11 | Rebase locking/kcsan to locking/urgent |  Thomas Gleixner | 1 | -0/+22 |
| 2020-06-02 | objtool: Add support for relocations without addends |  Matt Helsley | 3 | -20/+134 |
| 2020-06-01 | objtool: Rename rela to reloc |  Matt Helsley | 8 | -218/+218 |
| 2020-05-28 | objtool: Use sh_info to find the base for .rela sections |  Sami Tolvanen | 1 | -1/+1 |
| 2020-05-28 | objtool: Do not assume order of parent/child functions |  Kristen Carlson Accardi | 1 | -1/+7 |
| 2020-05-20 | objtool: Enable compilation of objtool for all architectures |  Matt Helsley | 12 | -34/+73 |
| 2020-05-20 | objtool: Move struct objtool_file into arch-independent header |  Matt Helsley | 2 | -9/+23 |
| 2020-05-20 | objtool: Exit successfully when requesting help |  Matt Helsley | 1 | -1/+3 |
| 2020-05-20 | objtool: Add check_kcov_mode() to the uaccess safelist |  Josh Poimboeuf | 1 | -0/+1 |
| 2020-05-18 | Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflict |  Ingo Molnar | 2 | -6/+18 |