Age | Commit message (Expand) | Author |
2021-02-23 | objtool: Fix __mcount_loc generation with Clang's assembler | Sami Tolvanen |
2021-02-23 | objtool: Add a pass for generating __mcount_loc | Peter Zijlstra |
2021-02-23 | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-02-22 | objtool: Fix stack-swizzle for FRAME_POINTER=y | Peter Zijlstra |
2021-02-17 | static_call: Allow module use without exposing static_call_key | Josh Poimboeuf |
2021-02-17 | rbtree: Add generic add and find helpers | Peter Zijlstra |
2021-02-12 | Merge branch 'x86/paravirt' into x86/entry | Ingo Molnar |
2021-02-10 | objtool: Support stack-swizzle | Peter Zijlstra |
2021-02-10 | objtool,x86: Additionally decode: mov %rsp, (%reg) | Peter Zijlstra |
2021-02-10 | x86/unwind/orc: Change REG_SP_INDIRECT | Peter Zijlstra |
2021-01-26 | objtool: Add xen_start_kernel() to noreturn list | Josh Poimboeuf |
2021-01-26 | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC | Josh Poimboeuf |
2021-01-26 | objtool: Assume only ELF functions do sibling calls | Josh Poimboeuf |
2021-01-26 | objtool: Support retpoline jump detection for vmlinux.o | Josh Poimboeuf |
2021-01-26 | objtool: Fix ".cold" section suffix check for newer versions of GCC | Josh Poimboeuf |
2021-01-26 | objtool: Fix retpoline detection in asm code | Josh Poimboeuf |
2021-01-26 | objtool: Fix error handling for STD/CLD warnings | Josh Poimboeuf |
2021-01-21 | objtool: Don't fail on missing symbol table | Josh Poimboeuf |
2021-01-21 | objtool: Don't fail the kernel build on fatal errors | Josh Poimboeuf |
2021-01-14 | objtool: Support stack layout changes in alternatives | Josh Poimboeuf |
2021-01-14 | objtool: Add 'alt_group' struct | Josh Poimboeuf |
2021-01-14 | objtool: Refactor ORC section generation | Josh Poimboeuf |
2021-01-13 | objtool: Rework header include paths | Vasily Gorbik |
2021-01-13 | objtool: Fix x86 orc generation on big endian cross-compiles | Vasily Gorbik |
2021-01-13 | objtool: Fix reloc generation on big endian cross-compiles | Martin Schwidefsky |
2021-01-13 | objtool: Make SP memory operation match PUSH/POP semantics | Julien Thierry |
2021-01-13 | objtool: Support addition to set CFA base | Julien Thierry |
2021-01-13 | objtool: Fully validate the stack frame | Julien Thierry |
2021-01-13 | objtool: Don't add empty symbols to the rbtree | Josh Poimboeuf |
2020-12-27 | Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-12-16 | objtool: Fix seg fault with Clang non-section symbols | Josh Poimboeuf |
2020-11-11 | tools: Factor HOSTCC, HOSTLD, HOSTAR definitions | Jean-Philippe Brucker |
2020-10-14 | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-10-12 | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2020-10-12 | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-10-12 | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-10-09 | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar |
2020-10-06 | objtool: Allow nested externs to enable BUILD_BUG() | Vasily Gorbik |
2020-10-06 | x86/copy_mc: Introduce copy_mc_enhanced_fast_string() | Dan Williams |
2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams |
2020-10-02 | objtool: Permit __kasan_check_{read,write} under UACCESS | Jann Horn |
2020-09-21 | objtool: Ignore unreachable trap after call to noreturn functions | Ilie Halip |
2020-09-21 | objtool: Handle calling non-function symbols in other sections | Julien Thierry |
2020-09-18 | objtool: Fix noreturn detection for ignored functions | Josh Poimboeuf |
2020-09-18 | objtool: Ignore unreachable fake jumps | Julien Thierry |
2020-09-18 | objtool: Remove useless tests before save_reg() | Julien Thierry |
2020-09-10 | objtool: Decode unwind hint register depending on architecture | Julien Thierry |
2020-09-10 | objtool: Make unwind hint definitions available to other architectures | Julien Thierry |
2020-09-10 | objtool: Refactor jump table code to support other architectures | Raphael Gault |
2020-09-10 | objtool: Make relocation in alternative handling arch dependent | Julien Thierry |