summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
...
| * | objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo2016-07-151-1/+1
| * | objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo2016-07-151-1/+1
| * | objtool: Avoid checking code drift on busybox's diffArnaldo Carvalho de Melo2016-07-141-1/+4
| * | objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READArnaldo Carvalho de Melo2016-07-131-0/+7
| * | tools lib subcmd: Use str_error_r()Arnaldo Carvalho de Melo2016-07-121-0/+5
| * | perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-121-0/+1
| |/
* / objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf2016-07-101-2/+6
|/
* objtool: Allow building with older libelfJan Beulich2016-05-172-0/+9
* objtool: Detect falling through to the next functionJosh Poimboeuf2016-04-162-23/+61
* objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf2016-04-151-12/+41
* objtool: Only print one warning per functionJosh Poimboeuf2016-03-091-23/+25
* objtool: Add several performance improvementsJosh Poimboeuf2016-03-093-14/+35
* objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf2016-03-091-45/+100
* objtool: Rename some variables and functionsJosh Poimboeuf2016-03-093-52/+54
* objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf2016-03-091-2/+0Star
* objtool: Add helper macros for traversing instructionsJosh Poimboeuf2016-03-091-73/+55Star
* objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf2016-03-091-1/+6
* objtool: Compile with debugging symbolsJosh Poimboeuf2016-03-091-1/+1
* objtool: Detect infinite recursionJosh Poimboeuf2016-03-091-12/+33
* objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf2016-03-091-4/+20
* objtool: Support CROSS_COMPILEJosh Poimboeuf2016-03-031-7/+10
* x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-2922-0/+5165