summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/testing/selftests/sysctl: validate sysctl_writes_strictKees Cook2014-06-065-0/+216
* tools/vm/page-types.c: catch sigbus if raced with truncateKonstantin Khlebnikov2014-06-041-3/+32
* Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-0428-751/+3738
|\
| *-. Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki2014-06-0316-175/+456
| |\ \
| | | * cpupower: Remove mc and smt power aware scheduler info/settingsThomas Renninger2014-05-174-106/+5
| | | * cpupower: cpupower info -b should return 0 on success, not the perf bias valueThomas Renninger2014-05-171-3/+4
| | | * cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not ava...Thomas Renninger2014-05-171-0/+14
| | | * cpupower: Install recently added cpupower-idle-{set, info} manpagesThomas Renninger2014-05-171-0/+2
| | | * cpupower: Introduce idle state disable-by-latency and enable-allThomas Renninger2014-05-172-8/+77
| | | * cpupower: Remove all manpages on make uninstallRamkumar Ramachandra2014-05-171-2/+6
| | | * cpupower: Remove dead link to homepage, and update the targets built.Ramkumar Ramachandra2014-05-172-10/+7
| | | * cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.Ramkumar Ramachandra2014-05-171-6/+6
| | | * PM / tools: cpupower: add option to display values without round offsPrarit Bhargava2014-05-072-40/+73
| | | * tools / power: turbostat: Drop temperature checksJean Delvare2014-05-071-2/+2
| | * | ACPI / tools: Introduce ec_access.c - tool to access the ECThomas Renninger2014-04-283-0/+262
| * | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-06-032-2/+2
| |\ \ \
| | * \ \ Merge back earlier cpufreq material.Rafael J. Wysocki2014-06-032-2/+2
| | |\ \ \
| | | * \ \ Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-05-082-2/+2
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | cpufreq: Make linux-pm@vger.kernel.org official mailing listViresh Kumar2014-05-012-2/+2
| | | | |/
| * | | | Merge branch 'acpica'Rafael J. Wysocki2014-06-0312-574/+3280
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ACPICA: acpidump: Fix repetitive table dump in -n mode.Lv Zheng2014-05-291-0/+4
| | * | | ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.Lv Zheng2014-05-071-0/+12
| | * | | ACPICA: acpidump: Add support to force using RSDT.Lv Zheng2014-05-073-18/+50
| | * | | ACPICA: acpidump: Fix truncated RSDP signature validation.Lv Zheng2014-05-071-10/+31
| | * | | ACPICA: acpidump: Fix code issue in invoking fread in the loop.Lv Zheng2014-05-071-11/+6
| | * | | Merge back earlier ACPICA material.Rafael J. Wysocki2014-05-0712-574/+3216
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge back earlier ACPICA material.Rafael J. Wysocki2014-04-2812-574/+3216
| | | |\ \
| | | | * | ACPICA: acpidump: Update man page.Lv Zheng2014-04-201-12/+73
| | | | * | ACPICA: acpidump: Remove old acpidump source.Lv Zheng2014-04-201-559/+0
| | | | * | ACPICA: acpidump: Update Makefile to build acpidump from ACPICA.Lv Zheng2014-04-201-3/+23
| | | | * | ACPICA: acpidump: Update new structures and add missing file.Lv Zheng2014-04-201-0/+101
| | | | * | ACPICA: acpidump: Add support to generate acpidump release.Lv Zheng2014-04-208-0/+3019
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-03114-1438/+4123
|\ \ \ \ \ \
| * | | | | | perf tools: Add automatic remapping of Android librariesMichael Lentine2014-05-211-1/+94
| * | | | | | perf tools: Add cat as fallback pagerMichael Lentine2014-05-211-6/+6
| * | | | | | perf tests: Add a testcase for histogram output sortingNamhyung Kim2014-05-217-2/+628
| * | | | | | perf tests: Factor out print_hists_*()Namhyung Kim2014-05-214-60/+66
| * | | | | | perf tools: Introduce reset_output_field()Namhyung Kim2014-05-214-0/+36
| * | | | | | perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim2014-05-213-50/+43
| * | | | | | perf hists: Reset width of output fields with header lengthNamhyung Kim2014-05-213-18/+16
| * | | | | | perf tools: Skip elided sort entriesNamhyung Kim2014-05-216-0/+42
| * | | | | | perf top: Add --fields option to specify output fieldsNamhyung Kim2014-05-212-6/+18
| * | | | | | perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim2014-05-211-4/+1
| * | | | | | perf tools: Add ->sort() member to struct sort_entryNamhyung Kim2014-05-212-5/+23
| * | | | | | perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-216-17/+282
| * | | | | | perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim2014-05-215-9/+5
| * | | | | | perf tools: Consolidate management of default sort ordersNamhyung Kim2014-05-215-24/+31
| * | | | | | perf tools: Allow hpp fields to be sort keysNamhyung Kim2014-05-218-13/+67
| * | | | | | perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-214-62/+34
| * | | | | | perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-216-83/+63