summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2014-07-08ACPICA: OSL: Update acpidump to reduce source code differencesLv Zheng-7/+27
2014-07-08ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng-9/+11
2014-07-08ACPICA: acpidump: Replace file IOs with new APIs to improve portabilityLv Zheng-72/+69
2014-07-08ACPICA: acpidump: Remove exit() from generic layer to improve portabilityLv Zheng-18/+32
2014-07-08ACPICA: acpidump: Add memory/string OSL usage to improve portabilityLv Zheng-13/+14
2014-07-08ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng-9/+8
2014-07-08ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng-9/+14
2014-07-08ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...Lv Zheng-4/+4
2014-07-08ACPICA: Utilities: Add formatted printing APIsLv Zheng-0/+7
2014-07-08ACPICA: OSL: Add portable file IO to improve portabilityLv Zheng-0/+214
2014-07-08ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng-22/+1306
2014-07-08ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...Lv Zheng-1/+1
2014-07-08ACPICA: acpidump: Add support for ACPI 1.0 GUID in LinuxLv Zheng-7/+41
2014-07-07Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds-2/+26
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko-16/+5
2014-07-07perf tools: Allow to use cpuinfo on s390Alexander Yarygin-0/+30
2014-07-07perf kvm: Refactoring of cpu_isa_config()Alexander Yarygin-16/+23
2014-07-07perf kvm: Simplify exit reasons tables definitionsAlexander Yarygin-15/+12
2014-07-07perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flagAlexander Yarygin-3/+8
2014-07-07perf hists browser: Left justify column headersArnaldo Carvalho de Melo-1/+1
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa-2/+17
2014-07-07tools/liblockdep: Account for bitfield changes in lockdeps lock_acquireS. Lockwood-Childs-14/+14
2014-07-07tools/liblockdep: Remove debug print left over from developmentSasha Levin-2/+0
2014-07-07tools/liblockdep: Fix comparison of a boolean value with a value of 2zhangdianfang-1/+1
2014-07-07perf hists browser: Display columns header text on 'H' pressJiri Olsa-2/+45
2014-07-07perf hists browser: Add support for showing columns headerArnaldo Carvalho de Melo-2/+40
2014-07-07perf hists browser: Override ui_browser refresh_dimensions methodArnaldo Carvalho de Melo-5/+13
2014-07-07perf hists browser: Introduce gotorc methodArnaldo Carvalho de Melo-3/+8
2014-07-07perf ui browser: Allow overriding refresh_dimensions methodArnaldo Carvalho de Melo-2/+6
2014-07-07perf ui browser: Add ->rows to disambiguate from ->heightArnaldo Carvalho de Melo-24/+24
2014-07-05Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-21/+346
2014-07-03Merge tag 'usb-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2014-07-03tools/testing/selftests/ipc/msgque.c: improve error handling when not running...Shuah Khan-0/+5
2014-07-03tools: memory-hotplug fix unexpected operator errorShuah Khan-1/+1
2014-07-03tools: cpu-hotplug fix unexpected operator errorShuah Khan-1/+1
2014-07-01tmon: set umask to a reasonable valueNeil Horman-1/+1
2014-07-01tmon: Check log file for common secuirty issuesNeil Horman-0/+24
2014-06-30Merge tag 'fixes-for-v3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-25/+5
2014-07-01tools/thermal: tmon: fix compilation errors when building staticallyJavi Merino-1/+1
2014-06-30tools: ffs-test: fix header values endianessMichal Nazarewicz-2/+2
2014-06-30tools: ffs-aio-example: add license informationRobert Baldyga-0/+108
2014-06-30tools: ffs-aio-example: convert to new descriptor formatRobert Baldyga-8/+16
2014-06-30tools: ffs-aio-example: fix header values endianessRobert Baldyga-4/+4
2014-06-27Revert "tools: ffs-test: convert to new descriptor format fixing compilation ...Felipe Balbi-23/+3
2014-06-27perf script: Handle the num array type in python properlySebastian Andrzej Siewior-12/+31
2014-06-27perf script: Move the number processing into its own functionSebastian Andrzej Siewior-15/+23
2014-06-27perf tools: Fix wrong condition for allocation failureJiri Olsa-1/+1
2014-06-27perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu-2/+300
2014-06-27tools lib traceevent: Fix a risk for doing free on uninitialized pointerRickard Strandqvist-3/+3
2014-06-26perf trace: Add possibility to switch off syscall eventsStanislav Fomichev-26/+39