1. 8a49542 perf_events: Fix races in group composition by Peter Zijlstra · 14 years ago
  2. ac9721f perf_events: Fix races and clean up perf_event and perf_mmap_data interaction by Peter Zijlstra · 14 years ago
  3. a94ffaa perf: Remove more code from the fastpath by Peter Zijlstra · 14 years ago
  4. 3cafa9f perf: Optimize the !vmalloc backed buffer by Peter Zijlstra · 14 years ago
  5. 5d967a8 perf: Optimize perf_output_copy() by Peter Zijlstra · 14 years ago
  6. adb8e11 perf: Fix wakeup storm for RO mmap()s by Peter Zijlstra · 14 years ago
  7. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 14 years ago
  8. 6d1acfd perf: Optimize perf_output_*() by avoiding local_xchg() by Peter Zijlstra · 14 years ago
  9. fa58815 perf: Optimize the hotpath by converting the perf output buffer to local_t by Peter Zijlstra · 14 years ago
  10. ef60777 perf: Optimize the perf_output() path by removing IRQ-disables by Peter Zijlstra · 14 years ago
  11. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 14 years ago
  12. e3174cf Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" by Ingo Molnar · 14 years ago
  13. 6bde9b6 perf: Add group scheduling transactional APIs by Lin Ming · 14 years ago
  14. ab60834 perf, x86: Improve the PEBS ABI by Peter Zijlstra · 14 years ago
  15. cce9131 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  16. 4fd38e4 perf: Fix exit() vs PERF_FORMAT_GROUP by Peter Zijlstra · 14 years ago
  17. dcf46b9 perf & kvm: Clean up some of the guest profiling callback API details by Zhang, Yanmin · 14 years ago
  18. 39447b3 perf: Enhance perf to allow for guest statistic collection from host by Zhang, Yanmin · 14 years ago
  19. 76e1d90 perf: Store active software events in a hashlist by Frederic Weisbecker · 14 years ago
  20. ec5e61a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  21. e49a5bd perf: Use hot regs with software sched switch/migrate events by Frederic Weisbecker · 14 years ago
  22. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  23. 85cfabb perf, ppc: Fix compile error due to new cpu notifiers by Peter Zijlstra · 14 years ago
  24. 5331d7b perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot by Frederic Weisbecker · 14 years ago
  25. ef21f68 perf, x86: use LBR for PEBS IP+1 fixup by Peter Zijlstra · 14 years ago
  26. caff2be perf, x86: Implement simple LBR support by Peter Zijlstra · 14 years ago
  27. ca03770 perf, x86: Add PEBS infrastructure by Peter Zijlstra · 14 years ago
  28. 3f6da39 perf: Rework and fix the arch CPU-hotplug hooks by Peter Zijlstra · 14 years ago
  29. dc1d628 perf: Provide generic perf_sample_data initialization by Peter Zijlstra · 14 years ago
  30. 320ebf0 perf, x86: Restrict the ANY flag by Peter Zijlstra · 14 years ago
  31. dd8b1cf perf: Remove pointless breakpoint union by Frederic Weisbecker · 14 years ago
  32. 018cbff Merge commit 'v2.6.33' into perf/core by Frederic Weisbecker · 14 years ago
  33. 6e37738 perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in() by Peter Zijlstra · 14 years ago
  34. d76a081 perf_events: Add new start/stop PMU callbacks by Stephane Eranian · 14 years ago
  35. 447a194 perf_events, x86: Fix bug in hw_perf_enable() by Stephane Eranian · 15 years ago
  36. cd75764 perf: Make bp_len type to u64 generic across the arch by Mahesh Salgaonkar · 15 years ago
  37. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  38. 184f412 perf, x86: Clean up event constraints code a bit by Ingo Molnar · 15 years ago
  39. abd5071 perf: Reimplement frequency driven sampling by Peter Zijlstra · 15 years ago
  40. 92b6759 perf: Change the is_software_event() definition by Peter Zijlstra · 15 years ago
  41. d6f962b perf: Export software-only event group characteristic as a flag by Frederic Weisbecker · 15 years ago
  42. 889ff01 perf/core: Split context's event group list into pinned and non-pinned lists by Frederic Weisbecker · 15 years ago
  43. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  44. 49f4743 perf events: Remove arg from perf sched hooks by Peter Zijlstra · 15 years ago
  45. 8aedf8a Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. f13c12c perf_events: Fix perf_event_attr layout by Peter Zijlstra · 15 years ago
  47. e625cce1 perf_event: Convert to raw_spinlock by Thomas Gleixner · 15 years ago
  48. 44234ad hw-breakpoints: Modify breakpoints without unregistering them by Frederic Weisbecker · 15 years ago
  49. 2ff6cfd perf events: hw_breakpoints: Don't include asm/hw_breakpoint.h in user space by Arnd Bergmann · 15 years ago
  50. c0dfb2f perf: Remove the "event" callback from perf events by Frederic Weisbecker · 15 years ago
  51. b326e95 hw-breakpoints: Use overflow handler instead of the event callback by Frederic Weisbecker · 15 years ago
  52. 9cef308 perf: Remove unused struct perf_event::event_callback by Frederic Weisbecker · 15 years ago
  53. 189f202 perf: Remove pointless union that wraps the hw breakpoint fields by Frederic Weisbecker · 15 years ago
  54. ed54d0f hw-breakpoints: Add two reserved fields for future extensions by Frederic Weisbecker · 15 years ago
  55. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 15 years ago
  56. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago
  57. 59ed446 perf: Fix event scaling for inherited counters by Peter Zijlstra · 15 years ago
  58. 453f19e perf: Allow for custom overflow handlers by Peter Zijlstra · 15 years ago
  59. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 15 years ago
  60. 559fdc3 perf_event: Optimize perf_output_lock() by Peter Zijlstra · 15 years ago
  61. 0ffa798 Merge branches 'perf/powerpc' and 'perf/bench' into perf/core by Ingo Molnar · 15 years ago
  62. 4c49b12 perf_event: Fix invalid type in ioctl definition by Arjan van de Ven · 15 years ago
  63. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  64. a2e7127 Merge commit 'v2.6.32-rc6' into perf/core by Ingo Molnar · 15 years ago
  65. 97eaf53 perf/core: Add a callback to perf events by Frederic Weisbecker · 15 years ago
  66. fb0459d perf/core: Provide a kernel-internal interface to get to performance counters by Arjan van de Ven · 15 years ago
  67. f7d7986 perf_event: Add alignment-faults and emulation-faults software events by Anton Blanchard · 15 years ago
  68. 721a669 perf events: Fix swevent hrtimer sampling by keeping track of remaining time when enabling/disabling swevent hrtimers by Soeren Sandmann · 15 years ago
  69. 6fb2915 tracing/profile: Add filter support by Li Zefan · 15 years ago
  70. 906010b perf_event: Provide vmalloc() based mmap() backing by Peter Zijlstra · 15 years ago
  71. a6f10a2 perf_event: Update PERF_EVENT_FORK header definition by Anton Blanchard · 15 years ago
  72. 57c0c15 perf: Tidy up after the big rename by Ingo Molnar · 15 years ago
  73. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago[Renamed (66%) from include/linux/perf_counter.h]
  74. 65abc86 perf_counter: Rename list_entry -> group_entry, counter_list -> group_list by Ingo Molnar · 15 years ago
  75. cd74c86 perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() change by Paul Mackerras · 15 years ago
  76. 393b2ad perf: Add a timestamp to fork events by Arjan van de Ven · 15 years ago
  77. 5622f29 x86, perf_counter, bts: Optimize BTS overflow handling by Markus Metzger · 15 years ago
  78. 2667de8 perf_counter: Allow for a wakeup watermark by Peter Zijlstra · 15 years ago
  79. 483e3cd Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. ed011b2 Merge commit 'v2.6.31-rc9' into tracing/core by Ingo Molnar · 15 years ago
  81. a4be7c2 perf_counter: Allow sharing of output channels by Peter Zijlstra · 15 years ago
  82. 3dab77f perf: Rework/fix the whole read vs group stuff by Peter Zijlstra · 15 years ago
  83. 2840297 perf_counter: Provide hw_perf_counter_setup_online() APIs by Ingo Molnar · 15 years ago
  84. f4b5ffc tracing: Add perf counter support for syscalls tracing by Jason Baron · 15 years ago
  85. a044560 perf_counter: Correct PERF_SAMPLE_RAW output by Peter Zijlstra · 15 years ago
  86. 3a43ce6 perf_counter: Fix tracepoint sampling to be part of generic sampling by Frederic Weisbecker · 15 years ago
  87. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  88. 9f498cc perf_counter: Full task tracing by Peter Zijlstra · 15 years ago
  89. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 15 years ago
  90. 57e7986 perf_counter: Provide a way to enable counters on exec by Paul Mackerras · 15 years ago
  91. e6e18ec perf_counter: Rework the sample ABI by Peter Zijlstra · 15 years ago
  92. bfbd338 perf_counter: Implement more accurate per task statistics by Peter Zijlstra · 15 years ago
  93. 38b200d perf_counter: Add PERF_EVENT_READ by Peter Zijlstra · 15 years ago
  94. 7f8b4e4 perf_counter: Add scale information to the mmap control page by Peter Zijlstra · 15 years ago
  95. 41f9533 perf_counter: Split the mmap control page in two parts by Peter Zijlstra · 15 years ago
  96. f29ac75 perf_counter: Optimize perf_swcounter_event() by Peter Zijlstra · 15 years ago
  97. e5289d4 perf_counter: Simplify and fix task migration counting by Peter Zijlstra · 15 years ago
  98. f9188e0 perf_counter: Make callchain samples extensible by Peter Zijlstra · 15 years ago
  99. 43a21ea perf_counter: Add event overlow handling by Peter Zijlstra · 15 years ago
  100. 7522060 perf report: Add validation of call-chain entries by Ingo Molnar · 15 years ago