summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-2479-557/+385
|\
| * Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-03-2479-557/+385
| |\
| | * perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo2016-03-231-3/+4
| | * perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo2016-03-234-44/+12
| | * perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo2016-03-232-7/+9
| | * perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo2016-03-233-10/+10
| | * perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo2016-03-231-38/+31
| | * perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo2016-03-234-46/+0
| | * perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo2016-03-234-5/+3
| | * tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo2016-03-231-0/+12
| | * tools lib traceevent: Remove redundant CPU outputSteven Rostedt2016-03-231-3/+1
| | * perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-2320-217/+197
| | * perf tools: Simplify die() mechanismArnaldo Carvalho de Melo2016-03-232-8/+1
| | * perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo2016-03-231-7/+0
| | * perf script: Remove lots of unused argumentsArnaldo Carvalho de Melo2016-03-231-23/+14
| | * perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo2016-03-234-11/+7
| | * perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-2313-52/+17
| | * perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-2316-45/+35
| | * perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo2016-03-231-2/+2
| | * perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-2315-26/+22
| | * perf list: Fix documentation of :pppAndi Kleen2016-03-221-2/+4
| | * perf bench numa: Fix assertion for nodes bitfieldJakub Jelen2016-03-211-1/+1
| | * perf symbols: Record text offset in dso to calculate objdump addressWang Nan2016-03-182-6/+7
| | * tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo2016-03-186-5/+5
| | * perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu2016-03-111-5/+0
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-242-1/+136
|\| |
| * | selftests/x86: Add an iopl testAndy Lutomirski2016-03-172-1/+136
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-2029-14/+5439
|\ \ \
| * | | objtool: Only print one warning per functionJosh Poimboeuf2016-03-091-23/+25
| * | | objtool: Add several performance improvementsJosh Poimboeuf2016-03-093-14/+35
| * | | tools: Copy hashtable.h into tools directoryJosh Poimboeuf2016-03-094-3/+155
| * | | 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/+0
| * | | objtool: Add helper macros for traversing instructionsJosh Poimboeuf2016-03-091-73/+55
| * | | 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-032-9/+14
| * | | x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-032-6/+6
| * | | objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-2923-6/+5173
| * | | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-254-36/+452
| |\ \ \
* | \ \ \ Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-201-0/+17
|\ \ \ \ \
| * | | | | virtio_ring: Support DMA APIsAndy Lutomirski2016-03-021-0/+17
* | | | | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1913-3/+1229
|\ \ \ \ \ \
| * | | | | | selftests/powerpc: Test FPU and VMX regs in signal ucontextCyril Bur2016-03-024-1/+296
| * | | | | | selftests/powerpc: Test preservation of FPU and VMX regs across preemptionCyril Bur2016-03-026-3/+310
| * | | | | | selftests/powerpc: Test the preservation of FPU and VMX regs across syscallCyril Bur2016-03-028-1/+625
| * | | | | | selftests/powerpc: Remove -flto from common CFLAGSSuraj Jitindar Singh2016-03-021-1/+1