aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-01-04selftests: IPC message queue copy feature testGravatar Stanislav Kinsbursky 2-0/+271
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-51/+37
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 5-81/+728
2012-12-18virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0Gravatar Rusty Russell 1-2/+2
2012-12-17tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_testGravatar Dave Jones 1-2/+4
2012-12-17breakpoint selftests: print failure status instead of cause make errorGravatar Dave Young 1-1/+1
2012-12-17kcmp selftests: print fail status instead of cause make errorGravatar Dave Young 1-1/+1
2012-12-17kcmp selftests: make run_tests fixGravatar Dave Young 1-2/+2
2012-12-17mem-hotplug selftests: print failure status instead of cause make errorGravatar Dave Young 1-1/+1
2012-12-17cpu-hotplug selftests: print failure status instead of cause make errorGravatar Dave Young 1-1/+1
2012-12-17mqueue selftests: print failure status instead of cause make errorGravatar Dave Young 1-2/+2
2012-12-17vm selftests: print failure status instead of cause make errorGravatar Dave Young 1-1/+1
2012-12-13Merge tag 'ktest-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-8/+158
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-12-13Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2012-12-11ktest: Test if target machine is up before installGravatar Steven Rostedt 1-0/+10
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 141-3599/+7570
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Gravatar Linus Torvalds 2-2/+256
2012-12-11ktest: Fix breakage from change of oldnoconfig to olddefconfigGravatar Steven Rostedt 1-4/+8
2012-12-11selftests: add a test program for variable huge page sizes in mmap/shmgetGravatar Andi Kleen 2-2/+256
2012-12-11ktest: Add native support for syslinux boot loaderGravatar Steven Rostedt 2-2/+48
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-13/+27
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-60/+110
2012-12-11ktest: Sync before rebootGravatar Steven Rostedt 1-0/+3
2012-12-08Merge branch 'linus' into perf/coreGravatar Ingo Molnar 20-449/+140
2012-12-06tools:virtio: fix compilation warningGravatar Cong Ding 1-1/+1
2012-12-03treewide: Fix typos in various driversGravatar Masanari Iida 1-1/+1
2012-12-02tools/firewire: nosy-dump: check for allocation failureGravatar Stefan Richter 1-0/+4
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 17-98/+148
2012-11-30tools: Allow tools to be installed in a user specified locationGravatar Josh Boyer 1-2/+4
2012-11-30tools/power: turbostat: make Makefile a bit more capableGravatar Mark Asselstine 1-4/+16
2012-11-30tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu()Gravatar Colin Ian King 1-1/+1
2012-11-30tools/power turbostat: v3.0: monitor Watts and TemperatureGravatar Len Brown 2-56/+690
2012-11-30tools/power turbostat: fix output buffering issueGravatar Len Brown 1-0/+1
2012-11-27cpupower: IvyBridge (0x3a and 0x3e models) supportGravatar Thomas Renninger 2-2/+10
2012-11-27cpupower: Provide -c param for cpupower monitor to schedule process on all coresGravatar Thomas Renninger 4-3/+48
2012-11-27cpupower tools: Fix warning and a bug with the cpu package countGravatar Palmer Cox 1-5/+13
2012-11-27cpupower tools: Fix malloc of cpu_info structureGravatar Palmer Cox 2-19/+12
2012-11-27cpupower tools: Fix issues with sysfs_topology_read_fileGravatar Palmer Cox 1-8/+13
2012-11-27cpupower tools: Fix minor warningsGravatar Palmer Cox 2-21/+1
2012-11-27cpupower tools: Update .gitignore for files created in the debug directoriesGravatar Palmer Cox 1-0/+7
2012-11-27cpupower tools: Remove brace expansion from clean targetGravatar Palmer Cox 2-2/+6
2012-11-27tools/power turbostat: prevent infinite loop on migration error pathGravatar Len Brown 1-1/+10
2012-11-23tools/power/x86/turbostat: share kernel MSR #definesGravatar Len Brown 2-19/+8
2012-11-23perf kvm: Fix building perf kvm on non x86 archesGravatar Xiao Guangrong 1-0/+4
2012-11-23perf kvm: Rename perf_kvm to perf_kvm_statGravatar Xiao Guangrong 1-51/+60
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedGravatar David Howells 13-28/+46
2012-11-19perf powerpc: Use uapi/unistd.h to fix build errorGravatar Sukadev Bhattiprolu 1-1/+1
2012-11-19tools: Pass the target in descendGravatar David Howells 1-2/+2