aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-21objtool: Add retpoline validationGravatar Peter Zijlstra 4-3/+89
2018-02-21objtool: Use existing global variables for optionsGravatar Peter Zijlstra 5-10/+10
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+49
2018-02-15objtool: Fix segfault in ignore_unreachable_insn()Gravatar Josh Poimboeuf 1-3/+9
2018-02-09objtool: Fix switch-table detectionGravatar Peter Zijlstra 2-2/+40
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-42/+52
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-01-30objtool: Warn on stripped section symbolGravatar Josh Poimboeuf 1-0/+5
2018-01-30objtool: Add support for alternatives at the end of a sectionGravatar Josh Poimboeuf 1-22/+31
2018-01-30objtool: Improve retpoline alternative handlingGravatar Josh Poimboeuf 1-20/+16
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+3
2018-01-16objtool: Improve error message for bad file argumentGravatar Josh Poimboeuf 1-1/+3
2018-01-15usercopy: Enhance and rename report_usercopy()Gravatar Kees Cook 1-0/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-7/+64
2018-01-13tools/objtool/Makefile: don't assume sync-check.sh is executableGravatar Andrew Morton 1-1/+1
2018-01-12objtool: Allow alternatives to be ignoredGravatar Josh Poimboeuf 2-7/+57
2018-01-12objtool: Detect jumps to retpoline thunksGravatar Josh Poimboeuf 1-0/+7
2017-12-30objtool: Fix seg fault with clang-compiled objectsGravatar Simon Ser 1-0/+2
2017-12-30objtool: Fix seg fault caused by missing parameterGravatar Simon Ser 1-1/+3
2017-12-28objtool: Fix Clang enum conversion warningGravatar Lukas Bulwahn 1-1/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmGravatar Ingo Molnar 2-6/+7
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+12
2017-12-15objtool: Resync objtool's instruction decoder source code copy with the kerne...Gravatar Ingo Molnar 1-0/+10
2017-12-15x86/decoder: Fix and update the opcodes mapGravatar Randy Dunlap 1-3/+12
2017-12-06objtool: Fix 64-bit build on 32-bit hostGravatar Mikulas Patocka 2-6/+9
2017-11-14tools/headers: Sync objtool UAPI headerGravatar Ingo Molnar 1-0/+10
2017-11-08objtool: Fix cross-buildGravatar Josh Poimboeuf 1-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsGravatar Ingo Molnar 2-0/+2
2017-11-07objtool: Move kernel headers/code sync check to a scriptGravatar Josh Poimboeuf 2-15/+30