1. e566b76 perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec() by Stephane Eranian · 14 years ago
  2. fd1edb3 perf: Fix task_struct reference leak by Peter Zijlstra · 14 years ago
  3. 2044338 perf: Rebase max unprivileged mlock threshold on top of page size by Frederic Weisbecker · 14 years ago
  4. 880f573 perf: Better fit max unprivileged mlock pages for tools needs by Frederic Weisbecker · 14 years ago
  5. 68cacd2 perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx() by Stephane Eranian · 14 years ago
  6. 38b435b perf: Fix tear-down of inherited group events by Peter Zijlstra · 14 years ago
  7. a0f7d0f perf: Handle stopped state with tracepoints by Frederic Weisbecker · 14 years ago
  8. 91b2f48 perf: Fix the software events state check by Frederic Weisbecker · 14 years ago
  9. 0830937 perf: Fix cgroup vs jump_label problem by Peter Zijlstra · 14 years ago
  10. 1b15d05 perf cgroup: Clean up perf_cgroup_create() by Li Zefan · 14 years ago
  11. f75e18c perf cgroup: Fix unmatched call to perf_detach_cgroup() by Li Zefan · 14 years ago
  12. 3db272c perf cgroup: Fix leak of file reference count by Li Zefan · 14 years ago
  13. 940c5b2 perf: Fix the missing event initialization when pmu is found in idr by Lin Ming · 14 years ago
  14. 768a06e perf: Simplify task_clock_event_read() by Peter Zijlstra · 14 years ago
  15. 3f7cce3 perf_events: Fix rcu and locking issues with cgroup support by Stephane Eranian · 14 years ago
  16. ba3dd36 perf: Optimize hrtimer events by Peter Zijlstra · 14 years ago
  17. 163ec43 perf: Optimize throttling code by Peter Zijlstra · 14 years ago
  18. e5d1367 perf: Add cgroup support by Stephane Eranian · 14 years ago
  19. b00560f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  20. 4fe757d perf: Fix throttle logic by Peter Zijlstra · 14 years ago
  21. c7f9a6f Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  22. 542e72f perf: Fix reading in perf_event_read() by Peter Zijlstra · 14 years ago
  23. fe4b04f perf: Cure task_oncpu_function_call() races by Peter Zijlstra · 14 years ago
  24. 88d4f0d perf: Fix alloc_callchain_buffers() by Eric Dumazet · 14 years ago
  25. 806839b perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/ by Oleg Nesterov · 14 years ago
  26. 547e9fd perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat by Peter Zijlstra · 14 years ago
  27. 8550d7c perf: Fix perf_event_init_task()/perf_event_free_task() interaction by Oleg Nesterov · 14 years ago
  28. dbe08d8 perf: Fix find_get_context() vs perf_event_exit_task() race by Oleg Nesterov · 14 years ago
  29. 335bc70 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  30. 66832eb perf: Validate cpu early in perf_event_alloc() by Oleg Nesterov · 14 years ago
  31. 22a4ec7 perf: Find_get_context: fix the per-cpu-counter check by Oleg Nesterov · 14 years ago
  32. c5ed514 perf: Fix contexted inheritance by Peter Zijlstra · 14 years ago
  33. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  34. 4158755 perf_events: Add perf_event_time() by Stephane Eranian · 14 years ago
  35. 5632ab1 perf_events: Generalize use of event_filter_match() by Stephane Eranian · 14 years ago
  36. 0b3fcf1 perf_events: Move code around to prepare for cgroup by Stephane Eranian · 14 years ago
  37. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  38. abe4340 perf: Sysfs enumeration by Peter Zijlstra · 14 years ago
  39. 2e80a82 perf: Dynamic pmu types by Peter Zijlstra · 14 years ago
  40. 006b20f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  41. ce67783 perf: Fix off by one in perf_swevent_init() by Dan Carpenter · 14 years ago
  42. c277443 perf: Stop all counters on reboot by Peter Zijlstra · 14 years ago
  43. 5167695 perf: Fix duplicate events with multiple-pmu vs software events by Peter Zijlstra · 14 years ago
  44. c980d10 perf events: Make sample_type identity fields available in all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  45. 6844c09 perf events: Separate the routines handling the PERF_SAMPLE_ identity fields by Arnaldo Carvalho de Melo · 14 years ago
  46. 614b678 perf events: Fix event inherit fallout of precalculated headers by Thomas Gleixner · 14 years ago
  47. c320c7b perf events: Precalculate the header space for PERF_SAMPLE_ fields by Arnaldo Carvalho de Melo · 14 years ago
  48. fa9f90b Kill off a bunch of warning: ‘inline’ is not at beginning of declaration by Jesper Juhl · 14 years ago
  49. 9639882 perf: Ignore non-sampling overflows by Peter Zijlstra · 14 years ago
  50. 5d508e8 perf: Don't bother to init the hrtimer for no SW sampling counters by Franck Bui-Huu · 14 years ago
  51. 2e939d1 perf: Limit event refresh to sampling event by Franck Bui-Huu · 14 years ago
  52. 6c7e550 perf: Introduce is_sampling_event() by Franck Bui-Huu · 14 years ago
  53. 6c869e7 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  54. ee6dcfa perf: Fix the software context switch counter by Peter Zijlstra · 14 years ago
  55. dddd337 perf: Fix inherit vs. context rotation bug by Thomas Gleixner · 14 years ago
  56. ae51ce9 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  57. 61c3265 tracing: New flag to allow non privileged users to use a trace event by Frederic Weisbecker · 14 years ago
  58. 8882135 perf: Fix owner-list vs exit by Peter Zijlstra · 14 years ago
  59. fcf48a7 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 14 years ago
  60. 3c502e7 perf,hw_breakpoint: Initialize hardware api earlier by Jason Wessel · 14 years ago
  61. eed0152 perf_events: Fix time tracking in samples by Stephane Eranian · 14 years ago
  62. d7842da perf_events: Fix for transaction recovery in group_sched_in() by Stephane Eranian · 14 years ago
  63. 9ffcfa6 perf_events: Revert: Fix transaction recovery in group_sched_in() by Stephane Eranian · 14 years ago
  64. 5d70f79 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  65. 7e54a5a perf: Optimize sw events by Peter Zijlstra · 14 years ago
  66. 82cd6de perf: Use jump_labels to optimize the scheduler hooks by Peter Zijlstra · 14 years ago
  67. d580ff8 perf, hw_breakpoint: Fix crash in hw_breakpoint creation by Peter Zijlstra · 14 years ago
  68. c6be5a5 perf: Find task before event alloc by Peter Zijlstra · 14 years ago
  69. e7d0bc0 perf: Fix task refcount bugs by Peter Zijlstra · 14 years ago
  70. 74c3337 perf: Fix group moving by Peter Zijlstra · 14 years ago
  71. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  72. 8e5fc1a perf_events: Fix transaction recovery in group_sched_in() by Stephane Eranian · 14 years ago
  73. c530ccd perf_events: Fix bogus context time tracking by Stephane Eranian · 14 years ago
  74. 6268464 Merge remote branch 'tip/perf/core' into oprofile/core by Robert Richter · 14 years ago
  75. ad0cf34 perf: Fix incorrect copy_from_user() usage by John Blackwood · 14 years ago
  76. ad0f7cf Merge branch 'oprofile/urgent' (early part) into oprofile/perf by Robert Richter · 14 years ago
  77. 84c7991 perf: New helper function for pmu name by Matt Fleming · 14 years ago
  78. 540804b perf_events: Fix invalid pointer when pid is invalid by Stephane Eranian · 14 years ago
  79. 41945f6 perf: Avoid RCU vs preemption assumptions by Peter Zijlstra · 14 years ago
  80. e9d2b06 perf: Undo the per cpu-context timer stuff by Peter Zijlstra · 14 years ago
  81. 917bdd1 perf: Fix perf_event_exit_cpu_context() by Peter Zijlstra · 14 years ago
  82. b04243e perf: Complete software pmu grouping by Peter Zijlstra · 14 years ago
  83. d14b12d perf_events: Fix broken event grouping by Stephane Eranian · 14 years ago
  84. 38a81da perf events: Clean up pid passing by Matt Helsley · 14 years ago
  85. 2ebd4ff perf events: Split out task search into helper by Matt Helsley · 14 years ago
  86. 0c67b40 perf: Fix free_event() by Peter Zijlstra · 14 years ago
  87. cde8e88 perf: Sanitize the RCU logic by Peter Zijlstra · 14 years ago
  88. e5f4d33 perf: Fix perf_init_event() by Peter Zijlstra · 14 years ago
  89. cee010e perf: Ensure we call add_event_to_ctx() with the right locks held by Peter Zijlstra · 14 years ago
  90. 4e231c7 perf: Fix up delayed_put_task_struct() by Peter Zijlstra · 14 years ago
  91. 1b9a644 perf: Optimize context ops by Peter Zijlstra · 14 years ago
  92. 89a1e18 perf: Provide a separate task context for swevents by Peter Zijlstra · 14 years ago
  93. 8dc85d547 perf: Multiple task contexts by Peter Zijlstra · 14 years ago
  94. eb18447 perf: Clean up perf_event_context allocation by Peter Zijlstra · 14 years ago
  95. 97dee4f perf: Move some code around by Peter Zijlstra · 14 years ago
  96. 108b02c perf: Per-pmu-per-cpu contexts by Peter Zijlstra · 14 years ago
  97. b5ab4cd perf: Per cpu-context rotation timer by Peter Zijlstra · 14 years ago
  98. b28ab83 perf: Remove the swevent hash-table from the cpu context by Peter Zijlstra · 14 years ago
  99. c3f00c7 perf: Separate find_get_context() from event initialization by Peter Zijlstra · 14 years ago
  100. 15ac9a3 perf: Remove the sysfs bits by Peter Zijlstra · 14 years ago