1. 138c4ae Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 13 years ago
  2. e182a34 Merge branches 'slab/next' and 'slub/partial' into slab/for-linus by Pekka Enberg · 13 years ago
  3. 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  4. aa77677 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  5. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  6. 43a3beb Merge branch 'staging-next' into Linux 3.1 by Greg Kroah-Hartman · 13 years ago
  7. c752d04 perf symbols: Increase symbol KSYM_NAME_LEN size by Ricardo Ribalda Delgado · 13 years ago
  8. a6e51f9 perf hists browser: Refuse 'a' hotkey on non symbolic views by Arnaldo Carvalho de Melo · 13 years ago
  9. cf95800 perf ui browser: Use libslang to read keys by Arnaldo Carvalho de Melo · 13 years ago
  10. 29208e5 perf tools: Fix tracing info recording by Jiri Olsa · 13 years ago
  11. cc02c92 perf hists browser: Elide DSO column when it is set to just one DSO, ditto for threads by Arnaldo Carvalho de Melo · 13 years ago
  12. d197fd5 perf hists: Don't consider filtered entries when calculating column widths by Arnaldo Carvalho de Melo · 13 years ago
  13. c64550c perf hists: Don't decay total_period for filtered entries by Arnaldo Carvalho de Melo · 13 years ago
  14. 2cf9ceb perf hists browser: Honour symbol_conf.show_{nr_samples,total_period} by Arnaldo Carvalho de Melo · 13 years ago
  15. e4419b8 perf hists browser: Do not exit on tab key with single event by David Ahern · 13 years ago
  16. fe46e64 perf annotate browser: Don't change selection line when returning from callq by Arnaldo Carvalho de Melo · 13 years ago
  17. d327fa4 perf tools: handle endianness of feature bitmap by David Ahern · 13 years ago
  18. e77b15b perf tools: Add prelink suggestion to dso update message by David Ahern · 13 years ago
  19. 51192de perf script: Fix unknown feature comment by David Ahern · 13 years ago
  20. 90cf1fb perf hists browser: Apply the dso and thread filters when merging new batches by Arnaldo Carvalho de Melo · 13 years ago
  21. d7b76f0 perf hists: Move the dso and thread filters from hist_browser by Arnaldo Carvalho de Melo · 13 years ago
  22. 82e0af8 perf ui browser: Honour the xterm colors by Arnaldo Carvalho de Melo · 13 years ago
  23. 33f62b3 perf top tui: Give color hints just on the percentage, like on --stdio by Arnaldo Carvalho de Melo · 13 years ago
  24. e039fc7 perf ui browser: Make the colors configurable and change the defaults by Arnaldo Carvalho de Melo · 13 years ago
  25. cc6e7aa perf tui: Remove unneeded call to newtCls on startup by Arnaldo Carvalho de Melo · 13 years ago
  26. f1cf602 perf hists: Don't format the percentage on hist_entry__snprintf by Arnaldo Carvalho de Melo · 13 years ago
  27. c172f74 perf ui browser: Allow initial use without navigation UI elements by Arnaldo Carvalho de Melo · 13 years ago
  28. fe35317 tools, slub: Fix off-by-one buffer corruption after readlink() call by Thomas Jarosch · 13 years ago
  29. 3f7247e perf tui: Catch signals to exit gracefully by Arnaldo Carvalho de Melo · 13 years ago
  30. 2d5646c perf hists browser: Add missing hotkeys to the help window by Arnaldo Carvalho de Melo · 13 years ago
  31. 7bc7298 perf hists browser: Add missing stdarg.h include by Mike Galbraith · 13 years ago
  32. b2b7e9e perf top: Fix the 'E' hotkey, select among multiple events by Arnaldo Carvalho de Melo · 13 years ago
  33. b079d4e perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkey by Arnaldo Carvalho de Melo · 13 years ago
  34. c73a3cb Merge branch 'perf/core' of git://github.com/acmel/linux into perf/core by Ingo Molnar · 13 years ago
  35. 6c3c5b2 perf buildid: Fix possible unterminated readlink() result buffer by Thomas Jarosch · 13 years ago
  36. 0361fc2 perf annotate browser: Allow toggling the visualization of source code lines by Arnaldo Carvalho de Melo · 13 years ago
  37. 250611c perf ui browser: Add filter method by Arnaldo Carvalho de Melo · 13 years ago
  38. 7296d66 perf annotate browser: Exit when pressing ESC or the left arrow by Arnaldo Carvalho de Melo · 13 years ago
  39. 437cfe7 perf hists browser: Invalidate ui_browser->top after timer calls by Arnaldo Carvalho de Melo · 13 years ago
  40. 18eaf0b perf hists browser: Fix handling of TAB/UNTAB for multiple events by Arnaldo Carvalho de Melo · 13 years ago
  41. e345fa1 perf top: Remove entries from entries_collapsed on decay by Arnaldo Carvalho de Melo · 13 years ago
  42. ed7e566 perf ui browser: Remove ui_browser__add_exit_keys by Arnaldo Carvalho de Melo · 13 years ago
  43. 3af6e33 perf ui browser: Handle SIGWINCH by Arnaldo Carvalho de Melo · 13 years ago
  44. 33e2731 perf hists: Fix compilation when NO_NEWT_SUPPORT is set by Stephane Eranian · 13 years ago
  45. df71d95 perf hists: Don't free decayed entries if in the annotation browser by Arnaldo Carvalho de Melo · 13 years ago
  46. 177e216 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  47. 900e14a perf hists browser: Recalculate browser pointers after resort/decay by Arnaldo Carvalho de Melo · 13 years ago
  48. 46a9719 Staging: hv: move hyperv code out of staging directory by Greg Kroah-Hartman · 13 years ago
  49. 44a5604 perf probe: Fix to show correct error string by Masami Hiramatsu · 13 years ago
  50. 64c6f0c perf tools: Make --no-asm-raw the default by Arnaldo Carvalho de Melo · 13 years ago
  51. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  52. be83f5e perf hists browser: Update the browser.nr_entries after the timer by Arnaldo Carvalho de Melo · 13 years ago
  53. 7d16320 perf hists browser: Fix TAB/UNTAB use with multiple events by Arnaldo Carvalho de Melo · 13 years ago
  54. 724c9c9 perf hists browser: Don't offer symbol actions when symbols not on --sort by Arnaldo Carvalho de Melo · 13 years ago
  55. 234a537 perf annotate browser: Use -> to navigate on assembly lines by Arnaldo Carvalho de Melo · 13 years ago
  56. e39622c perf tools: Fix broken number of samples for perf report -n by Stephane Eranian · 13 years ago
  57. 8b1bfdb perf top: Use the TUI interface by default by Arnaldo Carvalho de Melo · 13 years ago
  58. 3495854 perf annotate browser: Allow navigation to called functions by Arnaldo Carvalho de Melo · 13 years ago
  59. 19d4ac3 perf top: Add callgraph support by Arnaldo Carvalho de Melo · 13 years ago
  60. ab81f3f perf top: Reuse the 'report' hist_entry/hists classes by Arnaldo Carvalho de Melo · 13 years ago
  61. 81cce8d perf browsers: Add live mode to the hists, annotate browsers by Arnaldo Carvalho de Melo · 13 years ago
  62. 1980c2eb perf hists: Threaded addition and sorting of entries by Arnaldo Carvalho de Melo · 13 years ago
  63. 3f2728b perf report: Add option to show total period by Arnaldo Carvalho de Melo · 13 years ago
  64. ef9dfe6 perf hists: Allow limiting the number of rows and columns in fprintf by Arnaldo Carvalho de Melo · 13 years ago
  65. 42b28ac perf hists: Stop using 'self' for struct hists by Arnaldo Carvalho de Melo · 13 years ago
  66. 9d01402 Merge commit 'v3.1-rc9' into perf/core by Ingo Molnar · 13 years ago
  67. 87ffef7 perf symbols: Treat all memory maps without dso file as loaded by Jiri Olsa · 13 years ago
  68. e78cb36 perf sched: Fix script command documentation by Jiri Olsa · 13 years ago
  69. b53af0f perf report: Fix stdio event name header printing by Arnaldo Carvalho de Melo · 13 years ago
  70. f69b64f perf: Support setting the disassembler style by Andi Kleen · 13 years ago
  71. 33e49ea perf tools: Make stat/record print fatal signals of the target program by Andi Kleen · 13 years ago
  72. 61a9f32 perf stat: Fix spelling in comment by Jim Cromie · 13 years ago
  73. d4ffd04 perf stat: Allow tab as cvs delimiter by Jim Cromie · 13 years ago
  74. a1bca6c perf stat: Suppress printing std-dev when its 0 by Jim Cromie · 13 years ago
  75. 19f4740 perf stat: Fix +- nan% in --no-aggr runs by Jim Cromie · 13 years ago
  76. 56f3bae perf stat: Add --log-fd <N> option to redirect stderr elsewhere by Jim Cromie · 13 years ago
  77. dcc101d perf top: Improve lost events warning by Arnaldo Carvalho de Melo · 13 years ago
  78. eb48900 perf top browser: Fix up line width calculation by Arnaldo Carvalho de Melo · 13 years ago
  79. 7a6f205 perf buildid-list: Support showing the build id in an ELF file by Arnaldo Carvalho de Melo · 13 years ago
  80. f2add9c perf buildid-list: Add option to show the running kernel build id by Arnaldo Carvalho de Melo · 13 years ago
  81. 63e0372 perf script: Add drop monitor script by Neil Horman · 13 years ago
  82. 98dfd55 perf symbols: Stop using 'self' in map_groups__ methods by Arnaldo Carvalho de Melo · 13 years ago
  83. 8e303f2 perf tools: Fix raw sample reading by Jiri Olsa · 13 years ago
  84. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  85. ed3982c Merge commit 'v3.1-rc7' into perf/core by Ingo Molnar · 13 years ago
  86. 2b022a8 perf python: Add missing perf_event__parse_sample 'swapped' parm by Arnaldo Carvalho de Melo · 13 years ago
  87. 9e59e09 perf tools: Add support for disabling -Werror via WERROR=0 by Darren Hart · 13 years ago
  88. af52aaf perf top: Fix userspace sample addr map offset by Arnaldo Carvalho de Melo · 13 years ago
  89. be96ea8 perf symbols: Fix issue with binaries using 16-bytes buildids (v2) by Stephane Eranian · 14 years ago
  90. 936be50 perf tool: Fix endianness handling of u32 data in samples by David Ahern · 13 years ago
  91. 6bb8f31 perf sort: Fix symbol sort output by separating unresolved samples by type by Anton Blanchard · 13 years ago
  92. 6a0e55d perf symbols: Synthesize anonymous mmap events by Anton Blanchard · 13 years ago
  93. 764e16a3 perf record: Create events initially disabled and enable after init by David Ahern · 13 years ago
  94. 694bf40 perf symbols: Add some heuristics for choosing the best duplicate symbol by Anton Blanchard · 13 years ago
  95. 3187790 perf symbols: Preserve symbol scope when parsing /proc/kallsyms by Anton Blanchard · 13 years ago
  96. 3f5a427 perf symbols: /proc/kallsyms does not sort module symbols by Anton Blanchard · 13 years ago
  97. adb0918 perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo files by Anton Blanchard · 13 years ago
  98. f66fedc perf probe: Fix regression of variable finder by Masami Hiramatsu · 13 years ago
  99. 90e9364 Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  100. be5378f Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutils by Linus Torvalds · 13 years ago