summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn
2020-09-21objtool: Ignore unreachable trap after call to noreturn functionsIlie Halip
2020-09-21objtool: Handle calling non-function symbols in other sectionsJulien Thierry
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf
2020-09-18objtool: Ignore unreachable fake jumpsJulien Thierry
2020-09-18objtool: Remove useless tests before save_reg()Julien Thierry
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry
2020-09-01objtool: Move ORC logic out of check()Julien Thierry
2020-09-01objtool: Move object file loading out of check()Julien Thierry
2020-09-01static_call: Handle tail-callsPeter Zijlstra
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf
2020-08-24objtool, kcsan: Add __tsan_read_write to uaccess whitelistMarco Elver
2020-08-24objtool: Add atomic builtin TSAN instrumentation to uaccess whitelistMarco Elver
2020-08-03Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-06-25objtool: Don't consider vmlinux a C-filePeter Zijlstra
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra
2020-06-17Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Peter Zijlstra
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-01objtool: Rename rela to relocMatt Helsley
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley
2020-05-20objtool: Add check_kcov_mode() to the uaccess safelistJosh Poimboeuf
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar
2020-05-15objtool: optimize add_dead_ends for split sectionsSami Tolvanen
2020-05-15objtool: Allow no-op CFI ops in alternativesPeter Zijlstra
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-05-07objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf
2020-05-06objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()Marco Elver
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra