summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf-2/+14
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf-2/+6
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf-2/+5
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf-9/+5
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf-111/+159
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf-7/+35
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf-159/+140
2021-01-13objtool: Rework header include pathsVasily Gorbik-47/+48
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik-6/+60
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky-15/+19
2021-01-13objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry-0/+20
2021-01-13objtool: Support addition to set CFA baseJulien Thierry-0/+11
2021-01-13objtool: Fully validate the stack frameJulien Thierry-4/+11
2021-01-13objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf-0/+7
2020-12-27Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-26/+42
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf-26/+42
2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker-9/+0
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-245/+398
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-7/+149
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+55
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+3
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-0/+55
2020-10-06objtool: Allow nested externs to enable BUILD_BUG()Vasily Gorbik-1/+1
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams-0/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams-2/+2
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn-0/+2
2020-09-21objtool: Ignore unreachable trap after call to noreturn functionsIlie Halip-3/+7
2020-09-21objtool: Handle calling non-function symbols in other sectionsJulien Thierry-5/+14
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf-1/+1
2020-09-18objtool: Ignore unreachable fake jumpsJulien Thierry-0/+3
2020-09-18objtool: Remove useless tests before save_reg()Julien Thierry-4/+2
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry-26/+40
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry-7/+15
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault-87/+103
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry-13/+29
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry-29/+47
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry-15/+21
2020-09-10objtool: Make sync-check consider the target architectureJulien Thierry-0/+7
2020-09-10objtool: Group headers to check in a single listJulien Thierry-9/+14
2020-09-01objtool: Define 'struct orc_entry' only when neededJulien Thierry-0/+8
2020-09-01objtool: Skip ORC entry creation for non-text sectionsJulien Thierry-0/+3
2020-09-01objtool: Move ORC logic out of check()Julien Thierry-21/+32
2020-09-01objtool: Move object file loading out of check()Julien Thierry-35/+60
2020-09-01static_call: Handle tail-callsPeter Zijlstra-5/+13
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf-7/+141
2020-08-24objtool, kcsan: Add __tsan_read_write to uaccess whitelistMarco Elver-0/+5
2020-08-24objtool: Add atomic builtin TSAN instrumentation to uaccess whitelistMarco Elver-0/+50
2020-08-03Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-244/+375
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+108