summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-175-5/+5
|\
| * cpupowerutils: bench: fix "average"Colin Ian King2016-04-282-3/+3
| * tools/perf: Fix misspellings in comments.Adam Buchbinder2016-04-185-5/+5
* | Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-167-43/+51
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki2016-05-161-2/+2
| |\ \ \ \
| | | | * | tools/power/acpi: close file only if it is openLv Zheng2016-04-091-2/+2
| | | |/ /
| * | | | Merge back new ACPICA material for v4.7.Rafael J. Wysocki2016-05-066-41/+49
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ACPICA: Move all ASCII utilities to a common fileBob Moore2016-05-052-1/+8
| | * | | ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng2016-05-053-37/+36
| | * | | ACPICA: Utilities: Update for strtoul64 mergerBob Moore2016-04-052-2/+4
| | * | | ACPICA: Add support for QNX 6.6 platformWill Miles2016-04-051-1/+1
| | |/ /
* | | | Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-05-1625-944/+1265
|\ \ \ \
| * | | | cpupower: fix potential memory leakArjun Sreedharan2016-05-051-3/+5
| * | | | cpupower: Add cpuidle parts into libraryThomas Renninger2016-04-2817-931/+1242
| * | | | cpupowerutils: bench: trivial fix of spelling mistake on "average"Colin Ian King2016-04-282-3/+3
| * | | | Fix cpupower manpages "NAME" sectionMattia Dongili2016-04-284-4/+4
| * | | | cpupower: bench: parse.c: fix several resource leaksColin Ian King2016-04-281-3/+11
| * | | | Honour user's LDFLAGSMattia Dongili2016-04-281-1/+1
| |/ / /
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-2/+8
|\ \ \ \
| * | | | tools/lguest: Force disable tboot and APMLuis R. Rodriguez2016-04-221-0/+6
| * | | | tools/lguest: Make lguest launcher use X86_SUBARCH_LGUEST explicitlyLuis R. Rodriguez2016-04-221-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-163-0/+649
|\ \ \ \
| * \ \ \ Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-056-36/+312
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | selftests/x86/ldt_gdt: Test set_thread_area() deletion of an active segmentAndy Lutomirski2016-04-291-0/+250
| * | | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-1912-48/+163
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | selftests/x86: Test the FSBASE/GSBASE API and context switchingAndy Lutomirski2016-04-132-0/+399
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-16176-2014/+5883
|\ \ \ \ \
| * | | | | perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu2016-05-111-26/+4
| * | | | | perf symbols: Use lsdir() for the search in kcore cache directoryMasami Hiramatsu2016-05-111-12/+14
| * | | | | perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu2016-05-116-7/+7
| * | | | | perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu2016-05-111-1/+1
| * | | | | perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2016-05-112-52/+53
| * | | | | perf trace: Move flock op beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2016-05-112-31/+32
| * | | | | perf build: Add build-test for debug-frame on arm/arm64He Kuang2016-05-114-1/+42
| * | | | | perf build: Add build-test for libunwind cross-platforms supportHe Kuang2016-05-116-0/+127
| * | | | | perf script: Fix export of callchains with recursion in db-exportChris Phlipot2016-05-111-0/+4
| * | | | | perf script: Fix callchain addresses in db-exportChris Phlipot2016-05-111-4/+1
| * | | | | perf script: Fix symbol insertion behavior in db-exportChris Phlipot2016-05-111-2/+1
| * | | | | perf symbols: Add dso__insert_symbol functionChris Phlipot2016-05-112-0/+15
| * | | | | perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo2016-05-111-2/+5
| * | | | | Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-1127-245/+510
| |\ \ \ \ \
| | * | | | | perf tools: Remove xrealloc and ALLOC_GROWMasami Hiramatsu2016-05-104-55/+0
| | * | | | | perf help: Do not use ALLOC_GROW in add_cmd_listMasami Hiramatsu2016-05-101-8/+22
| | * | | | | perf pmu: Make pmu_formats_string to check return value of strbufMasami Hiramatsu2016-05-101-5/+5
| | * | | | | perf header: Make topology checkers to check return value of strbufMasami Hiramatsu2016-05-101-11/+20
| | * | | | | perf tools: Make alias handler to check return value of strbufMasami Hiramatsu2016-05-103-20/+26
| | * | | | | perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu2016-05-101-8/+10
| | * | | | | perf probe: Check the return value of strbuf APIsMasami Hiramatsu2016-05-103-97/+128
| | * | | | | perf tools: Rewrite strbuf not to die()Masami Hiramatsu2016-05-102-36/+82
| | * | | | | perf symbols: Fix handling of zero-length symbols.Chris Phlipot2016-05-091-1/+1
OpenPOWER on IntegriCloud