aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 18-234/+18
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2
2019-05-17objtool: Allow AR to be overridden with HOSTARGravatar Nathan Chancellor 1-1/+2
2019-05-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+8
2019-05-15objtool: Fix whitelist documentation typoGravatar Raphael Gault 1-1/+1
2019-05-13objtool: Fix function fallthrough detectionGravatar Josh Poimboeuf 1-1/+2
2019-05-13objtool: Don't use ignore flag for fake jumpsGravatar Josh Poimboeuf 1-3/+5
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-05-07docs: livepatch: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 11-102/+382
2019-04-05objtool: Add rewind_stack_do_exit() to the noreturn listGravatar Josh Poimboeuf 1-0/+1
2019-04-03objtool: Add Direction Flag validationGravatar Peter Zijlstra 4-2/+37
2019-04-03objtool: Add UACCESS validationGravatar Peter Zijlstra 9-21/+223
2019-04-03objtool: Fix sibling call detectionGravatar Peter Zijlstra 1-31/+55
2019-04-03objtool: Rewrite alt->skip_origGravatar Peter Zijlstra 1-6/+10
2019-04-03objtool: Add --backtrace supportGravatar Peter Zijlstra 4-6/+25
2019-04-03objtool: Rewrite add_ignores()Gravatar Peter Zijlstra 2-32/+20
2019-04-03objtool: Handle function aliasesGravatar Peter Zijlstra 2-5/+12
2019-04-03objtool: Set insn->func for alternativesGravatar Peter Zijlstra 1-0/+1
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEGravatar Peter Zijlstra 1-4/+4
2019-03-28objtool: Query pkg-config for libelf locationGravatar Rolf Eike Beer 1-2/+5
2019-03-21objtool: Move objtool_file struct off the stackGravatar Josh Poimboeuf 1-1/+2
2018-11-20objtool: Fix segfault in .cold detection with -ffunction-sectionsGravatar Artem Savkov 1-3/+14
2018-11-20objtool: Fix double-free in .cold detection error pathGravatar Artem Savkov 1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixGravatar Ingo Molnar 1-1/+1
2018-11-01objtool: Support GCC 9 cold subfunction naming schemeGravatar Josh Poimboeuf 1-1/+1
2018-10-29Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Gravatar Ingo Molnar 4-9/+37
2018-09-27x86/jump_table: Use relative referencesGravatar Ard Biesheuvel 1-2/+2
2018-09-08objtool: Support per-function rodata sectionsGravatar Allan Xavier 4-9/+37
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-2/+8
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSGravatar Laura Abbott 1-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSGravatar Laura Abbott 1-1/+1
2018-07-14objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on...Gravatar Simon Ser 1-2/+4
2018-07-02objtool: Support GCC 8 '-fnoreorder-functions'Gravatar Josh Poimboeuf 1-13/+28
2018-06-21x86/unwind/orc: Detect the end of the stackGravatar Josh Poimboeuf 5-2/+8
2018-06-20objtool: Add machine_real_restart() to the noreturn listGravatar Josh Poimboeuf 1-0/+1
2018-06-06objtool: Fix GCC 8 cold subfunction detection for aliased functionsGravatar Josh Poimboeuf 1-0/+22
2018-05-19objtool: Detect RIP-relative switch table references, part 2Gravatar Josh Poimboeuf 1-25/+12
2018-05-15objtool: Detect RIP-relative switch table referencesGravatar Josh Poimboeuf 1-15/+18
2018-05-14objtool: Support GCC 8 switch tablesGravatar Josh Poimboeuf 1-2/+22
2018-05-14objtool: Support GCC 8's cold subfunctionsGravatar Josh Poimboeuf 3-44/+93
2018-05-14objtool: Fix "noreturn" detection for recursive sibling callsGravatar Josh Poimboeuf 1-3/+7
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Gravatar Ingo Molnar 1-0/+18
2018-04-17objtool: Support HOSTCFLAGS and HOSTLDFLAGSGravatar Laura Abbott 1-2/+2
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeGravatar Rasmus Villemoes 1-1/+1
2018-03-27objtool: Add Clang supportGravatar Josh Poimboeuf 1-0/+11
2018-03-07objtool: Fix 32-bit buildGravatar Josh Poimboeuf 1-20/+7
2018-02-28objtool: Fix another switch table detection issueGravatar Josh Poimboeuf 1-1/+5
2018-02-21objtool: Add module specific retpoline rulesGravatar Peter Zijlstra 3-2/+12