summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* objtool: Clobber user CFLAGS variableJosh Poimboeuf2019-10-011-1/+1
* 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
| * | objtool: Fix function fallthrough detectionJosh Poimboeuf2019-05-131-1/+2
| * | objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf2019-05-131-3/+5
| |/
* | Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds2019-05-081-1/+1
|\ \ | |/ |/|
| * docs: livepatch: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-05-071-1/+1
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-0611-102/+382
|\ \
| * | objtool: Add Direction Flag validationPeter Zijlstra2019-04-034-2/+37
| * | objtool: Add UACCESS validationPeter Zijlstra2019-04-039-21/+223
| * | objtool: Fix sibling call detectionPeter Zijlstra2019-04-031-31/+55
| * | objtool: Rewrite alt->skip_origPeter Zijlstra2019-04-031-6/+10
| * | objtool: Add --backtrace supportPeter Zijlstra2019-04-034-6/+25
| * | objtool: Rewrite add_ignores()Peter Zijlstra2019-04-032-32/+20
| * | objtool: Handle function aliasesPeter Zijlstra2019-04-032-5/+12
| * | objtool: Set insn->func for alternativesPeter Zijlstra2019-04-031-0/+1
| * | x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra2019-04-031-4/+4
* | | objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-04-051-0/+1
|/ /
* | objtool: Query pkg-config for libelf locationRolf Eike Beer2019-03-281-2/+5
* | objtool: Move objtool_file struct off the stackJosh Poimboeuf2019-03-211-1/+2
|/
* objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov2018-11-201-3/+14
* objtool: Fix double-free in .cold detection error pathArtem Savkov2018-11-201-1/+1
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-031-1/+1
|\
| * objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf2018-11-011-1/+1
| |
| \
*-. \ Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar2018-10-294-9/+37
|\ \ \ | |_|/ |/| |
| | * objtool: Support per-function rodata sectionsAllan Xavier2018-09-084-9/+37
| |/
* / x86/jump_table: Use relative referencesArd Biesheuvel2018-09-271-2/+2
|/
* 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