summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-2010-10/+32
|\
| * Merge branch 'acpica'Rafael J. Wysocki2017-02-2010-10/+32
| |\
| | * ACPICA: Source tree: Update copyright notices to 2017Bob Moore2017-02-0910-10/+10
| | * ACPICA: Hardware: Add sleep register hooksLv Zheng2017-01-021-0/+22
* | | Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-02-201-0/+569
|\ \ \
| * \ \ Merge branch 'pm-tools'Rafael J. Wysocki2017-02-201-0/+569
| |\ \ \ | | |/ / | |/| |
| | * | tools/power/x86: Debug utility for intel_pstate driverDoug Smythies2017-02-161-0/+569
* | | | Merge tag 'leds_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds2017-02-202-2/+86
|\ \ \ \
| * | | | tools/leds: Add led_hw_brightness_mon programJacek Anaszewski2017-02-142-2/+86
| | |_|/ | |/| |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-201-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/mmThomas Gleixner2017-02-167-4/+41
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/mpx: Re-add MPX to selftests MakefileDave Hansen2017-02-021-1/+1
* | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-201-0/+1
|\ \ \ \ \
| * | | | | x86/cpufeature: Add AVX512_VPOPCNTDQ featurePiotr Luc2017-01-161-0/+1
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-202-1/+196
|\ \ \ \ \ \
| * | | | | | selftests/x86: Add a selftest for SYSRET to noncanonical addressesAndy Lutomirski2017-01-052-1/+196
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-204-0/+18
|\ \ \ \ \ \
| * | | | | | locking/ww_mutex: Add ww_mutex to tools/testing/selftestsChris Wilson2017-01-141-0/+10
| * | | | | | locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson2017-01-143-0/+8
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-20137-465/+4952
|\ \ \ \ \ \ \
| * | | | | | | perf tools: Add missing parse_events_error() prototypeArnaldo Carvalho de Melo2017-02-151-0/+2
| * | | | | | | perf pmu: Fix check for unset alias->unit arrayArnaldo Carvalho de Melo2017-02-151-2/+2
| * | | | | | | perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo2017-02-142-3/+3
| * | | | | | | perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo2017-02-141-1/+5
| * | | | | | | perf evsel: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-34/+28
| * | | | | | | perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo2017-02-141-1/+1
| * | | | | | | perf tools: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-9/+6
| * | | | | | | perf record: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-8/+9
| * | | | | | | perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo2017-02-141-11/+8
| * | | | | | | perf bench numa: Make sure dprintf() is not definedArnaldo Carvalho de Melo2017-02-141-0/+1
| * | | | | | | Revert "perf bench futex: Sanitize numeric parameters"Arnaldo Carvalho de Melo2017-02-146-20/+0
| * | | | | | | tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo2017-02-141-0/+4
| * | | | | | | tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo2017-02-143-2/+18
| * | | | | | | tools: Suppress request for warning options not existent in clangArnaldo Carvalho de Melo2017-02-141-1/+4
| * | | | | | | perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo2017-02-132-4/+4
| * | | | | | | perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo2017-02-131-1/+1
| * | | | | | | perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-135-6/+5
| * | | | | | | perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo2017-02-134-4/+6
| * | | | | | | tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo2017-02-131-1/+1
| * | | | | | | tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)2017-02-131-0/+1
| * | | | | | | perf scripting perl: Fix compile error with some perl5 versionsWang YanQing2017-02-131-1/+1
| * | | | | | | perf diff: Change default setting to "delta-abs"Namhyung Kim2017-02-132-5/+5
| * | | | | | | perf diff: Add diff.compute config optionNamhyung Kim2017-02-133-3/+23
| * | | | | | | perf diff: Add diff.order config optionNamhyung Kim2017-02-133-1/+26
| * | | | | | | perf diff: Add 'delta-abs' compute methodNamhyung Kim2017-02-132-3/+49
| * | | | | | | tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo2017-02-133-5/+20
| * | | | | | | perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo2017-02-092-0/+7
| * | | | | | | perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo2017-02-091-5/+3
| * | | | | | | perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo2017-02-091-3/+3
| * | | | | | | perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo2017-02-081-0/+1