1. 978da30 perf/x86/ibs: Fix undefined reference to `get_ibs_caps' by Robert Richter · 13 years ago
  2. 0c5a0f9 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
  3. 54e7a4e perf annotate browser: Add key bindings help window by Arnaldo Carvalho de Melo · 13 years ago
  4. 2402e4a perf annotate browser: Show 'jumpy' functions by Arnaldo Carvalho de Melo · 13 years ago
  5. 7d5b12f perf annotate browser: Count the numbers of jump sources to a target by Arnaldo Carvalho de Melo · 13 years ago
  6. c46219ac perf annotate: Introduce ->free() method in ins_ops by Arnaldo Carvalho de Melo · 13 years ago
  7. 7a997fe perf annotate: Augment lock instruction output by Arnaldo Carvalho de Melo · 13 years ago
  8. a43712c perf annotate: Resolve symbols using objdump comment for single op ins by Arnaldo Carvalho de Melo · 13 years ago
  9. 6de783b perf annotate: Resolve symbols using objdump comment by Arnaldo Carvalho de Melo · 13 years ago
  10. e8ea156 perf annotate: Use raw form for register indirect call instructions by Arnaldo Carvalho de Melo · 13 years ago
  11. 5dcefda 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
  12. 5a5626b perf hists browser: Use '/' for search/filter instead of 's' by Arnaldo Carvalho de Melo · 13 years ago
  13. c4f400e Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  14. f6c1be2 perf annotate: shorten helpline so it fits in visible space by David Ahern · 13 years ago
  15. d1cae34 perf record: Reset event name when falling back to cpu-clock by David Ahern · 13 years ago
  16. 40491ea perf top: Update event name when falling back to cpu-clock by David Ahern · 13 years ago
  17. 979987a perf stat: handle ENXIO error for perf_event_open by David Ahern · 13 years ago
  18. 028d455 perf record: Fix fallback to cpu-clock on ppc by David Ahern · 13 years ago
  19. 04480d0 perf report: Fix format string for x86-32 compilation by Jiri Olsa · 13 years ago
  20. cb04ff9 sched, perf: Use a single callback into the scheduler by Peter Zijlstra · 13 years ago
  21. 8b1e136 perf/x86-ibs: Fix usage of IBS op current count by Robert Richter · 13 years ago
  22. fc5fb2b perf/x86-ibs: Catch spurious interrupts after stopping IBS by Robert Richter · 13 years ago
  23. c9574fe perf/x86-ibs: Implement workaround for IBS erratum #420 by Robert Richter · 13 years ago
  24. 7caaf4d perf/x86-ibs: Extend hw period that triggers overflow by Robert Richter · 13 years ago
  25. fc006cf perf/x86-ibs: Trigger overflow if remaining period is too small by Robert Richter · 13 years ago
  26. 98112d2 perf/x86-ibs: Rename some variables by Robert Richter · 13 years ago
  27. 450bbd4 perf/x86-ibs: Precise event sampling with IBS for AMD CPUs by Robert Richter · 13 years ago
  28. d47e823 perf/x86-ibs: Take instruction pointer from ibs sample by Robert Richter · 13 years ago
  29. 6accb9c perf/x86-ibs: Fix frequency profiling by Robert Richter · 13 years ago
  30. 7bf3523 perf/x86-ibs: Enable ibs op micro-ops counting mode by Robert Richter · 13 years ago
  31. fd0d000 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 13 years ago
  32. c75841a perf/x86-ibs: Fix update of period by Robert Richter · 13 years ago
  33. ad8537c Merge branch 'perf/x86-ibs' into perf/core by Ingo Molnar · 13 years ago
  34. 6817968 tracing: Remove ftrace_disable/enable_cpu() by Steven Rostedt · 13 years ago
  35. 50e18b9 tracing: Use seq_*_private interface for some seq files by Jiri Olsa · 13 years ago
  36. 149936a Merge branch 'perf/annotate' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  37. 80eebd9 perf top: Default to system wide using perf_target methods by Arnaldo Carvalho de Melo · 13 years ago
  38. b02ee9a tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off by Minho Ban · 13 years ago
  39. b9818e9 perf annotate browser: Compact 'nop' output by Arnaldo Carvalho de Melo · 13 years ago
  40. 5417072 perf annotate browser: Do raw printing in 'o'ffset in a single place by Arnaldo Carvalho de Melo · 13 years ago
  41. 77a6f01 perf stat: Use perf_evlist__create_maps by Namhyung Kim · 13 years ago
  42. d67356e perf target: Consolidate target task/cpu checking by Namhyung Kim · 13 years ago
  43. 16ad2ff perf tools: Introduce perf_target__strerror() by Namhyung Kim · 13 years ago
  44. dfe78ad perf target: Introduce perf_target__parse_uid() by Namhyung Kim · 13 years ago
  45. 60bbdda perf target: Introduce perf_target_errno by Namhyung Kim · 13 years ago
  46. 55261f4 perf evlist: Fix creation of cpu map by Namhyung Kim · 13 years ago
  47. 10b47d5 perf top: Set target.system_wide by Arnaldo Carvalho de Melo · 13 years ago
  48. 19631cb Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  49. 9389a46 perf session: Fail on processing event with unknown size by Jiri Olsa · 13 years ago
  50. 59a094c ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.h by Steven Rostedt · 13 years ago
  51. 64aa17c perf annotate browser: Don't change the asm line color when toggling source by Arnaldo Carvalho de Melo · 13 years ago
  52. 83b1f2a perf annotate browser: More clearly separate columns by Arnaldo Carvalho de Melo · 13 years ago
  53. 4656cca perf ui browser: Introduce routine to draw vertical line by Arnaldo Carvalho de Melo · 13 years ago
  54. dc41b9b perf ui: Change fallback policy of setup_browser() by Namhyung Kim · 13 years ago
  55. 281ef54 perf ui: Add gtk2 support into setup_browser() by Namhyung Kim · 13 years ago
  56. 28e62b9 perf ui gtk: Rename functions for consistency by Namhyung Kim · 13 years ago
  57. 7706f96 perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser() by Namhyung Kim · 13 years ago
  58. ca09b2e perf ui: Make setup_browser() generic by Namhyung Kim · 13 years ago
  59. 12864b3 perf target: Split out perf_target handling code by Namhyung Kim · 13 years ago
  60. 770a34a perf tools: Check more combinations of PID/TID, UID and CPU switches by Namhyung Kim · 13 years ago
  61. b809ac1 perf evlist: Make create_maps() take struct perf_target by Namhyung Kim · 13 years ago
  62. 4bd0f2d perf tools: Introduce perf_target__validate() helper by Namhyung Kim · 13 years ago
  63. fe9d18a perf top: Convert to struct perf_target by Namhyung Kim · 13 years ago
  64. 20f946b perf stat: Convert to struct perf_target by Namhyung Kim · 13 years ago
  65. bea0340 perf tools: Introduce struct perf_target by Namhyung Kim · 13 years ago
  66. c651214 perf tools: Fix include header files in util/parse-events.h by Robert Richter · 13 years ago
  67. 23080e4 perf test: Make the rdpmc test honour 'verbose' mode by Arnaldo Carvalho de Melo · 13 years ago
  68. 4a6d70c ftrace/x86: Remove the complex ftrace NMI handling code by Steven Rostedt · 13 years ago
  69. 08d636b ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine by Steven Rostedt · 13 years ago
  70. 0822cc8 perf annotate browser: Don't display 0.00 percentages by Arnaldo Carvalho de Melo · 13 years ago
  71. 3e8b5dd perf annotate browser: Remove the vertical line after the percentages by Arnaldo Carvalho de Melo · 13 years ago
  72. 9d1ef56 perf annotate browser: Show current jump, back or forward by Arnaldo Carvalho de Melo · 13 years ago
  73. 944e1ab perf ui browser: Add method to draw up/down arrow line by Arnaldo Carvalho de Melo · 13 years ago
  74. 88298f5 perf annotate browser: Add a right arrow before call instructions by Arnaldo Carvalho de Melo · 13 years ago
  75. 1fa2e84 Merge tag 'perf-annotate-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  76. 392d65a perf: Remove PERF_COUNTERS config option by Robert Richter · 13 years ago
  77. 33b07b8 perf: Use static variant of perf_event_overflow in core.c by Robert Richter · 13 years ago
  78. 5f09fc6 perf/x86: Fix cmpxchg() usage in amd_put_event_constraints() by Robert Richter · 13 years ago
  79. 10c2502 perf: Trivial cleanup of duplicate code by Robert Richter · 13 years ago
  80. 38b31bd perf annotate browser: Don't draw jump connectors for out of function jumps by Arnaldo Carvalho de Melo · 13 years ago
  81. fb29fa5 perf annotate: Mark jump instructions with no offset by Arnaldo Carvalho de Melo · 13 years ago
  82. 44d1a3e perf annotate: Disambiguage offsets and addresses in operands by Arnaldo Carvalho de Melo · 13 years ago
  83. fab0699 perf/x86: Clean up register_nmi_handler() usage by Ingo Molnar · 13 years ago
  84. 9481ede perf annotate browser: Handle NULL jump targets by Arnaldo Carvalho de Melo · 13 years ago
  85. 3dbe927 Merge tag 'v3.4-rc4' into perf/core by Ingo Molnar · 13 years ago
  86. a3f895b perf annotate browser: Initial loop detection by Arnaldo Carvalho de Melo · 13 years ago
  87. 438ced1 ring-buffer: Add per_cpu ring buffer control files by Vaibhav Nagarnaik · 13 years ago
  88. 5a26c8f tracing: Remove an unneeded check in trace_seq_buffer() by Dan Carpenter · 13 years ago
  89. 07d777f tracing: Add percpu buffers for trace_printk() by Steven Rostedt · 13 years ago
  90. f3054c7 perf tools: Cleanup realloc use by Ulrich Drepper · 13 years ago
  91. 66f75a5 Linux 3.4-rc4 by Linus Torvalds · 13 years ago
  92. e9a5ea1 sparc32,leon: add notify_cpu_starting() by Yong Zhang · 13 years ago
  93. 8f4f9d4 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  94. 126a348 Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  95. 8898159 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  96. 9f24ff6 Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  97. bfce281 kill mm argument of vm_munmap() by Al Viro · 13 years ago
  98. 9f3a4af perfmon: kill some helpers and arguments by Al Viro · 13 years ago
  99. 936af15 aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio() by Al Viro · 13 years ago
  100. 7c57091 mmc: core: Do not pre-claim host in suspend by Ulf Hansson · 13 years ago