1. 44c8b25 tools/hv: Parse /etc/os-release by Ben Hutchings · 12 years ago
  2. 436473b tools/hv: Check for read/write errors by Ben Hutchings · 12 years ago
  3. 6bb22fe tools/hv: Fix exit() error code by Ben Hutchings · 12 years ago
  4. d5ab482 tools/hv: Fix file handle leak by Ben Hutchings · 12 years ago
  5. 16e8710 Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO by K. Y. Srinivasan · 12 years ago
  6. 4a3b97e5 Tools: hv: Rename the function kvp_get_ip_address() by K. Y. Srinivasan · 12 years ago
  7. 32061b4 Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO by K. Y. Srinivasan · 12 years ago
  8. 1fbdba4 Tools: hv: Add an example script to configure an interface by K. Y. Srinivasan · 12 years ago
  9. c050372 Tools: hv: Gather DHCP information by K. Y. Srinivasan · 12 years ago
  10. 2aea3c7 Tools: hv: Add an example script to retrieve dhcp state by K. Y. Srinivasan · 12 years ago
  11. 9692988 Tools: hv: Gather DNS information by K. Y. Srinivasan · 12 years ago
  12. d82c37c Tools: hv: Add an example script to retrieve DNS entries by K. Y. Srinivasan · 12 years ago
  13. d0cbc15 Tools: hv: Correctly type string variables by K. Y. Srinivasan · 12 years ago
  14. 00b8335 Tools: hv: Get rid of some unused variables by K. Y. Srinivasan · 12 years ago
  15. 9db48aa Merge 3.6-rc3 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  16. 4a52c4a Tools: hv: Gather ipv[4,6] gateway information by K. Y. Srinivasan · 13 years ago
  17. 6a60a6a Tools: hv: Represent the ipv6 mask using CIDR notation by K. Y. Srinivasan · 13 years ago
  18. 0440578 Tools: hv: Gather subnet information by K. Y. Srinivasan · 13 years ago
  19. 0d5b6b1 Tools: hv: Gather address family information by K. Y. Srinivasan · 13 years ago
  20. af73301 Tools: hv: Further refactor kvp_get_ip_address() by K. Y. Srinivasan · 13 years ago
  21. 0ecaa19 Tools: hv: Prepare to expand kvp_get_ip_address() functionality by K. Y. Srinivasan · 13 years ago
  22. b47a81d Drivers: hv: kvp: Cleanup error handling in KVP by K. Y. Srinivasan · 13 years ago
  23. 9b59578 Drivers: hv: Add KVP definitions for IP address injection by K. Y. Srinivasan · 13 years ago
  24. 8a06bf1 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 13 years ago
  25. 7f309ed perf tools: Remove brace expansion from clean target by Palmer Cox · 13 years ago
  26. 6b118e9 perf kvm top: Limit guest kernel info message to once by David Ahern · 13 years ago
  27. 70b40c4 perf tools: Introduce intlist by David Ahern · 13 years ago
  28. ee8dd3c perf tools: Change strlist to use the new rblist by David Ahern · 13 years ago
  29. 37bbd3f perf tools: Introducing rblist by David Ahern · 13 years ago
  30. 347ed99 perf kvm: Use strtol for walking guestmount directory by David Ahern · 13 years ago
  31. 56e6f60 perf tool: Save cmdline from user in file header vs what is passed to record by David Ahern · 13 years ago
  32. 1a31fc9 perf top: Error handling for counter creation should parallel perf-record by David Ahern · 13 years ago
  33. 7405ed1 perf session: Remove no longer used synthesize_sample method by Arnaldo Carvalho de Melo · 13 years ago
  34. a3f698f perf evsel: Adopt parse_sample method from perf_event by Arnaldo Carvalho de Melo · 13 years ago
  35. cb0b29e perf evlist: Introduce perf_evlist__parse_sample by Arnaldo Carvalho de Melo · 13 years ago
  36. 7b56cce perf session: Use perf_evlist__id_hdr_size more extensively by Arnaldo Carvalho de Melo · 13 years ago
  37. 5e56247 perf session: Use perf_evlist__sample_id_all more extensively by Arnaldo Carvalho de Melo · 13 years ago
  38. 7f3be65 perf session: Use perf_evlist__sample_type more extensively by Arnaldo Carvalho de Melo · 13 years ago
  39. bde0946 perf evsel: Precalculate the sample size by Arnaldo Carvalho de Melo · 13 years ago
  40. 0ecf4f0 perf target: Fix check on buffer size by Namhyung Kim · 13 years ago
  41. 028df76 perf symbols: Fix array sizes for binary types arrays by Jiri Olsa · 13 years ago
  42. 30f31c0 perf test: Fix parse events automated tests by Jiri Olsa · 13 years ago
  43. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  44. d6b09e7 fault-injection: fix failcmd.sh warning by Akinobu Mita · 13 years ago
  45. bca1a5c Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  46. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  47. c24aa64 fault-injection: add tool to run command with failslab or fail_page_alloc by Akinobu Mita · 13 years ago
  48. d89dffa fault-injection: add selftests for cpu and memory hotplug by Akinobu Mita · 13 years ago
  49. 8f838e5 Merge tag 'ktest-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 13 years ago
  50. 8fddbe9 ktest: Allow perl regex expressions in conditional statements by Steven Rostedt · 13 years ago
  51. 9b1d367 ktest: Ignore errors it tests if IGNORE_ERRORS is set by Steven Rostedt · 13 years ago
  52. 720d850 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 13 years ago
  53. 4765250 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  54. 9fc3777 Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  55. ec033d0 Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into release by Len Brown · 13 years ago
  56. 8696329 perf annotate: Prevent overflow in size calculation by Cody Schafer · 13 years ago
  57. 52f18a2 tools lib traceevent: Ignore TRACEEVENT-CFLAGS file by Namhyung Kim · 13 years ago
  58. 52b5c0d tools lib traceevent: Detect build environment changes by Namhyung Kim · 13 years ago
  59. 043d1a5 perf tools: Fix build error with bison 2.6 by Kirill A. Shutemov · 13 years ago
  60. 4cc49d4 perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific by Kirill A. Shutemov · 13 years ago
  61. 4a841d6 perf tools: Make the breakpoint events sample period default to 1 by Jovi Zhang · 13 years ago
  62. f7add55 perf test: Add dso data caching tests by Jiri Olsa · 13 years ago
  63. 4dff624 perf symbols: Add dso data caching by Jiri Olsa · 13 years ago
  64. 949d160 perf symbols: Add interface to read DSO image data by Jiri Olsa · 13 years ago
  65. 44f24cb perf symbols: Factor DSO symtab types to generic binary types by Jiri Olsa · 13 years ago
  66. 6654f5d perf hists: Print newline between hists callchains by Frederic Weisbecker · 13 years ago
  67. 0983cc0 perf tools: Fix trace events storms due to weight demux by Frederic Weisbecker · 13 years ago
  68. 8760db7 perf hists: Return correct number of characters printed in callchain by Frederic Weisbecker · 13 years ago
  69. 78b961f perf tools: Dump exclude_{guest,host}, precise_ip header info too by David Ahern · 13 years ago
  70. c80c3c2 perf kvm: Limit repetitive guestmount message to once per directory by David Ahern · 13 years ago
  71. adb5d2a perf kvm: Fix bug resolving guest kernel syms by David Ahern · 13 years ago
  72. 7c0f4a4 perf kvm: Guest userspace samples should not be lumped with host uspace by David Ahern · 13 years ago
  73. 5cd95c2 perf kvm: Set name for VM process in guest machine by David Ahern · 13 years ago
  74. f51304d perf symbols: Add machine id to modules debug message by David Ahern · 13 years ago
  75. c1434dc ktest: Reset saved min (force) configs for each test by Steven Rostedt · 13 years ago
  76. c3ae331 tools/power: turbostat: fix large c1% issue by Len Brown · 13 years ago
  77. c98d5d9 tools/power: turbostat v2 - re-write for efficiency by Len Brown · 13 years ago
  78. 8a80c72 ktest: Add check for bug or panic during reboot by Steven Rostedt · 13 years ago
  79. 407b95b ktest: Add MAX_MONITOR_WAIT option by Steven Rostedt · 13 years ago
  80. cf79fab ktest: Fix config bisect with how make oldnoconfig works by Steven Rostedt · 13 years ago
  81. b091861 ktest: Add CONFIG_BISECT_CHECK option by Steven Rostedt · 13 years ago
  82. e5c2ec1 ktest: Add PRE_INSTALL option by Steven Rostedt · 13 years ago
  83. 921ed4c ktest: Add PRE/POST_KTEST and TEST options by Steven Rostedt · 13 years ago
  84. 958d843 ktest: Remove commented exit by Steven Rostedt · 13 years ago
  85. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 13 years ago
  86. b903bd6 Merge 3.5-rc7 into usb-next by Greg Kroah-Hartman · 13 years ago
  87. 387ef4e Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  88. 90574eb Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  89. 81e9b99 Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  90. 1dc1276 perf tools: Split event symbols arrays to hw and sw parts by Jiri Olsa · 13 years ago
  91. cf3506d perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokens by Jiri Olsa · 13 years ago
  92. 8c5f0a8 perf tools: Add empty rule for new line in event syntax parsing by Jiri Olsa · 13 years ago
  93. ebf124f perf test: Use ARRAY_SIZE in parse events tests by Jiri Olsa · 13 years ago
  94. f6ced60 tools lib traceevent: Cleanup realloc use by Namhyung Kim · 13 years ago
  95. c9bbabe tools lib traceevent: Add missing break in make_bprint_args by Peter Huewe · 13 years ago
  96. 0fed483 tools lib traceevent: Check return value of arg_to_str() by Namhyung Kim · 13 years ago
  97. e54b34a tools lib traceevent: Check result of malloc() during reading token by Namhyung Kim · 13 years ago
  98. 16e6b8f tools lib traceevent: Fix some comments by Namhyung Kim · 13 years ago
  99. 4b5632b tools lib traceevent: Do not call add_event() again if allocation failed by Namhyung Kim · 13 years ago
  100. 3831a42 tools lib traceevent: Pass string type argument to args by Namhyung Kim · 13 years ago