summaryrefslogtreecommitdiff
path: root/tools/objtool
Commit message (Expand)AuthorAge
* 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
* objtool: Detect falling through to the next functionJosh Poimboeuf2016-04-16
* objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf2016-04-15
* objtool: Only print one warning per functionJosh Poimboeuf2016-03-09
* objtool: Add several performance improvementsJosh Poimboeuf2016-03-09
* objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf2016-03-09
* objtool: Rename some variables and functionsJosh Poimboeuf2016-03-09
* objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf2016-03-09
* objtool: Add helper macros for traversing instructionsJosh Poimboeuf2016-03-09
* objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf2016-03-09
* objtool: Compile with debugging symbolsJosh Poimboeuf2016-03-09
* objtool: Detect infinite recursionJosh Poimboeuf2016-03-09
* objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf2016-03-09
* objtool: Support CROSS_COMPILEJosh Poimboeuf2016-03-03
* x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-03
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-29