aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner5-73/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner18-234/+18
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-05-17objtool: Allow AR to be overridden with HOSTARNathan Chancellor1-1/+2
2019-05-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+8
2019-05-15objtool: Fix whitelist documentation typoRaphael Gault1-1/+1
2019-05-13objtool: Fix function fallthrough detectionJosh Poimboeuf1-1/+2
2019-05-13objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf1-3/+5
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-05-07docs: livepatch: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-102/+382
2019-04-05objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf1-0/+1
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra4-2/+37
2019-04-03objtool: Add UACCESS validationPeter Zijlstra9-21/+223
2019-04-03objtool: Fix sibling call detectionPeter Zijlstra1-31/+55
2019-04-03objtool: Rewrite alt->skip_origPeter Zijlstra1-6/+10
2019-04-03objtool: Add --backtrace supportPeter Zijlstra4-6/+25
2019-04-03objtool: Rewrite add_ignores()Peter Zijlstra2-32/+20
2019-04-03objtool: Handle function aliasesPeter Zijlstra2-5/+12
2019-04-03objtool: Set insn->func for alternativesPeter Zijlstra1-0/+1
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra1-4/+4
2019-03-28objtool: Query pkg-config for libelf locationRolf Eike Beer1-2/+5
2019-03-21objtool: Move objtool_file struct off the stackJosh Poimboeuf1-1/+2
2018-11-20objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov1-3/+14
2018-11-20objtool: Fix double-free in .cold detection error pathArtem Savkov1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar1-1/+1
2018-11-01objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf1-1/+1
2018-10-29Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x86/urgent, to pick up simple topic branchesIngo Molnar4-9/+37
2018-09-27x86/jump_table: Use relative referencesArd Biesheuvel1-2/+2
2018-09-08objtool: Support per-function rodata sectionsAllan Xavier4-9/+37
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-2/+8
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott1-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott1-1/+1
2018-07-14objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on ClangSimon Ser1-2/+4
2018-07-02objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf1-13/+28
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf5-2/+8
2018-06-20objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf1-0/+1
2018-06-06objtool: Fix GCC 8 cold subfunction detection for aliased functionsJosh Poimboeuf1-0/+22
2018-05-19objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf1-25/+12
2018-05-15objtool: Detect RIP-relative switch table referencesJosh Poimboeuf1-15/+18
2018-05-14objtool: Support GCC 8 switch tablesJosh Poimboeuf1-2/+22
2018-05-14objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf3-44/+93
2018-05-14objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf1-3/+7
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/arch/x86/include/asm/insn.hIngo Molnar1-0/+18
2018-04-17objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott1-2/+2
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes1-1/+1
2018-03-27objtool: Add Clang supportJosh Poimboeuf1-0/+11
2018-03-07objtool: Fix 32-bit buildJosh Poimboeuf1-20/+7
2018-02-28objtool: Fix another switch table detection issueJosh Poimboeuf1-1/+5