1. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  2. 4536e4d Revert "perf: Add PM notifiers to fix CPU hotplug races" by Linus Torvalds · 13 years ago
  3. bc3e53f mm: distinguish between mlocked and pinned pages by Christoph Lameter · 13 years ago
  4. 6e5fdee kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure by Paul Gortmaker · 14 years ago
  5. ed3982c Merge commit 'v3.1-rc7' into perf/core by Ingo Molnar · 13 years ago
  6. 7f310a5 perf_event: Fix broken calc_timer_values() by Eric B Munson · 14 years ago
  7. a8d757e perf events: Fix slow and broken cgroup context switch code by Stephane Eranian · 14 years ago
  8. 7e5b2a0 perf: provide PMU when initing events by Mark Rutland · 14 years ago
  9. 144060f perf: Add PM notifiers to fix CPU hotplug races by Peter Zijlstra · 14 years ago
  10. 9985c20 perf: Remove perf_event_attr::type check by Lin Ming · 14 years ago
  11. 26ca5c1 perf: export perf_event_refresh() to modules by Avi Kivity · 14 years ago
  12. 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 14 years ago
  13. a7ac67e perf: Remove the perf_output_begin(.sample) argument by Peter Zijlstra · 14 years ago
  14. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
  15. 0d64120 events: Ensure that timers are updated without requiring read() call by Eric B Munson · 14 years ago
  16. c479429 events: Move lockless timer calculation into helper function by Eric B Munson · 14 years ago
  17. b7526f0 events: Add note to update_event_times comment about holding ctx->lock by Eric B Munson · 14 years ago
  18. 4ec8363 perf_events: Fix perf buffer watermark setting by Vince Weaver · 14 years ago
  19. 7636913 perf: Split up buffer handling from core code by Frederic Weisbecker · 14 years ago
  20. b58f6b0 perf, core: Fix initial task_ctx/event installation by Peter Zijlstra · 14 years ago
  21. 3ce2a0b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  22. 710054b Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 14 years ago
  23. 74c355f perf, cgroups: Fix up for new API by Peter Zijlstra · 14 years ago
  24. 64ce312 perf: De-schedule a task context when removing the last event by Peter Zijlstra · 14 years ago
  25. e03a9a5 perf: Change close() semantics for group events by Peter Zijlstra · 14 years ago
  26. dce5855 perf: Collect the schedule-in rules in one function by Peter Zijlstra · 14 years ago
  27. db24d33 perf: Change and simplify ctx::is_active semantics by Peter Zijlstra · 14 years ago
  28. 2c29ef0 perf: Simplify and fix __perf_install_in_context() by Peter Zijlstra · 14 years ago
  29. 04dc2db perf: Remove task_ctx_sched_in() by Peter Zijlstra · 14 years ago
  30. facc430 perf: Optimize event scheduling locking by Peter Zijlstra · 14 years ago
  31. 9137fb2 perf: Clean up 'ctx' reference counting by Peter Zijlstra · 14 years ago
  32. 075e0b0 perf: Optimize ctx_sched_out() by Peter Zijlstra · 14 years ago
  33. f506b3d perf: Fix SIGIO handling by Peter Zijlstra · 14 years ago
  34. 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 · 14 years ago
  35. e7e7ee2 perf events: Clean up definitions and initializers, update copyrights by Ingo Molnar · 14 years ago
  36. fae85b7 perf: Start the restructuring by Borislav Petkov · 14 years ago[Renamed from kernel/perf_event.c]
  37. 3267382 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  38. e566b76 perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec() by Stephane Eranian · 14 years ago
  39. d430d3d jump label: Introduce static_branch() interface by Jason Baron · 14 years ago
  40. fd1edb3 perf: Fix task_struct reference leak by Peter Zijlstra · 14 years ago
  41. 2044338 perf: Rebase max unprivileged mlock threshold on top of page size by Frederic Weisbecker · 14 years ago
  42. 880f573 perf: Better fit max unprivileged mlock pages for tools needs by Frederic Weisbecker · 14 years ago
  43. 68cacd2 perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx() by Stephane Eranian · 14 years ago
  44. 38b435b perf: Fix tear-down of inherited group events by Peter Zijlstra · 14 years ago
  45. a0f7d0f perf: Handle stopped state with tracepoints by Frederic Weisbecker · 14 years ago
  46. 91b2f48 perf: Fix the software events state check by Frederic Weisbecker · 14 years ago
  47. 0830937 perf: Fix cgroup vs jump_label problem by Peter Zijlstra · 14 years ago
  48. 1b15d05 perf cgroup: Clean up perf_cgroup_create() by Li Zefan · 14 years ago
  49. f75e18c perf cgroup: Fix unmatched call to perf_detach_cgroup() by Li Zefan · 14 years ago
  50. 3db272c perf cgroup: Fix leak of file reference count by Li Zefan · 14 years ago
  51. 940c5b2 perf: Fix the missing event initialization when pmu is found in idr by Lin Ming · 14 years ago
  52. 768a06e perf: Simplify task_clock_event_read() by Peter Zijlstra · 14 years ago
  53. 3f7cce3 perf_events: Fix rcu and locking issues with cgroup support by Stephane Eranian · 14 years ago
  54. ba3dd36 perf: Optimize hrtimer events by Peter Zijlstra · 14 years ago
  55. 163ec43 perf: Optimize throttling code by Peter Zijlstra · 14 years ago
  56. e5d1367 perf: Add cgroup support by Stephane Eranian · 14 years ago
  57. b00560f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  58. 4fe757d perf: Fix throttle logic by Peter Zijlstra · 14 years ago
  59. c7f9a6f Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  60. 542e72f perf: Fix reading in perf_event_read() by Peter Zijlstra · 14 years ago
  61. fe4b04f perf: Cure task_oncpu_function_call() races by Peter Zijlstra · 14 years ago
  62. 88d4f0d perf: Fix alloc_callchain_buffers() by Eric Dumazet · 14 years ago
  63. 806839b perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/ by Oleg Nesterov · 14 years ago
  64. 547e9fd perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat by Peter Zijlstra · 14 years ago
  65. 8550d7c perf: Fix perf_event_init_task()/perf_event_free_task() interaction by Oleg Nesterov · 14 years ago
  66. dbe08d8 perf: Fix find_get_context() vs perf_event_exit_task() race by Oleg Nesterov · 14 years ago
  67. 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
  68. 66832eb perf: Validate cpu early in perf_event_alloc() by Oleg Nesterov · 14 years ago
  69. 22a4ec7 perf: Find_get_context: fix the per-cpu-counter check by Oleg Nesterov · 14 years ago
  70. c5ed514 perf: Fix contexted inheritance by Peter Zijlstra · 14 years ago
  71. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  72. 4158755 perf_events: Add perf_event_time() by Stephane Eranian · 14 years ago
  73. 5632ab1 perf_events: Generalize use of event_filter_match() by Stephane Eranian · 14 years ago
  74. 0b3fcf1 perf_events: Move code around to prepare for cgroup by Stephane Eranian · 14 years ago
  75. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  76. abe4340 perf: Sysfs enumeration by Peter Zijlstra · 14 years ago
  77. 2e80a82 perf: Dynamic pmu types by Peter Zijlstra · 14 years ago
  78. 006b20f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  79. ce67783 perf: Fix off by one in perf_swevent_init() by Dan Carpenter · 14 years ago
  80. c277443 perf: Stop all counters on reboot by Peter Zijlstra · 14 years ago
  81. 5167695 perf: Fix duplicate events with multiple-pmu vs software events by Peter Zijlstra · 14 years ago
  82. c980d10 perf events: Make sample_type identity fields available in all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  83. 6844c09 perf events: Separate the routines handling the PERF_SAMPLE_ identity fields by Arnaldo Carvalho de Melo · 14 years ago
  84. 614b678 perf events: Fix event inherit fallout of precalculated headers by Thomas Gleixner · 14 years ago
  85. c320c7b perf events: Precalculate the header space for PERF_SAMPLE_ fields by Arnaldo Carvalho de Melo · 14 years ago
  86. fa9f90b Kill off a bunch of warning: ‘inline’ is not at beginning of declaration by Jesper Juhl · 14 years ago
  87. 9639882 perf: Ignore non-sampling overflows by Peter Zijlstra · 14 years ago
  88. 5d508e8 perf: Don't bother to init the hrtimer for no SW sampling counters by Franck Bui-Huu · 14 years ago
  89. 2e939d1 perf: Limit event refresh to sampling event by Franck Bui-Huu · 14 years ago
  90. 6c7e550 perf: Introduce is_sampling_event() by Franck Bui-Huu · 14 years ago
  91. 6c869e7 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  92. ee6dcfa perf: Fix the software context switch counter by Peter Zijlstra · 14 years ago
  93. dddd337 perf: Fix inherit vs. context rotation bug by Thomas Gleixner · 14 years ago
  94. 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
  95. 61c3265 tracing: New flag to allow non privileged users to use a trace event by Frederic Weisbecker · 14 years ago
  96. 8882135 perf: Fix owner-list vs exit by Peter Zijlstra · 14 years ago
  97. 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
  98. 3c502e7 perf,hw_breakpoint: Initialize hardware api earlier by Jason Wessel · 14 years ago
  99. eed0152 perf_events: Fix time tracking in samples by Stephane Eranian · 14 years ago
  100. d7842da perf_events: Fix for transaction recovery in group_sched_in() by Stephane Eranian · 14 years ago