1. 27d934b ktest: Reboot after each patchcheck run by Steven Rostedt · 13 years ago
  2. 4025bc6 ktest: Reboot to good kernel after every bisect run by Steven Rostedt · 13 years ago
  3. 4d62bf5 ktest: If test failed due to timeout, print that by Steven Rostedt · 13 years ago
  4. ca6a21f ktest: Fix post install command by Steven Rostedt · 13 years ago
  5. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  6. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  7. df48d871 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  8. c330525 perf stat: Add more cache-miss percentage printouts by Ingo Molnar · 13 years ago
  9. 2cba3ff perf stat: Add -d -d and -d -d -d options to show more CPU events by Ingo Molnar · 13 years ago
  10. b313207 perf bench, x86: Add alternatives-asm.h wrapper by Ingo Molnar · 13 years ago
  11. 9469234 perf: Fix multi-event parsing bug by Stephane Eranian · 13 years ago
  12. 52004ea Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 13 years ago
  13. aece948 perf evlist: Fix per thread mmap setup by Arnaldo Carvalho de Melo · 13 years ago
  14. b901941 perf tools: Honour the cpu list parameter when also monitoring a thread list by Arnaldo Carvalho de Melo · 13 years ago
  15. 9cb5bab Merge commit 'v2.6.39-rc7' into sched/core by Ingo Molnar · 13 years ago
  16. 2b348a7 perf probe: Fix the missed parameter initialization by Lin Ming · 13 years ago
  17. 932fed4 Merge commit 'v2.6.39-rc7' into perf/core by Ingo Molnar · 13 years ago
  18. 2d9ff66 perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c by Jesper Juhl · 13 years ago
  19. 174a7b1f perf tools: Makefile: Use gcc to determine ARCH by Lin Ming · 13 years ago
  20. a26ac24 rcu: move TREE_RCU from softirq to kthread by Paul E. McKenney · 14 years ago
  21. c63ca0c perf stat: Tell user about unsupported events in the list by David Ahern · 13 years ago
  22. 947b4ad perf list: Fix max event string size by Ingo Molnar · 13 years ago
  23. 370faf1 perf stat: Fail softly on unsupported events by Ingo Molnar · 13 years ago
  24. fce3c78 perf stat: Leave more room for percentages by Ingo Molnar · 13 years ago
  25. 2b427e1 perf stat: Adjust stall cycles warning percentages by Ingo Molnar · 13 years ago
  26. d3d1e86 perf stat: Analyze front-end and back-end stall counts by Ingo Molnar · 13 years ago
  27. 129c04c perf tools: Add front-end and back-end stalled cycles support by Ingo Molnar · 13 years ago
  28. ede7029 perf stat: Fix compatibility behavior by Ingo Molnar · 13 years ago
  29. f9cef0a perf stat: Add --sync/-S option by Ingo Molnar · 13 years ago
  30. 9ceb1c3 perf stat: Fix printout vertical alignment by Ingo Molnar · 13 years ago
  31. c6264de perf stat: Add -d/--detailed flag to run with a lot of events by Ingo Molnar · 13 years ago
  32. 8bb6c79 perf stat: Print out miss/hit ratio for L1 data-cache events by Ingo Molnar · 13 years ago
  33. c78df6c perf stat: Print branch misses warning colors by Ingo Molnar · 13 years ago
  34. a5d243d perf stat: Print stalled cycles warning colors by Ingo Molnar · 13 years ago
  35. f99844c perf stat: Fix -nan% output in perf stat noise printouts by Ingo Molnar · 13 years ago
  36. 1fc570a perf stat: Add stalled cycles to the default output by Ingo Molnar · 13 years ago
  37. 481f988 perf stat: Add stalled cycles accounting, prettify the resulting output by Ingo Molnar · 13 years ago
  38. dcd9936 perf stat: Factor our shadow stats by Ingo Molnar · 13 years ago
  39. 749141d perf stat: Make all displayed event names parseable as well by Ingo Molnar · 13 years ago
  40. ceb53fb perf stat: Fail more clearly when an invalid modifier is specified by Ingo Molnar · 13 years ago
  41. b908deb perf tools: Accept case-insensitive symbolic event variants by Ingo Molnar · 13 years ago
  42. d58f4c8 perf stat: Print cache misses as percentage by Ingo Molnar · 13 years ago
  43. 11ba2b8 perf stat: Print stalled cycles percentage by Ingo Molnar · 13 years ago
  44. 94403f8 perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES by Ingo Molnar · 13 years ago
  45. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  46. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 13 years ago
  47. 9cbdb70 perf script: improve validation of sample attributes for output fields by David Ahern · 13 years ago
  48. 0817a6a perf script: Add support for PERF_TYPE_RAW by Arun Sharma · 13 years ago
  49. f18568a perf tools: git mv tools/perf/{features-tests.mak,config/} by Michael Witten · 13 years ago
  50. 7fbd065 perf tools: Move `try-cc' by Michael Witten · 13 years ago
  51. ced465c perf tools: Makefile: PYTHON{,_CONFIG} to bandage Python 3 incompatibility by Michael Witten · 13 years ago
  52. 3643b13 perf tools: Makefile: Clean up `python/perf.so' rule by Michael Witten · 13 years ago
  53. aeafcba perf symbols: Give more useful names to 'self' parameters by Arnaldo Carvalho de Melo · 13 years ago
  54. 68d2cf2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  55. 5d2cd90 perf evsel: Fix use of inherit by Arnaldo Carvalho de Melo · 13 years ago
  56. db9a9cbc perf hists browser: Fix seg fault when annotate null symbol by Lin Ming · 13 years ago
  57. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  58. 621d265 perf: Fix a build error with some GCC versions by Eric Dumazet · 13 years ago
  59. 8b9686f Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  60. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  61. 1d46ea2 perf probe: Fix listing incorrect line number with inline function by Masami Hiramatsu · 13 years ago
  62. 1d87808 perf probe: Fix to find recursively inlined function by Masami Hiramatsu · 13 years ago
  63. cc44644 perf probe: Fix multiple --vars options behavior by Masami Hiramatsu · 13 years ago
  64. f0c4801 perf probe: Fix to remove redundant close by Masami Hiramatsu · 13 years ago
  65. 7d21635 perf probe: Fix to ensure function declared file by Masami Hiramatsu · 13 years ago
  66. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  67. 800cd25 perf: mmap 512 kiB by default by Frederic Weisbecker · 13 years ago
  68. 176fcc5 perf script: Add more documentation about the -f/--fields parameters by Arnaldo Carvalho de Melo · 13 years ago
  69. 2c9e45f7 perf script: If type not given fields apply to all event types by David Ahern · 13 years ago
  70. 652d78f Merge commits 'ca6a42586fae' and 'c286c419c784' into perf/urgent by Ingo Molnar · 13 years ago
  71. 1b7155f perf tools: Fix NO_NEWT=1 python build error by Robert Richter · 13 years ago
  72. 4d43951 perf symbols: Properly align symbol_conf.priv_size by David S. Miller · 13 years ago
  73. ca6a425 perf tools: Emit clearer message for sys_perf_event_open ENOENT return by David Ahern · 13 years ago
  74. cd25f8b perf probe: Add fastpath to do lookup by function name by Lin Ming · 13 years ago
  75. c286c41 perf tools: Fixup exit path when not able to open events by Arnaldo Carvalho de Melo · 13 years ago
  76. 6c6804fb perf symbols: Fix vsyscall symbol lookup by Andrew Lutomirski · 13 years ago
  77. 2a20b02 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  78. 60e4b10 perf symbols: Look at .dynsym again if .symtab not found by Arnaldo Carvalho de Melo · 13 years ago
  79. b251148 perf build-id: Add quirk to deal with perf.data file format breakage by Arnaldo Carvalho de Melo · 13 years ago
  80. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  81. ce2d17c perf top: Fix uninitialized 'counter' variable by Akihiro Nagai · 13 years ago
  82. b52307c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 13 years ago
  83. 6192978 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  84. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  85. 9df03ab perf lock: Fix sorting by wait_min by Marcin Slusarz · 13 years ago
  86. 58d406e perf tools: Version incorrect with some versions of grep by Josh Hunt · 13 years ago
  87. 8b7cdd0 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 13 years ago
  88. a926021 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  89. 5e814dd5 perf probe: Clean up probe_point_lazy_walker() return value by Ingo Molnar · 13 years ago
  90. 43adec9 perf evlist: New command to list the names of events present in a perf.data file by Arnaldo Carvalho de Melo · 13 years ago
  91. 1424dc9 perf script: Add support for H/W and S/W events by David Ahern · 13 years ago
  92. c0230b2 perf script: Add support for dumping symbols by David Ahern · 13 years ago
  93. 745f43e perf script: Support custom field selection for output by David Ahern · 13 years ago
  94. c70c94b perf script: Move printing of 'common' data from print_event and rename by David Ahern · 13 years ago
  95. 2ee7a49 perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parse by David Ahern · 13 years ago
  96. be6d842 perf script: Change process_event prototype by David Ahern · 13 years ago
  97. cfd748a perf stat: Provide support for filters by Frederic Weisbecker · 13 years ago
  98. 171b3be perf symbol: Move sym_entry->skip to symbol->ignore by Arnaldo Carvalho de Melo · 13 years ago
  99. 878b439 perf symbols: Rename dso->origin to dso->symtab_type by Arnaldo Carvalho de Melo · 13 years ago
  100. 8b8ba4a perf top: Remove redundant syme->origin field by Arnaldo Carvalho de Melo · 13 years ago