1. 5e855db5 perf_event: Fix variable initialization in other codepaths by Xiao Guangrong · 16 years ago
  2. 21140f4 perf_event: Fix perf_swevent_hrtimer() variable initialization by Xiao Guangrong · 16 years ago
  3. 822a696 tracing/kprobes: Fix field creation's bad error handling by Frederic Weisbecker · 16 years ago
  4. ec89a06 perf_event: Cleanup for cpu_clock_perf_event_update() by Xiao Guangrong · 16 years ago
  5. b93f797 perf_event: Allocate children's perf_event_ctxp at the right time by Xiao Guangrong · 16 years ago
  6. aa5452d perf_event: Clean up __perf_event_init_context() by Xiao Guangrong · 16 years ago
  7. 44234ad hw-breakpoints: Modify breakpoints without unregistering them by Frederic Weisbecker · 16 years ago
  8. a7c312b trace-kprobe: Support delete probe syntax by Masami Hiramatsu · 16 years ago
  9. 6ab8886 perf: hw_breakpoints: Fix percpu namespace clash by Stephen Rothwell · 16 years ago
  10. 5605317 hw-breakpoints: Fix task-bound breakpoint slot allocation by Frederic Weisbecker · 16 years ago
  11. b326e95 hw-breakpoints: Use overflow handler instead of the event callback by Frederic Weisbecker · 16 years ago
  12. 2f0993e hw-breakpoints: Drop callback and task parameters from modify helper by Frederic Weisbecker · 16 years ago
  13. ec70ccd perf: Don't free perf_mmap_data until work has been done by Kristian Høgsberg · 16 years ago
  14. 7be077f trace_syscalls: Remove unused syscall_name_to_nr() by Lai Jiangshan · 16 years ago
  15. 3bbe84e trace_syscalls: Simplify syscall profile by Lai Jiangshan · 16 years ago
  16. a1301da trace_syscalls: Remove duplicate init_enter_##sname() by Lai Jiangshan · 16 years ago
  17. c252f65 trace_syscalls: Add syscall_nr field to struct syscall_metadata by Lai Jiangshan · 16 years ago
  18. fcc1943 trace_syscalls: Remove enter_id exit_id by Lai Jiangshan · 16 years ago
  19. 31c16b1 trace_syscalls: Set event_enter_##sname->data to its metadata by Lai Jiangshan · 16 years ago
  20. bf56a4e trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit by Lai Jiangshan · 16 years ago
  21. 59d069e perf_event: Initialize data.period in perf_swevent_hrtimer() by Xiao Guangrong · 16 years ago
  22. ba8665d trace_kprobes: Fix a memory leak bug and check kstrdup() return value by Masami Hiramatsu · 16 years ago
  23. 52a11f3 trace_kprobes: Don't output zero offset by Lai Jiangshan · 16 years ago
  24. 3d9b2e1 trace_kprobes: Always show group name by Lai Jiangshan · 16 years ago
  25. abab9d3 trace_kprobes: Fix memory leak by Lai Jiangshan · 16 years ago
  26. 0f1ef51 trace_syscalls: Add syscall nr field by Lai Jiangshan · 16 years ago
  27. dd1853c hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints by Frederic Weisbecker · 16 years ago
  28. 5fa10b2 hw-breakpoints: Use struct perf_event_attr to define user breakpoints by Frederic Weisbecker · 16 years ago
  29. b2e74a2 perf_events: Fix read() bogus counts when in error state by Stephane Eranian · 16 years ago
  30. ba005e1 tracepoint: Add signal loss events by Masami Hiramatsu · 16 years ago
  31. f9d4257 tracepoint: Add signal deliver event by Masami Hiramatsu · 16 years ago
  32. d1eb650 tracepoint: Move signal sending tracepoint to events/signal.h by Masami Hiramatsu · 16 years ago
  33. 80bbf6b hw-breakpoints: Fix unused function in off-case by Frederic Weisbecker · 16 years ago
  34. 11e6635 kernel/hw_breakpoint.c: Fix local/global shadowing by Andrew Morton · 16 years ago
  35. 605bfae hw-breakpoints: Simplify error handling in breakpoint creation requests by Frederic Weisbecker · 16 years ago
  36. c6567f6 hw-breakpoints: Improve in-kernel event creation error granularity by Frederic Weisbecker · 16 years ago
  37. d99be40 ksym_tracer: Fix breakpoint removal after modification by Frederic Weisbecker · 16 years ago
  38. 99df5a6 trace/syscalls: Change ret param in struct syscall_trace_exit to long by Tom Zanussi · 16 years ago
  39. fe61267 perf_events: Fix bad software/trace event recursion counting by Frederic Weisbecker · 16 years ago
  40. 184d3da perf_events: Fix bogus copy_to_user() in perf_event_read_group() by Stephane Eranian · 16 years ago
  41. f5ffe02 perf: Add kernel side syscall events support for breakpoints by Frederic Weisbecker · 16 years ago
  42. fdf6bc9 hw-breakpoints: Check the breakpoint params from perf tools by Frederic Weisbecker · 16 years ago
  43. ba6909b hw-breakpoint: Attribute authorship of hw-breakpoint related files by K.Prasad · 16 years ago
  44. acd1d7c perf_events: Restore sanity to scaling land by Peter Zijlstra · 16 years ago
  45. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 16 years ago
  46. f67218c perf_events: Fix __perf_event_exit_task() vs. update_event_times() locking by Peter Zijlstra · 16 years ago
  47. 5e942bb perf_events: Update the context time on exit by Peter Zijlstra · 16 years ago
  48. 2e2af50 perf_events: Disable events when we detach them by Peter Zijlstra · 16 years ago
  49. 6c2bfcb perf_events: Fix style nits by Peter Zijlstra · 16 years ago
  50. a66a305 perf_events: Undo copy/paste damage by Peter Zijlstra · 16 years ago
  51. a4234bf perf_events: Optimize the swcounter hotpath by Ingo Molnar · 16 years ago
  52. 6e3d833 perf events: Do not generate function trace entries in perf code by Ingo Molnar · 16 years ago
  53. 645e8cc perf_events: Fix modular build by Ingo Molnar · 16 years ago
  54. 96b02d7 perf_event: Remove redundant zero fill by Márton Németh · 16 years ago
  55. b3a7554 hw-breakpoints: Remove x86 specific headers from core file by Frederic Weisbecker · 16 years ago
  56. 28889bf tracing: Forget about the NMI buffer for syscall events by Frederic Weisbecker · 16 years ago
  57. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 16 years ago
  58. 8904b18 perf_events: Fix default watermark calculation by Stephane Eranian · 16 years ago
  59. 6f10581 perf: Fix locking for PERF_FORMAT_GROUP by Peter Zijlstra · 16 years ago
  60. 59ed446 perf: Fix event scaling for inherited counters by Peter Zijlstra · 16 years ago
  61. 2b8988c perf: Fix time locking by Peter Zijlstra · 16 years ago
  62. 58e5ad1 perf: Simplify __perf_event_read by Peter Zijlstra · 16 years ago
  63. 3dbebf1 perf: Simplify __perf_event_sync_stat by Peter Zijlstra · 16 years ago
  64. f6f8378 perf: Optimize __perf_event_read() by Peter Zijlstra · 16 years ago
  65. 02ffdbc perf: Optimize perf_event_task_sched_out by Peter Zijlstra · 16 years ago
  66. abf4868 perf: Fix PERF_FORMAT_GROUP scale info by Peter Zijlstra · 16 years ago
  67. f6d9dd2 perf: Optimize perf_event_mmap_ctx() by Peter Zijlstra · 16 years ago
  68. f6595f3 perf: Optimize perf_event_comm_ctx() by Peter Zijlstra · 16 years ago
  69. d6ff86c perf: Optimize perf_event_task_ctx() by Peter Zijlstra · 16 years ago
  70. 8152018 perf: Optimize perf_swevent_ctx_event() by Peter Zijlstra · 16 years ago
  71. 0cff784 perf: Optimize some swcounter attr.sample_period==1 paths by Peter Zijlstra · 16 years ago
  72. 453f19e perf: Allow for custom overflow handlers by Peter Zijlstra · 16 years ago
  73. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 16 years ago
  74. a7b6342 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 16 years ago
  75. 559fdc3 perf_event: Optimize perf_output_lock() by Peter Zijlstra · 16 years ago
  76. 0ffa798 Merge branches 'perf/powerpc' and 'perf/bench' into perf/core by Ingo Molnar · 16 years ago
  77. 39dc78b Merge commit 'v2.6.32-rc7' into perf/core by Ingo Molnar · 16 years ago
  78. 6717876 tracing: Rename 'lockdep' event subsystem into 'lock' by Frederic Weisbecker · 16 years ago
  79. 961767b Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. 1fd18a8 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. f60d24d hw-breakpoints: Fix broken hw-breakpoint sample module by Frederic Weisbecker · 16 years ago
  82. 676c0db ksym_tracer: Support read accesses independent of read/write. by Paul Mundt · 16 years ago
  83. 30ff21e ksym_tracer: Remove KSYM_SELFTEST_ENTRY by Li Zefan · 16 years ago
  84. ba1c813 hw-breakpoints: Arbitrate access to pmu following registers constraints by Frederic Weisbecker · 16 years ago
  85. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 16 years ago
  86. e9036b3 sched: Use root_task_group_empty only with FAIR_GROUP_SCHED by Cyrill Gorcunov · 16 years ago
  87. 968c864 sched: Fix kernel-doc function parameter name by Randy Dunlap · 16 years ago
  88. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 16 years ago
  89. e7e7e0c genirq: try_one_irq() must be called with irq disabled by Yong Zhang · 16 years ago
  90. 608221f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  91. 72cc129 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  92. 77b44d1 tracing/kprobes: Rename Kprobe-tracer to kprobe-event by Masami Hiramatsu · 16 years ago
  93. a2e7127 Merge commit 'v2.6.32-rc6' into perf/core by Ingo Molnar · 16 years ago
  94. ed146b2 ftrace: Fix unmatched locking in ftrace_regex_write() by Li Zefan · 16 years ago
  95. f711294 ring-buffer: Synchronize resizing buffer with reader lock by Lai Jiangshan · 16 years ago
  96. 97eaf53 perf/core: Add a callback to perf events by Frederic Weisbecker · 16 years ago
  97. fb0459d perf/core: Provide a kernel-internal interface to get to performance counters by Arjan van de Ven · 16 years ago
  98. 38dc634 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  99. 1d51075 Correct nr_processes() when CPUs have been unplugged by Ian Campbell · 16 years ago
  100. bf9fd67 PM / Hibernate: Add newline to load_image() fail path by Jiri Slaby · 16 years ago