summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-9/+5
2021-02-10objtool: Support stack-swizzlePeter Zijlstra1-0/+45
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf1-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-22/+15
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf1-1/+2
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2021-01-22objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf1-9/+5
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf1-96/+96
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf1-6/+23
2021-01-14objtool: Rework header include pathsVasily Gorbik1-8/+8
2021-01-14objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik1-2/+3
2021-01-14objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry1-0/+20
2021-01-14objtool: Support addition to set CFA baseJulien Thierry1-0/+11
2021-01-14objtool: Fully validate the stack frameJulien Thierry1-4/+11
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf1-2/+9
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-179/+51
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+138
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+55
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-0/+55
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams1-0/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-2/+2
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn1-0/+2
2020-09-21objtool: Ignore unreachable trap after call to noreturn functionsIlie Halip1-3/+7
2020-09-21objtool: Handle calling non-function symbols in other sectionsJulien Thierry1-5/+14
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-09-18objtool: Ignore unreachable fake jumpsJulien Thierry1-0/+3
2020-09-18objtool: Remove useless tests before save_reg()Julien Thierry1-4/+2
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry1-26/+1
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry1-1/+3
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault1-86/+4
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry1-13/+6
2020-09-02objtool: Move ORC logic out of check()Julien Thierry1-17/+1
2020-09-02objtool: Move object file loading out of check()Julien Thierry1-29/+13
2020-09-01static_call: Handle tail-callsPeter Zijlstra1-5/+13
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-0/+130
2020-08-25objtool, kcsan: Add __tsan_read_write to uaccess whitelistMarco Elver1-0/+5
2020-08-25objtool: Add atomic builtin TSAN instrumentation to uaccess whitelistMarco Elver1-0/+50
2020-08-04Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-101/+101
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+22
2020-06-25objtool: Don't consider vmlinux a C-filePeter Zijlstra1-1/+1
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra1-1/+22
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra1-0/+19
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra1-1/+3
2020-06-17Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Peter Zijlstra1-98/+98
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra1-1/+27
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+22