summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra2022-05-251-0/+1
* x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2022-05-151-1/+2
* objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf2021-03-041-2/+2
* objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf2021-03-041-2/+6
* objtool: Don't fail on missing symbol tableJosh Poimboeuf2021-02-071-2/+5
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2021-01-301-9/+0
* objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf2020-11-011-7/+26
* objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-10-011-1/+1
* kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada2020-08-261-0/+6
* objtool: Ignore empty alternativesJulien Thierry2020-06-221-0/+6
* objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf2020-05-141-1/+1
* objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf2020-05-021-17/+27
* objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf2020-05-021-2/+15
* objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf2020-04-231-4/+1
* objtool: Fix ARCH=x86_64 build errorShile Zhang2020-02-241-5/+1
* objtool: Silence build outputOlof Johansson2020-02-111-2/+0
* ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra2019-12-311-0/+1
* KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson2019-09-251-1/+0
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-1612-2716/+39
|\
| * objtool: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo2019-08-311-4/+5
| * objtool: Update sync-check.sh from perf's check-headers.shArnaldo Carvalho de Melo2019-08-311-5/+26
| * objtool: Move x86 insn decoder to a common locationJosh Poimboeuf2019-08-3112-2711/+12
* | objtool: Clobber user CFLAGS variableJosh Poimboeuf2019-09-101-1/+1
|/
* objtool: Improve UACCESS coveragePeter Zijlstra2019-07-252-4/+6
* objtool: Support conditional retpolinesJosh Poimboeuf2019-07-182-2/+11
* objtool: Convert insn type to enumJosh Poimboeuf2019-07-184-26/+20
* objtool: Fix seg fault on bad switch table entryJosh Poimboeuf2019-07-181-1/+1
* objtool: Support repeated uses of the same C jump tableJann Horn2019-07-183-25/+30
* objtool: Refactor jump table codeJosh Poimboeuf2019-07-183-40/+46
* objtool: Refactor sibling call detection logicJosh Poimboeuf2019-07-181-32/+33
* objtool: Do frame pointer check before dead end checkJosh Poimboeuf2019-07-181-9/+9
* objtool: Change dead_end_function() to return booleanJosh Poimboeuf2019-07-181-22/+14
* objtool: Warn on zero-length functionsJosh Poimboeuf2019-07-181-0/+6
* objtool: Refactor function alias logicJosh Poimboeuf2019-07-182-8/+10
* objtool: Track original function across branchesJosh Poimboeuf2019-07-181-16/+12
* objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf2019-07-181-0/+1
* Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-7/+20
|\
| * objtool: Add support for C jump tablesJosh Poimboeuf2019-07-091-7/+20
* | objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney2019-07-183-3/+3
* | objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney2019-07-181-1/+1
* | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-2/+2
|\ \
| * | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1423-307/+23
| |\|
| * | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-2/+2
* | | objtool: Fix build by linking against tools/lib/ctype.o sourcesJiri Olsa2019-07-021-0/+5
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-73/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2118-234/+18
|/
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+2
|\
| * objtool: Allow AR to be overridden with HOSTARNathan Chancellor2019-05-171-1/+2
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-162-5/+8
|\ \
| * | objtool: Fix whitelist documentation typoRaphael Gault2019-05-151-1/+1