summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-111-0/+15
* objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf2020-11-051-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-09-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
* x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-02-241-1/+1
* x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-12-311-6/+12
* x86/insn: Fix awk regexp warningsAlexander Kapshuk2019-12-011-2/+2
* objtool: Clobber user CFLAGS variableJosh Poimboeuf2019-10-011-1/+1
* objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf2019-08-061-1/+1
* objtool: Support per-function rodata sectionsAllan Xavier2019-06-254-9/+37
* objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf2019-06-151-3/+5
* objtool: Allow AR to be overridden with HOSTARNathan Chancellor2019-05-251-1/+2
* objtool: Fix function fallthrough detectionJosh Poimboeuf2019-05-221-1/+2
* objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-05-101-0/+1
* objtool: Query pkg-config for libelf locationRolf Eike Beer2019-04-031-2/+5
* objtool: Move objtool_file struct off the stackJosh Poimboeuf2019-03-271-1/+2
* objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov2018-12-171-3/+14
* objtool: Fix double-free in .cold detection error pathArtem Savkov2018-12-171-1/+1
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-2/+2
|\
| * kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-181-1/+1
| * kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-135-2/+8
|\ \
| * | x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2018-06-215-2/+8
* | | objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on...Simon Ser2018-07-141-2/+4
| |/ |/|
* | objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf2018-07-021-13/+28
* | objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf2018-06-201-0/+1
|/
* objtool: Fix GCC 8 cold subfunction detection for aliased functionsJosh Poimboeuf2018-06-061-0/+22
* objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf2018-05-191-25/+12
* objtool: Detect RIP-relative switch table referencesJosh Poimboeuf2018-05-151-15/+18
* objtool: Support GCC 8 switch tablesJosh Poimboeuf2018-05-141-2/+22
* objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf2018-05-143-44/+93
* objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf2018-05-141-3/+7
* objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar2018-05-141-0/+18
* objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott2018-04-171-2/+2
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-04-111-1/+1
* objtool: Add Clang supportJosh Poimboeuf2018-03-271-0/+11
* objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7
* objtool: Fix another switch table detection issueJosh Poimboeuf2018-02-281-1/+5
* objtool: Add module specific retpoline rulesPeter Zijlstra2018-02-213-2/+12
* objtool: Add retpoline validationPeter Zijlstra2018-02-214-3/+89
* objtool: Use existing global variables for optionsPeter Zijlstra2018-02-215-10/+10
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-142-5/+49
|\
| * objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf2018-02-151-3/+9
| * objtool: Fix switch-table detectionPeter Zijlstra2018-02-092-2/+40
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-042-42/+52
|\|