summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-30objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf
2018-01-30objtool: Improve retpoline alternative handlingJosh Poimboeuf
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook
2018-01-12objtool: Allow alternatives to be ignoredJosh Poimboeuf
2018-01-12objtool: Detect jumps to retpoline thunksJosh Poimboeuf
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal
2017-09-28objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf
2017-07-08objtool: Fix sibling call detection logicJosh Poimboeuf
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf