aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/tip/tipLinus 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/git/tip/tipLinus Torvalds2-42/+52
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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/git/tip/tipLinus 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/git/tip/tipLinus 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/kernel/git/tip/tipLinus Torvalds1-3/+12
2017-12-15objtool: Resync objtool's instruction decoder source code copy with the kernel's latest versionIngo Molnar1-0/+10
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap1-3/+12
2017-12-06objtool: Fix 64-bit build on 32-bit hostMikulas Patocka2-6/+9
2017-11-14tools/headers: Sync objtool UAPI headerIngo Molnar1-0/+10
2017-11-08objtool: Fix cross-buildJosh Poimboeuf1-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2-0/+2
2017-11-07objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2-15/+30
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf13-25/+27
2017-11-07Merge branch 'linus' into core/objtool, to pick up dependent fixesIngo Molnar3-2/+9
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kernel's latest versionJosh Poimboeuf1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar1-2/+7
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal1-2/+7
2017-10-18objtool: Print top level commands on incorrect usageKamalesh Babulal1-4/+2
2017-09-28objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf1-2/+5
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf1-3/+8
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-3/+3
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2-17/+32
2017-09-15objtool: Fix object file corruptionJosh Poimboeuf1-1/+6
2017-09-15objtool: Do not retrieve data from empty sectionsPetr Vandrovec1-12/+13
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger1-0/+1
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf4-90/+88
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf1-7/+7
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2-25/+31