1. f0218b3 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6 by Steven Rostedt · 16 years ago
  2. e1f7992 tracing: Fix function declarations if !CONFIG_STACKTRACE by Li Zefan · 16 years ago
  3. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 16 years ago
  4. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 16 years ago
  5. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 16 years ago
  6. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 16 years ago
  7. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 16 years ago
  8. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 16 years ago
  9. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 16 years ago
  10. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 16 years ago
  11. 8f08201 tracing: Create class struct for events by Steven Rostedt · 16 years ago
  12. 23e117f Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-4 by Steven Rostedt · 16 years ago
  13. a93d2f1 sched, wait: Use wrapper functions by Changli Gao · 16 years ago
  14. 96c21a4 perf: Fix exit() vs event-groups by Peter Zijlstra · 16 years ago
  15. 050735b perf: Fix exit() vs PERF_FORMAT_GROUP by Peter Zijlstra · 16 years ago
  16. e3174cf Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" by Ingo Molnar · 16 years ago
  17. af507ae sched: Remove a stale comment by Li Zefan · 16 years ago
  18. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 16 years ago
  19. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 16 years ago
  20. 8d63bf9 sched: Fold updating of the last_update_time_info into update_ts_time_stats() by Arjan van de Ven · 16 years ago
  21. 8c7b09f sched: Update the idle statistics in get_cpu_idle_time_us() by Arjan van de Ven · 16 years ago
  22. 595aac4 sched: Introduce a function to update the idle statistics by Arjan van de Ven · 16 years ago
  23. b1f724c sched: Add a comment to get_cpu_idle_time_us() by Arjan van de Ven · 16 years ago
  24. 9313543 tracing: Drop the nested field from lock_release event by Frederic Weisbecker · 16 years ago
  25. 883a2a3 tracing: Drop lock_acquired waittime field by Frederic Weisbecker · 16 years ago
  26. e7858f5 Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core by Ingo Molnar · 16 years ago
  27. c061482 kprobes: Move enable/disable_kprobe() out from debugfs code by Masami Hiramatsu · 16 years ago
  28. bbf1bb3 cpu_stop: add dummy implementation for UP by Tejun Heo · 16 years ago
  29. 6e85158 perf_event: Make software events work again by Paul Mackerras · 16 years ago
  30. 6bde9b6 perf: Add group scheduling transactional APIs by Lin Ming · 16 years ago
  31. a0507c8 perf: Annotate perf_event_read_group() vs perf_event_release_kernel() by Peter Zijlstra · 16 years ago
  32. cce9131 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 16 years ago
  33. 4fd38e4 perf: Fix exit() vs PERF_FORMAT_GROUP by Peter Zijlstra · 16 years ago
  34. 27a9da6 sched: Remove rq argument to the tracepoints by Peter Zijlstra · 16 years ago
  35. 48652ce Merge commit 'v2.6.34-rc6' into sched/core by Ingo Molnar · 16 years ago
  36. fc390cd rcu: need barrier() in UP synchronize_sched_expedited() by Paul E. McKenney · 16 years ago
  37. d9f599e perf: Fix check at end of event search by Dan Carpenter · 16 years ago
  38. cc631fb sched: correctly place paranioa memory barriers in synchronize_sched_expedited() by Paul E. McKenney · 16 years ago
  39. 94458d5 sched: kill paranoia check in synchronize_sched_expedited() by Tejun Heo · 16 years ago
  40. 969c792 sched: replace migration_thread with cpu_stop by Tejun Heo · 16 years ago
  41. 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 16 years ago
  42. 1142d81 cpu_stop: implement stop_cpu[s]() by Tejun Heo · 16 years ago
  43. 668eb65 tracing: Fix "integer as NULL pointer" warning. by Thiago Farina · 17 years ago
  44. 8777c79 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 16 years ago
  45. f5fa05d Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  46. f2809d6 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
  47. 9560979 ring-buffer: Wrap open-coded WARN_ONCE by Borislav Petkov · 16 years ago
  48. 777d041 hw_breakpoints: Fix percpu build failure by Frederic Weisbecker · 16 years ago
  49. 048c852 perf: Fix resource leak in failure path of perf_event_open() by Tejun Heo · 16 years ago
  50. feef47d hw-breakpoints: Get the number of available registers on boot dynamically by Frederic Weisbecker · 16 years ago
  51. f93a205 hw-breakpoints: Handle breakpoint weight in allocation constraints by Frederic Weisbecker · 16 years ago
  52. 0102752 hw-breakpoints: Separate constraint space for data and instruction breakpoints by Frederic Weisbecker · 16 years ago
  53. b2812d0 hw-breakpoints: Change/Enforce some breakpoints policies by Frederic Weisbecker · 16 years ago
  54. 87e9b20 hw-breakpoints: Check disabled breakpoints again by Frederic Weisbecker · 16 years ago
  55. 8b46f88 rcu: Fix RCU lockdep splat on freezer_fork path by Paul E. McKenney · 16 years ago
  56. 8b08ca5 rcu: Fix RCU lockdep splat in set_task_cpu on fork path by Peter Zijlstra · 16 years ago
  57. 3ca5049 Merge commit 'v2.6.34-rc6' into perf/core by Ingo Molnar · 16 years ago
  58. 47dd5be workqueue: flush_delayed_work: keep the original workqueue for re-queueing by Oleg Nesterov · 16 years ago
  59. 37e44bc tracing: Fix sleep time function profiling by Steven Rostedt · 16 years ago
  60. e330b3b tracing: Show sample std dev in function profiling by Chase Douglas · 16 years ago
  61. a838b2e ring-buffer: Make benchmark handle missed events by Steven Rostedt · 16 years ago
  62. 72c9ddf ring-buffer: Make non-consuming read less expensive with lots of cpus. by David Miller · 16 years ago
  63. 62b915f tracing: Add graph output support for irqsoff tracer by Jiri Olsa · 16 years ago
  64. d7a8d9e tracing: Have graph flags passed in to ouput functions by Jiri Olsa · 16 years ago
  65. 9106b69 tracing: Add ftrace events for graph tracer by Jiri Olsa · 16 years ago
  66. 46da276 kernel/sys.c: fix compat uname machine by Andreas Schwab · 16 years ago
  67. 77a7f2e Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 16 years ago
  68. 70bce3b Merge branch 'linus' into perf/core by Ingo Molnar · 16 years ago
  69. 99bd5e2 sched: Fix select_idle_sibling() logic in select_task_rq_fair() by Suresh Siddha · 16 years ago
  70. 669c55e sched: Pre-compute cpumask_weight(sched_domain_span(sd)) by Peter Zijlstra · 16 years ago
  71. 74f5187 sched: Cure load average vs NO_HZ woes by Peter Zijlstra · 16 years ago
  72. 4b40221 mutex: Don't spin when the owner CPU is offline or other weird cases by Benjamin Herrenschmidt · 16 years ago
  73. e134d20 CRED: Fix a race in creds_are_invalid() in credentials debugging by David Howells · 16 years ago
  74. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 16 years ago
  75. ac0053f Merge commit 'v2.6.34-rc5' into tracing/core by Ingo Molnar · 16 years ago
  76. eff3036 CRED: Fix double free in prepare_usermodehelper_creds() error handling by David Howells · 16 years ago
  77. 39447b3 perf: Enhance perf to allow for guest statistic collection from host by Zhang, Yanmin · 16 years ago
  78. bc293d6 rcu: Make RCU lockdep check the lockdep_recursion variable by Paul E. McKenney · 16 years ago
  79. 09a40af sched: Fix UP update_avg() build warning by Mike Galbraith · 16 years ago
  80. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 16 years ago
  81. b5a80b7 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 16 years ago
  82. 95476b6 perf: Fix hlist related build error by Frederic Weisbecker · 16 years ago
  83. 93ccae7 tracing/kprobes: Support basic types on dynamic events by Masami Hiramatsu · 16 years ago
  84. df8290b perf: Make clock software events consistent with general exclusion rules by Frederic Weisbecker · 16 years ago
  85. 76e1d90 perf: Store active software events in a hashlist by Frederic Weisbecker · 16 years ago
  86. b15c7b1 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 16 years ago
  87. d88d405 PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handling by Jiri Slaby · 16 years ago
  88. 2aedd19 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
  89. ca7e0c6 Merge branch 'linus' into perf/core by Ingo Molnar · 16 years ago
  90. c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  91. a3a2e76 mm: avoid null-pointer deref in sync_mm_rss() by KAMEZAWA Hiroyuki · 16 years ago
  92. 94c4fce Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  93. 84fba5e sched: Fix sched_getaffinity() by Anton Blanchard · 16 years ago
  94. 5fbfb18 Fix up possibly racy module refcounting by Nick Piggin · 16 years ago
  95. 449cedf audit: preface audit printk with audit by Eric Paris · 16 years ago
  96. b66696e Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc by Linus Torvalds · 16 years ago
  97. 9e74e7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  98. aa27497 tracing: Fix uninitialized variable of tracing/trace output by Lai Jiangshan · 16 years ago
  99. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 16 years ago
  100. 8ce42c8 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago