summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)Author
2017-11-14tools/headers: Sync objtool UAPI headerIngo Molnar
2017-11-08objtool: Fix cross-buildJosh Poimboeuf
2017-11-07objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf
2017-11-07Merge branch 'linus' into core/objtool, to pick up dependent fixesIngo Molnar
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal
2017-10-18objtool: Print top level commands on incorrect usageKamalesh Babulal
2017-09-28objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf
2017-09-15objtool: Fix object file corruptionJosh Poimboeuf
2017-09-15objtool: Do not retrieve data from empty sectionsPetr Vandrovec
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger
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: Disable GCC '-Wpacked' warningsJosh Poimboeuf
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh 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-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook
2017-04-19objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf
2017-01-19objtool: Fix IRET's opcodeJiri Slaby
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf
2016-10-16objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf
2016-10-16objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf
2016-09-23objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf