aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2012-11-19tools: Honour the O= flag when tool build called from a higher MakefileGravatar David Howells 1-4/+13
2012-11-19tools: Define a Makefile function to do subdir processingGravatar David Howells 2-12/+20
2012-11-16Merge 3.7-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 4-365/+20
2012-11-15tools/hv: Fix string typesGravatar Tomas Hozza 1-5/+5
2012-11-15tools: hv: Netlink source address validation allows DoSGravatar Tomas Hozza 1-1/+7
2012-11-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-9/+19
2012-11-14perf evsel: Introduce is_group_member methodGravatar Arnaldo Carvalho de Melo 5-16/+23
2012-11-14perf powerpc: Use uapi/unistd.h to fix build errorGravatar Sukadev Bhattiprolu 1-1/+1
2012-11-14tools: Pass the target in descendGravatar David Howells 1-2/+2
2012-11-14tools: Honour the O= flag when tool build called from a higher MakefileGravatar David Howells 1-4/+13
2012-11-14tools: Define a Makefile function to do subdir processingGravatar David Howells 2-12/+20
2012-11-14perf ui: Always compile browser setup codeGravatar Namhyung Kim 3-40/+30
2012-11-14perf ui: Add ui_progress__finish()Gravatar Namhyung Kim 5-0/+19
2012-11-14perf ui gtk: Implement ui_progress functionsGravatar Namhyung Kim 4-0/+54
2012-11-14perf ui: Introduce generic ui_progress helperGravatar Namhyung Kim 6-12/+41
2012-11-14perf ui tui: Move progress.c under ui/tui directoryGravatar Namhyung Kim 2-5/+5
2012-11-14perf tools: Add basic event modifier sanity checkGravatar Jiri Olsa 2-1/+25
2012-11-14perf tools: Omit group members from perf_evlist__disable/enableGravatar Jiri Olsa 1-0/+4
2012-11-14perf tools: Ensure single disable call per event in record comandGravatar Jiri Olsa 1-1/+4