summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng2014-07-083-9/+11
| | | * | | ACPICA: acpidump: Replace file IOs with new APIs to improve portabilityLv Zheng2014-07-084-72/+69
| | | * | | ACPICA: acpidump: Remove exit() from generic layer to improve portabilityLv Zheng2014-07-081-18/+32
| | | * | | ACPICA: acpidump: Add memory/string OSL usage to improve portabilityLv Zheng2014-07-082-13/+14
| | | * | | ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng2014-07-082-9/+8
| | | * | | ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng2014-07-082-9/+14
| | | * | | ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...Lv Zheng2014-07-081-4/+4
| | | * | | ACPICA: Utilities: Add formatted printing APIsLv Zheng2014-07-081-0/+7
| | | * | | ACPICA: OSL: Add portable file IO to improve portabilityLv Zheng2014-07-081-0/+214
| | | * | | ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng2014-07-084-22/+1306
| | | * | | ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...Lv Zheng2014-07-082-1/+1
| | | * | | ACPICA: acpidump: Add support for ACPI 1.0 GUID in LinuxLv Zheng2014-07-081-7/+41
| * | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-0/+66
| |\ \ \ \ \
| | * | | | | tools: add script to test udelayDavid Riley2014-07-231-0/+66
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-08-044-8/+124
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-214-8/+124
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | tools: ffs-aio-example: add license informationRobert Baldyga2014-06-304-0/+108
| | | * | | | tools: ffs-aio-example: convert to new descriptor formatRobert Baldyga2014-06-302-8/+16
| | | * | | | tools: ffs-aio-example: fix header values endianessRobert Baldyga2014-06-302-4/+4
| * | | | | | Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-044-0/+179
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman2014-07-217-56/+79
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | test: add firmware_class loader testKees Cook2014-07-174-0/+179
| * | | | | | | Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-0411-35/+145
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2014-07-1343-127/+1253
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | tools: selftests - create a separate hotplug target for full range testShuah Khan2014-07-116-6/+105
| | * | | | | | | tools: fix kcmp_test compile warningsShuah Khan2014-07-111-1/+1
| | * | | | | | | tools: Fix mqueue Makefile compile linking orderShuah Khan2014-07-111-2/+2
| | * | | | | | | tools: fix mq_open_tests compile warningsShuah Khan2014-07-111-6/+14
| | * | | | | | | tools: fix mq_perf_tests compile warningsShuah Khan2014-07-111-19/+21
| | * | | | | | | tools: cpu-hotplug fix unexpected operator errorShuah Khan2014-07-111-1/+1
| | * | | | | | | tools: memory-hotplug fix unexpected operator errorShuah Khan2014-07-111-1/+1
| | * | | | | | | Tools: hv: fix file overwriting of hv_fcopy_daemonYue Zhang2014-07-091-1/+2
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | perf hists browser: Consolidate callchain print functions in TUINamhyung Kim2014-08-241-123/+80
* | | | | | | | perf tools: Add +field argument support for --field optionJiri Olsa2014-08-243-7/+22
* | | | | | | | perf top: Use set_term_quiet() instead of open coded equivalentJiri Olsa2014-08-241-7/+2
* | | | | | | | perf machine: Fallback to MAP__FUNCTION if daddr maps are NULLDon Zickus2014-08-221-0/+10
* | | | | | | | perf hists browser: Cleanup callchain print functionsNamhyung Kim2014-08-221-83/+29
* | | | | | | | perf tools: Add machine__kernel_ip()Adrian Hunter2014-08-223-3/+43
* | | | | | | | perf machine: Rename machine__get_kernel_start_addr() methodAdrian Hunter2014-08-221-4/+4
* | | | | | | | perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2014-08-225-0/+33
* | | | | | | | perf tests: Add a test for tracking with sched_switchAdrian Hunter2014-08-224-0/+578
* | | | | | | | perf hists browser: Factor out hist_browser__show_callchain_entry()Namhyung Kim2014-08-201-31/+33
* | | | | | | | perf hists browser: Fix children overhead dumpNamhyung Kim2014-08-201-1/+1
* | | | | | | | perf hists browser: Get rid of unused 'remaining' variableNamhyung Kim2014-08-201-8/+2
* | | | | | | | perf tools powerpc: Explicitly include util/debug.hSukadev Bhattiprolu2014-08-201-0/+1
* | | | | | | | perf symbols: Don't try to find DSOs in SYSV mapsDon Zickus2014-08-201-0/+1
* | | | | | | | perf stat: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-1/+1
* | | | | | | | perf help: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-4/+16
* | | | | | | | perf kvm: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-2/+5
* | | | | | | | perf buildid-cache: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-3/+4
OpenPOWER on IntegriCloud