| Commit message (Expand) | Author | Age | Files | Lines |
* | objtool: Make SP memory operation match PUSH/POP semantics | Julien Thierry | 2021-01-14 | 1 | -0/+20 |
* | objtool: Support addition to set CFA base | Julien Thierry | 2021-01-14 | 1 | -0/+11 |
* | objtool: Fully validate the stack frame | Julien Thierry | 2021-01-14 | 1 | -4/+11 |
* | objtool: Fix seg fault with Clang non-section symbols | Josh Poimboeuf | 2020-12-16 | 1 | -2/+9 |
* | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-10-14 | 1 | -179/+51 |
|\ |
|
| * | objtool: Permit __kasan_check_{read,write} under UACCESS | Jann Horn | 2020-10-02 | 1 | -0/+2 |
| * | objtool: Ignore unreachable trap after call to noreturn functions | Ilie Halip | 2020-09-21 | 1 | -3/+7 |
| * | objtool: Handle calling non-function symbols in other sections | Julien Thierry | 2020-09-21 | 1 | -5/+14 |
| * | objtool: Ignore unreachable fake jumps | Julien Thierry | 2020-09-18 | 1 | -0/+3 |
| * | objtool: Remove useless tests before save_reg() | Julien Thierry | 2020-09-18 | 1 | -4/+2 |
| * | objtool: Decode unwind hint register depending on architecture | Julien Thierry | 2020-09-10 | 1 | -26/+1 |
| * | objtool: Make unwind hint definitions available to other architectures | Julien Thierry | 2020-09-10 | 1 | -1/+3 |
| * | objtool: Refactor jump table code to support other architectures | Raphael Gault | 2020-09-10 | 1 | -86/+4 |
| * | objtool: Make relocation in alternative handling arch dependent | Julien Thierry | 2020-09-10 | 1 | -13/+6 |
| * | objtool: Move ORC logic out of check() | Julien Thierry | 2020-09-02 | 1 | -17/+1 |
| * | objtool: Move object file loading out of check() | Julien Thierry | 2020-09-02 | 1 | -29/+13 |
* | | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2020-10-12 | 1 | -0/+138 |
|\| |
|
| * | static_call: Handle tail-calls | Peter Zijlstra | 2020-09-01 | 1 | -5/+13 |
| * | x86/static_call: Add inline static call implementation for x86-64 | Josh Poimboeuf | 2020-09-01 | 1 | -0/+130 |
* | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-10-12 | 1 | -0/+55 |
|\ \ |
|
| * \ | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar | 2020-10-09 | 1 | -0/+55 |
| |\ \ |
|
| | * | | objtool, kcsan: Add __tsan_read_write to uaccess whitelist | Marco Elver | 2020-08-25 | 1 | -0/+5 |
| | * | | objtool: Add atomic builtin TSAN instrumentation to uaccess whitelist | Marco Elver | 2020-08-25 | 1 | -0/+50 |
| | |/ |
|
* | | | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-10-12 | 1 | -2/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86/copy_mc: Introduce copy_mc_enhanced_fast_string() | Dan Williams | 2020-10-06 | 1 | -0/+1 |
| * | | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams | 2020-10-06 | 1 | -2/+2 |
| |/ |
|
* / | objtool: Fix noreturn detection for ignored functions | Josh Poimboeuf | 2020-09-18 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-08-03 | 1 | -101/+101 |
|\ |
|
| * | Merge branch 'objtool/urgent' into objtool/core | Peter Zijlstra | 2020-06-18 | 1 | -1/+22 |
| |\ |
|
| * \ | Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Peter Zijlstra | 2020-06-17 | 1 | -98/+98 |
| |\ \ |
|
| | * | | objtool: Rename rela to reloc | Matt Helsley | 2020-06-01 | 1 | -98/+98 |
* | | | | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2020-06-28 | 1 | -1/+22 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | objtool: Fix noinstr vs KCOV | Peter Zijlstra | 2020-06-18 | 1 | -0/+19 |
| * | | | objtool: Clean up elf_write() condition | Peter Zijlstra | 2020-06-18 | 1 | -1/+3 |
| |/ / |
|
* | | | objtool: Don't consider vmlinux a C-file | Peter Zijlstra | 2020-06-25 | 1 | -1/+1 |
* | | | x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*() | Peter Zijlstra | 2020-06-15 | 1 | -1/+27 |
|/ / |
|
* | | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 1 | -0/+22 |
|\ \
| |/
|/| |
|
| * | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 2020-05-08 | 1 | -0/+4 |
| |\ |
|
| | * | objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn() | Marco Elver | 2020-05-06 | 1 | -0/+2 |
| | * | objtool, kcsan: Add explicit check functions to uaccess whitelist | Marco Elver | 2020-04-14 | 1 | -0/+2 |
| * | | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 1 | -110/+159 |
| |\ \
| | |/
| |/| |
|
| * | | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 1 | -0/+2 |
| |\ \ |
|
| * | | | objtool, kcsan: Add KCSAN runtime functions to whitelist | Marco Elver | 2019-11-16 | 1 | -0/+18 |
* | | | | objtool: Enable compilation of objtool for all architectures | Matt Helsley | 2020-05-20 | 1 | -2/+2 |
* | | | | objtool: Add check_kcov_mode() to the uaccess safelist | Josh Poimboeuf | 2020-05-20 | 1 | -0/+1 |
* | | | | Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic... | Ingo Molnar | 2020-05-18 | 1 | -3/+14 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-05-10 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | objtool: Fix stack offset tracking for indirect CFAs | Josh Poimboeuf | 2020-04-25 | 1 | -1/+1 |
| * | | | | | objtool: Fix infinite loop in find_jump_table() | Josh Poimboeuf | 2020-05-07 | 1 | -2/+13 |
| |/ / / / |
|
* | | | | | objtool: optimize add_dead_ends for split sections | Sami Tolvanen | 2020-05-15 | 1 | -19/+17 |