summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-42/+52
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2018-01-30objtool: Warn on stripped section symbolJosh Poimboeuf-0/+5
2018-01-30objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf-22/+31
2018-01-30objtool: Improve retpoline alternative handlingJosh Poimboeuf-20/+16
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+3
2018-01-16objtool: Improve error message for bad file argumentJosh Poimboeuf-1/+3
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook-0/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+64
2018-01-13tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton-1/+1
2018-01-12objtool: Allow alternatives to be ignoredJosh Poimboeuf-7/+57
2018-01-12objtool: Detect jumps to retpoline thunksJosh Poimboeuf-0/+7
2017-12-30objtool: Fix seg fault with clang-compiled objectsSimon Ser-0/+2
2017-12-30objtool: Fix seg fault caused by missing parameterSimon Ser-1/+3
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn-1/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar-6/+7
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+12
2017-12-15objtool: Resync objtool's instruction decoder source code copy with the kerne...Ingo Molnar-0/+10
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap-3/+12
2017-12-06objtool: Fix 64-bit build on 32-bit hostMikulas Patocka-6/+9
2017-11-14tools/headers: Sync objtool UAPI headerIngo Molnar-0/+10
2017-11-08objtool: Fix cross-buildJosh Poimboeuf-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar-0/+2
2017-11-07objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf-15/+30
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf-25/+27
2017-11-07Merge branch 'linus' into core/objtool, to pick up dependent fixesIngo Molnar-2/+9
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar-2/+7
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal-2/+7
2017-10-18objtool: Print top level commands on incorrect usageKamalesh Babulal-4/+2
2017-09-28objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf-2/+5
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf-3/+8
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf-3/+3
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf-17/+32
2017-09-15objtool: Fix object file corruptionJosh Poimboeuf-1/+6
2017-09-15objtool: Do not retrieve data from empty sectionsPetr Vandrovec-12/+13
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger-0/+1
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf-90/+88
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf-7/+7
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf-25/+31
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf-3/+3
2017-07-28objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf-1/+2
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf-1/+25
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf-1/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf-9/+70
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf-35/+14
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf-13/+207
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf-60/+916
2017-07-08objtool: Fix sibling call detection logicJosh Poimboeuf-2/+11