summaryrefslogtreecommitdiff
path: root/tools/objtool
Commit message (Expand)AuthorAge
...
* objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf2017-08-21
* objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2017-08-11
* objtool: Fix validate_branch() return codesJosh Poimboeuf2017-08-11
* objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf2017-07-28
* objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-07-28
* objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf2017-07-28
* objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-28
* objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-25
* objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-18
* objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-18
* objtool: Fix sibling call detection logicJosh Poimboeuf2017-07-08
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-03
|\
| * x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter2017-06-27
* | objtool: Silence warnings for functions which use IRETJosh Poimboeuf2017-06-30
* | objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-30
* | objtool: Move checking code to check.cJosh Poimboeuf2017-06-30
|/
* objtool: Add fortify_panic as __noreturn functionKees Cook2017-06-16
* objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo2017-04-19
* objtool: Fix another GCC jump table detection issueJosh Poimboeuf2017-03-07
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-01
* objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-24
* objtool: Fix IRET's opcodeJiri Slaby2017-01-19
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-17
|\
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-11
* | objtool: Fix bytes check of lea's rex_prefixJiri Slaby2016-12-06
* | objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf2016-10-27
* | objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf2016-10-16
* | objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf2016-10-16
* | objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf2016-10-11
|/
* objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf2016-09-23
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-30
|\
| * objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf2016-07-29
| * objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf2016-07-29
| * objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf2016-07-29
| * objtool: Add 'fixdep' to objtool/.gitignorePaul Gortmaker2016-07-27
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-28
|\ \ | |/ |/|
| * x86/insn: remove pcommitDan Williams2016-07-23
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-26
|\ \
| * | tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf2016-07-22
| * | objtool: Always use host headersArnaldo Carvalho de Melo2016-07-22
| * | objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo2016-07-22
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-25
|\ \ \ | |/ /
| * | objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo2016-07-15
| * | objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo2016-07-15
| * | objtool: Avoid checking code drift on busybox's diffArnaldo Carvalho de Melo2016-07-13
| * | objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READArnaldo Carvalho de Melo2016-07-13
| * | tools lib subcmd: Use str_error_r()Arnaldo Carvalho de Melo2016-07-12
| * | perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-12
| |/
* | objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf2016-07-10
|/
* objtool: Allow building with older libelfJan Beulich2016-05-17