aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-07objtool: Move synced files to their original relative locationsGravatar Josh Poimboeuf 13-25/+27
2017-11-07Merge branch 'linus' into core/objtool, to pick up dependent fixesGravatar Ingo Molnar 3-2/+9
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Gravatar Josh Poimboeuf 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmGravatar Ingo Molnar 1-2/+7
2017-10-20objtool: Fix memory leak in decode_instructions()Gravatar Kamalesh Babulal 1-2/+7
2017-10-18objtool: Print top level commands on incorrect usageGravatar Kamalesh Babulal 1-4/+2
2017-09-28objtool: Don't report end of section error after an empty unwind hintGravatar Josh Poimboeuf 1-2/+5
2017-09-28objtool: Support unoptimized frame pointer setupGravatar Josh Poimboeuf 1-3/+8
2017-09-23x86/asm: Fix inline asm call constraints for ClangGravatar Josh Poimboeuf 1-3/+3
2017-09-23objtool: Handle another GCC stack pointer adjustment bugGravatar Josh Poimboeuf 2-17/+32
2017-09-15objtool: Fix object file corruptionGravatar Josh Poimboeuf 1-1/+6
2017-09-15objtool: Do not retrieve data from empty sectionsGravatar Petr Vandrovec 1-12/+13
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Gravatar Martin Kepplinger 1-0/+1
2017-08-30objtool: Handle GCC stack pointer adjustment bugGravatar Josh Poimboeuf 4-90/+88