summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)Author
2021-03-04objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf
2021-03-04objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf
2021-02-07objtool: Don't fail on missing symbol tableJosh Poimboeuf
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker
2020-11-01objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf
2020-08-26kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada
2020-06-22objtool: Ignore empty alternativesJulien Thierry
2020-05-14objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf
2020-05-02objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf
2020-05-02objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf
2020-04-23objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2020-02-24objtool: Fix ARCH=x86_64 build errorShile Zhang
2020-02-11objtool: Silence build outputOlof Johansson
2019-12-31ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-09-10objtool: Clobber user CFLAGS variableJosh Poimboeuf
2019-08-31objtool: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo
2019-08-31objtool: Update sync-check.sh from perf's check-headers.shArnaldo Carvalho de Melo
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf
2019-07-18objtool: Track original function across branchesJosh Poimboeuf
2019-07-18objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney
2019-07-18objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf
2019-07-02objtool: Fix build by linking against tools/lib/ctype.o sourcesJiri Olsa
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-17objtool: Allow AR to be overridden with HOSTARNathan Chancellor
2019-05-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-15objtool: Fix whitelist documentation typoRaphael Gault
2019-05-13objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-05-13objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf