summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* iio: iio_generic_buffer: Add --trigger-num optionCrestez Dan Leonard2016-05-291-5/+29
* iio: iio_generic_buffer: Add --device-num optionCrestez Dan Leonard2016-05-291-18/+51
* iio: iio_generic_buffer: Cleanup when receiving signalsCrestez Dan Leonard2016-05-291-64/+108
* tools: iio: Rename generic_buffer to iio_generic_bufferDaniel Baluta2016-05-292-5/+5
* tools: iio: Add ability to install/uninstallPeter Robinson2016-05-291-0/+15
* iio: tools: generic_buffer: auto-enable channelsLinus Walleij2016-04-192-4/+105
* Merge tag 'iio-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-04-042-1/+31
|\
| * iio: Add channel for UV indexPeter Meerwald-Stadler2016-04-031-0/+2
| * iio: Add modifier for UV lightPeter Meerwald-Stadler2016-04-031-0/+2
| * iio: tools: make generic_buffer look for "-trigger"Linus Walleij2016-04-031-1/+13
| * tools: iio: Update iio_event_monitor namesPeter Meerwald-Stadler2016-03-201-0/+14
| * Merge 4.5-rc6 into staging-nextGreg Kroah-Hartman2016-03-024-16/+98
| |\
* | \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-2479-557/+385Star
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-03-2479-557/+385Star
| |\ \ \
| | * | | 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/+12Star
| | * | | 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/+31Star
| | * | | perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo2016-03-234-46/+0Star
| | * | | perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo2016-03-234-5/+3Star
| | * | | 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/+1Star
| | * | | perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-2320-217/+197Star
| | * | | perf tools: Simplify die() mechanismArnaldo Carvalho de Melo2016-03-232-8/+1Star
| | * | | perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo2016-03-231-7/+0Star
| | * | | perf script: Remove lots of unused argumentsArnaldo Carvalho de Melo2016-03-231-23/+14Star
| | * | | perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo2016-03-234-11/+7Star
| | * | | perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-2313-52/+17Star
| | * | | perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-2316-45/+35Star
| | * | | 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/+22Star
| | * | | 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/+0Star
* | | | | 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-2129-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/+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