aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-16Tools: hv: KVP: Fix a bug in IPV6 subnet enumerationK. Y. Srinivasan1-2/+3
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds30-150/+118
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds11-26/+473
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-34/+34
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds4-13/+28
2013-07-10perf script: Fix broken include in Context.xsRamkumar Ramachandra1-1/+1
2013-07-10perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger2-3/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-39/+20
2013-07-09perf tools: Revert regression in configuration of Python supportMichael Witten1-1/+1
2013-07-09tools/virtio: move module license stub to module.hMichael S. Tsirkin2-3/+5
2013-07-08perf tools: Fix perf version generationRobert Richter1-6/+15
2013-07-08perf stat: Fix per-socket output bug for uncore eventsStephane Eranian1-3/+4
2013-07-08perf symbols: Fix vdso list searchingWaiman Long3-4/+11
2013-07-08perf evsel: Fix missing increment in sample parsingAdrian Hunter1-1/+1
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter1-0/+2
2013-07-08perf tools: Fix new_term() missing free on error pathAdrian Hunter1-0/+1
2013-07-08perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter1-1/+2
2013-07-08perf evsel: Fix count parameter to read call in event_format__newDavid Ahern1-1/+1
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa4-6/+1
2013-07-08perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim1-1/+9
2013-07-08perf record: Remove -f/--force optionJiri Olsa7-14/+6
2013-07-08perf record: Remove -A/--append optionJiri Olsa3-88/+11
2013-07-08perf stat: Avoid sending SIGTERM to random processesStephane Eranian1-1/+22
2013-07-08tools lib lk: Fix for cross buildJoonsoo Kim1-0/+15
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim1-1/+1
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov2-3/+3
2013-07-08perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter2-4/+3
2013-07-08perf tools: Fix output directory of Documentation/Robert Richter1-8/+2
2013-07-08tools: Get only verbose output with V=1Robert Richter3-3/+3
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+230
2013-07-05cpupower: Add Haswell family 0x45 specific idle monitor to show PC8,9,10 statesThomas Renninger3-0/+198
2013-07-05cpupower: Haswell also supports the C-states introduced with SandyBridgeThomas Renninger1-0/+4
2013-07-05cpupower: Introduce idle-set subcommand and C-state enabling/disablingThomas Renninger6-9/+142
2013-07-05cpupower: Implement disabling of cstate interfaceThomas Renninger2-1/+123
2013-07-05cpupower: Make idlestate usage unsignedThomas Renninger3-16/+6
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-07-04lguest: fix example launcher compilation for broken glibc headers.Rusty Russell2-9/+9
2013-07-03tools/testing/selftests: don't assume the x bit is set on scriptsAndrew Morton2-2/+2
2013-07-03selftests: add .gitignore for kcmpRamkumar Ramachandra1-0/+2
2013-07-03selftests: fix clean target in kcmp MakefileRamkumar Ramachandra1-2/+1
2013-07-03selftests: add .gitignore for vmRamkumar Ramachandra1-0/+4
2013-07-03selftests: add hugetlbfstestJoern Engel3-1/+96
2013-07-03self-test: fix make cleanJoern Engel1-2/+3
2013-07-03selftests: exit 1 on failureJoern Engel2-1/+6
2013-07-03selftests: add basic posix timers selftestsFrederic Weisbecker3-0/+230
2013-07-03tools/include: use stdint types for user-space byteshift headersYaakov Selkowitz2-34/+34
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds38-773/+1164
2013-07-02tools: selftests: psock_tpacket: get rid of macro wrappersDaniel Borkmann1-39/+20
2013-07-02tools/lguest: real barriers.Rusty Russell1-2/+2
2013-07-02tools/lguest: fix missing rmb().Rusty Russell1-0/+13