summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
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 x8...Ingo 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/mas...Linus Torvalds1-2/+2
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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...Simon 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/...Ingo 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
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra3-2/+12
2018-02-21objtool: Add retpoline validationPeter Zijlstra4-3/+89
2018-02-21objtool: Use existing global variables for optionsPeter Zijlstra5-10/+10
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+49
2018-02-15objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf1-3/+9
2018-02-09objtool: Fix switch-table detectionPeter Zijlstra2-2/+40
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-42/+52
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-01-30objtool: Warn on stripped section symbolJosh Poimboeuf1-0/+5
2018-01-30objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf1-22/+31
2018-01-30objtool: Improve retpoline alternative handlingJosh Poimboeuf1-20/+16
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2018-01-16objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook1-0/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+64
2018-01-13tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton1-1/+1
2018-01-12objtool: Allow alternatives to be ignoredJosh Poimboeuf2-7/+57
2018-01-12objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7
2017-12-30objtool: Fix seg fault with clang-compiled objectsSimon Ser1-0/+2
2017-12-30objtool: Fix seg fault caused by missing parameterSimon Ser1-1/+3
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn1-1/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2-6/+7
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+12