1. 82b8977 perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
  2. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
  3. e041e32 perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 10 years ago
  4. 53b2533 perf: Disable sampled events if no PMU interrupt by Vince Weaver · 10 years ago
  5. b69cf53 perf: Fix a race between ring_buffer_detach() and ring_buffer_attach() by Peter Zijlstra · 10 years ago
  6. c464c76 perf: Allow building PMU drivers as modules by Yan, Zheng · 10 years ago
  7. f0bdb5e CPU hotplug, perf: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  8. f3ae75d perf/x86: Fix active_entry initialization by Stephane Eranian · 11 years ago
  9. 71ad88e perf: Add active_entry list head to struct perf_event by Stephane Eranian · 11 years ago
  10. fdfbbd0 perf: Add generic transaction flags by Andi Kleen · 11 years ago
  11. 9886167 perf: Fix perf_pmu_migrate_context by Peter Zijlstra · 11 years ago
  12. 816434e Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  13. 274481d perf: Export struct perf_branch_entry to userspace by Vince Weaver · 11 years ago
  14. 851cf6e jump_label: Split jumplabel ratelimit by Andrew Jones · 11 years ago
  15. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  16. 2d722f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 11 years ago
  18. 14c63f1 perf: Drop sample rate when sampling is too slow by Dave Hansen · 11 years ago
  19. 135c561 perf/x86/intel: Support Haswell/v4 LBR format by Andi Kleen · 11 years ago
  20. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  21. 43b45780 perf/x86: Reduce stack usage of x86_schedule_events() by Andrew Hunter · 11 years ago
  22. 03d8e80 perf: Add const qualifier to perf_pmu_register's 'name' arg by Mischa Jonker · 11 years ago
  23. eff2108 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  24. 26cb63a perf: Fix perf mmap bugs by Peter Zijlstra · 11 years ago
  25. 62b8563 perf: Add sysfs entry to adjust multiplexing interval per PMU by Stephane Eranian · 11 years ago
  26. 9e63020 perf: Use hrtimers for event multiplexing by Stephane Eranian · 11 years ago
  27. ab57384 perf: Fix hw breakpoints overflow period sampling by Jiri Olsa · 11 years ago
  28. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  29. 026249e perf: New helper to prevent full dynticks CPUs from stopping tick by Frederic Weisbecker · 11 years ago
  30. 5298018 Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/core by Ingo Molnar · 11 years ago
  31. d6be9ad perf: Add generic memory sampling interface by Stephane Eranian · 12 years ago
  32. c3feedf perf/core: Add weighted samples by Andi Kleen · 12 years ago
  33. 9fac2cf perf/x86: Add flags to event constraints by Stephane Eranian · 12 years ago
  34. 3a54aaa perf/x86: Improve sysfs event mapping with event string by Stephane Eranian · 12 years ago
  35. 6c4d3bc perf,x86: fix link failure for non-Intel configs by David Rientjes · 11 years ago
  36. 1d9d863 perf,x86: fix kernel crash with PEBS/BTS after suspend/resume by Stephane Eranian · 11 years ago
  37. 877c685 perf: Remove include of cgroup.h from perf_event.h by Li Zefan · 11 years ago
  38. f22c1bb perf: Introduce hw_perf_event->tp_target and ->tp_list by Oleg Nesterov · 12 years ago
  39. 2663960 perf: Make EVENT_ATTR global by Sukadev Bhattiprolu · 12 years ago
  40. c13d38e perf, cpu hotplug: Use cached value of smp_processor_id() by Srivatsa S. Bhat · 12 years ago
  41. 6760bca perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabled by Srivatsa S. Bhat · 12 years ago
  42. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  43. 3f1f332 perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu by Peter Zijlstra · 12 years ago
  44. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  45. bad9ac2 perf/x86/ibs: Check syscall attribute flags by Robert Richter · 12 years ago
  46. 500ad2d perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled by K.Prasad · 12 years ago
  47. a6fa941 perf_event: Switch to internal refcount, fix race with close() by Al Viro · 12 years ago
  48. 1659d12 perf tools: Keep the perf_event_attr on version 3 by Jiri Olsa · 12 years ago
  49. d077526 perf: Add attribute to filter out callchains by Frederic Weisbecker · 12 years ago
  50. c5ebced perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  51. 5685e0f perf: Add perf_output_skip function to skip bytes in sample by Jiri Olsa · 12 years ago
  52. 91d7753 perf: Factor __output_copy to be usable with specific copy function by Frederic Weisbecker · 12 years ago
  53. 4018994 perf: Add ability to attach user level registers dump to sample by Jiri Olsa · 12 years ago
  54. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  55. 0cda4c0 perf: Introduce perf_pmu_migrate_context() by Yan, Zheng · 12 years ago
  56. c48b605 perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernel by Vince Weaver · 12 years ago
  57. 0b0d9cf perf: Limit callchains to 127 by Arun Sharma · 12 years ago
  58. 114067b perf tools: Check if callchain is corrupted by Namhyung Kim · 12 years ago
  59. ab0cce5 Revert "sched, perf: Use a single callback into the scheduler" by Jiri Olsa · 12 years ago
  60. cb04ff9 sched, perf: Use a single callback into the scheduler by Peter Zijlstra · 12 years ago
  61. fd0d000 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 12 years ago
  62. b01c3a0 perf: Move mmap page data_head offset assertion out of header by Jiri Olsa · 12 years ago
  63. c720620 perf: Fix mmap_page capabilities and docs by Peter Zijlstra · 12 years ago
  64. 641cc93 perf: Adding sysfs group format attribute for pmu device by Jiri Olsa · 12 years ago
  65. cb5d769 perf: Add ABI reference sizes by Stephane Eranian · 12 years ago
  66. d010b33 perf: Add callback to flush branch_stack on context switch by Stephane Eranian · 12 years ago
  67. bce38cd perf: Add generic taken branch sampling support by Stephane Eranian · 12 years ago
  68. a706d4f Merge branch 'perf/jump-labels' into perf/core by Ingo Molnar · 12 years ago
  69. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  70. ced3900 ftrace, perf: Add support to use function tracepoint in perf by Jiri Olsa · 12 years ago
  71. bb1693f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  72. e050e3f perf: Fix broken interrupt rate throttling by Stephane Eranian · 13 years ago
  73. e3f3541 perf: Extend the mmap control page with time (TSC) fields by Peter Zijlstra · 13 years ago
  74. 0c9d42e perf, x86: Provide means for disabling userspace RDPMC by Peter Zijlstra · 13 years ago
  75. 35edc2a perf, arch: Rework perf_event_index() by Peter Zijlstra · 13 years ago
  76. c37e174 perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU event by Stephane Eranian · 13 years ago
  77. b202952 perf, core: Rate limit perf_sched_events jump_label patching by Gleb Natapov · 13 years ago
  78. 0f5a260 perf: Avoid a useless pmu_disable() in the perf-tick by Peter Zijlstra · 13 years ago
  79. 10c6db1 perf: Fix loss of notification with multi-event by Peter Zijlstra · 13 years ago
  80. a240f76 perf, core: Introduce attrs to count in either host or guest mode by Joerg Roedel · 13 years ago
  81. a8d757e perf events: Fix slow and broken cgroup context switch code by Stephane Eranian · 13 years ago
  82. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  83. 26ca5c1 perf: export perf_event_refresh() to modules by Avi Kivity · 13 years ago
  84. 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 13 years ago
  85. 89d6c0b perf, arch: Add generic NODE cache events by Peter Zijlstra · 13 years ago
  86. efc9f05 perf_events: Update Intel extra regs shared constraints management by Stephane Eranian · 13 years ago
  87. a7ac67e perf: Remove the perf_output_begin(.sample) argument by Peter Zijlstra · 13 years ago
  88. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  89. 28009ce perf: Remove 64-bit alignment padding from perf_event_context by Richard Kennedy · 13 years ago
  90. b4f9f2b Merge commit 'v3.0-rc3' into perf/core by Ingo Molnar · 13 years ago
  91. 7636913 perf: Split up buffer handling from core code by Frederic Weisbecker · 13 years ago
  92. d7ebe75 perf: Fix comments in include/linux/perf_event.h by Vince Weaver · 13 years ago
  93. 57d5241 Merge branch 'perf/stat' into perf/core by Ingo Molnar · 13 years ago
  94. e7e7ee2 perf events: Clean up definitions and initializers, update copyrights by Ingo Molnar · 13 years ago
  95. 8f62242 perf events: Add generic front-end and back-end stalled cycle event definitions by Ingo Molnar · 13 years ago
  96. 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 · 13 years ago
  97. 94403f8 perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES by Ingo Molnar · 13 years ago
  98. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  99. d430d3d jump label: Introduce static_branch() interface by Jason Baron · 13 years ago
  100. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago