aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-13Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-0/+4
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds141-3599/+7570
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2-2/+256
2012-12-11selftests: add a test program for variable huge page sizes in mmap/shmgetAndi Kleen2-2/+256
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-13/+27
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds11-60/+110
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar20-449/+140
2012-12-06tools:virtio: fix compilation warningCong Ding1-1/+1
2012-12-03treewide: Fix typos in various driversMasanari Iida1-1/+1
2012-12-02tools/firewire: nosy-dump: check for allocation failureStefan Richter1-0/+4
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds17-98/+148
2012-11-27cpupower: IvyBridge (0x3a and 0x3e models) supportThomas Renninger2-2/+10
2012-11-27cpupower: Provide -c param for cpupower monitor to schedule process on all coresThomas Renninger4-3/+48
2012-11-27cpupower tools: Fix warning and a bug with the cpu package countPalmer Cox1-5/+13
2012-11-27cpupower tools: Fix malloc of cpu_info structurePalmer Cox2-19/+12
2012-11-27cpupower tools: Fix issues with sysfs_topology_read_filePalmer Cox1-8/+13
2012-11-27cpupower tools: Fix minor warningsPalmer Cox2-21/+1
2012-11-27cpupower tools: Update .gitignore for files created in the debug directoriesPalmer Cox1-0/+7
2012-11-27cpupower tools: Remove brace expansion from clean targetPalmer Cox2-2/+6
2012-11-23perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong1-0/+4
2012-11-23perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong1-51/+60
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells13-28/+46
2012-11-19perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-19tools: Pass the target in descendDavid Howells1-2/+2
2012-11-19tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-19tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman4-365/+20
2012-11-15tools/hv: Fix string typesTomas Hozza1-5/+5
2012-11-15tools: hv: Netlink source address validation allows DoSTomas Hozza1-1/+7
2012-11-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-9/+19
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo5-16/+23
2012-11-14perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-14tools: Pass the target in descendDavid Howells1-2/+2
2012-11-14tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-14tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim3-40/+30
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim5-0/+19
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim4-0/+54
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim6-12/+41
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2-5/+5
2012-11-14perf tools: Add basic event modifier sanity checkJiri Olsa2-1/+25
2012-11-14perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa1-0/+4
2012-11-14perf tools: Ensure single disable call per event in record comandJiri Olsa1-1/+4
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa4-3/+56
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa8-28/+20
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim1-43/+31
2012-11-14perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim1-5/+10
2012-11-14perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim1-1/+1