summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-1313-172/+637
|\
| *-. Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2016-01-127-164/+146Star
| |\ \
| | | * cpupower: fix how "cpupower frequency-info" interprets latencyJacob Tanenbaum2015-12-031-2/+2
| | | * cpupower: rework the "cpupower frequency-info" commandJacob Tanenbaum2015-12-031-147/+88Star
| | | * cpupower: Do not analyse offlined cpusThomas Renninger2015-12-034-15/+31
| | | * cpupower: Provide STATIC variable in Makefile for debug buildsThomas Renninger2015-12-032-1/+26
| | | * cpupower: Fix precedence issueThomas Renninger2015-12-031-1/+1
| | |/
| * | Merge branch 'acpica'Rafael J. Wysocki2016-01-123-0/+18
| |\ \
| | * | ACPICA: getopt: Comment update, no functional changeBob Moore2016-01-011-0/+1
| | * | ACPICA: Core: Major update for code formatting, no functional changesBob Moore2016-01-013-0/+17
| * | | Merge branch 'acpi-debug'Rafael J. Wysocki2016-01-123-8/+473
| |\| |
| | * | tools/power/acpi: Add userspace AML interface supportLv Zheng2015-12-153-8/+473
* | | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-131-0/+90
|\ \ \ \
| * | | | ftracetest: Add instance create and delete testSteven Rostedt (Red Hat)2015-11-241-0/+90
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-133-1/+516
|\ \ \ \ \
| * | | | | soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2016-01-061-0/+47
| * | | | | soreuseport: BPF selection functional testCraig Gallek2016-01-053-1/+469
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-121-3/+24
|\ \ \ \ \
| * | | | | selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOKMickaël Salaün2016-01-101-3/+24
| |/ / / /
| | | | |
| \ \ \ \
*-. | | | | Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-01-121-1/+1
|\ \| | | |
| * | | | | Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-12-191-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | selftests/timers: fix write return value handlngAndrzej Hajda2015-12-111-1/+1
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-11213-1621/+7897
|\ \ \ \ \ \
| * | | | | | perf evlist: Add --trace-fields option to show trace fieldsNamhyung Kim2016-01-084-1/+37
| * | | | | | perf record: Store data mmaps for dwarf unwindJiri Olsa2016-01-081-1/+5
| * | | | | | perf libdw: Check for mmaps also in MAP__VARIABLE treeJiri Olsa2016-01-081-0/+10
| * | | | | | perf unwind: Check for mmaps also in MAP__VARIABLE treeJiri Olsa2016-01-081-0/+9
| * | | | | | perf unwind: Use find_map function in access_dso_memJiri Olsa2016-01-081-6/+5Star
| * | | | | | perf evlist: Remove perf_evlist__(enable|disable)_event functionsJiri Olsa2016-01-086-54/+8Star
| * | | | | | perf evlist: Make perf_evlist__open() open evsels with their cpus and threads...Adrian Hunter2016-01-081-1/+1
| * | | | | | perf report: Show random usage tip on the help lineNamhyung Kim2016-01-088-1/+58
| * | | | | | perf hists: Export a couple of hist functionsNamhyung Kim2016-01-082-7/+17
| * | | | | | perf diff: Use perf_hpp__register_sort_field interfaceJiri Olsa2016-01-081-1/+1
| * | | | | | perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa2016-01-082-12/+39
| * | | | | | perf tools: Remove list entry from struct sort_entryJiri Olsa2016-01-081-2/+0Star
| * | | | | | perf tools: Include all tools/lib directory for tags/cscope/TAGS targetsJiri Olsa2016-01-081-1/+1
| * | | | | | perf script: Align event name properlyJiri Olsa2016-01-081-2/+22
| * | | | | | perf tools: Add missing headers in perf's MANIFESTWang Nan2016-01-081-0/+2
| * | | | | | perf tools: Do not show trace command if it's not compiled inJiri Olsa2016-01-082-1/+16
| * | | | | | perf report: Change default to use event group viewNamhyung Kim2016-01-081-0/+1
| * | | | | | perf top: Decay periods in callchainsNamhyung Kim2016-01-083-0/+30
| * | | | | | tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo2016-01-084-1/+6
| * | | | | | tools lib: Sync tools/lib/find_bit.c with the kernelArnaldo Carvalho de Melo2016-01-082-54/+51Star
| * | | | | | tools lib: Move find_next_bit.c to tools/lib/Arnaldo Carvalho de Melo2016-01-084-6/+6
| * | | | | | perf tests: Give a bit more information on the CQM test failure pathArnaldo Carvalho de Melo2016-01-071-1/+1
| * | | | | | perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLEArnaldo Carvalho de Melo2016-01-071-1/+0Star
| * | | | | | perf python: Add missing files to binding link listArnaldo Carvalho de Melo2016-01-071-0/+2
| * | | | | | perf test: No need for setting attr.sample_freq on the RECORD testArnaldo Carvalho de Melo2016-01-071-1/+0Star
| * | | | | | perf test: Use "dummy" events in the PERF_RECORD_ testArnaldo Carvalho de Melo2016-01-071-1/+4
| * | | | | | perf evlist: Introduce perf_evlist__new_dummy constructorArnaldo Carvalho de Melo2016-01-072-0/+31