summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| |/