1. 8d57a98 block: add secure discard by Adrian Hunter · 16 years ago
  2. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  3. 7841733 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 16 years ago
  4. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 16 years ago
  5. 62c2a7d block: push BKL into blktrace ioctls by Arnd Bergmann · 16 years ago
  6. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 16 years ago
  7. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 16 years ago
  8. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. c4efd6b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  10. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  11. 19063c7 ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump by Jason Wessel · 16 years ago
  12. 955b61e ftrace,kdb: Extend kdb to be able to dump the ftrace buffer by Jason Wessel · 16 years ago
  13. 9da79ab tracing/kprobes: unregister_trace_probe needs to be called under mutex by Srikar Dronamraju · 16 years ago
  14. 669336e perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call by Frederic Weisbecker · 16 years ago
  15. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 16 years ago
  16. 3a01736 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 · 16 years ago
  17. 24a461d trace: strlen() return doesn't account for the NULL by Dan Carpenter · 16 years ago
  18. dca45ad Merge branch 'linus' into sched/core by Ingo Molnar · 16 years ago
  19. ef710e1 tracing: Shrink max latency ringbuffer if unnecessary by KOSAKI Motohiro · 16 years ago
  20. bc289ae tracing: Reduce latency and remove percpu trace_seq by Lai Jiangshan · 16 years ago
  21. 985023d trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bit by Richard Kennedy · 16 years ago
  22. e870e9a tracing: Allow to disable cmdline recording by Li Zefan · 16 years ago
  23. b444786 tracing: Use generic_file_llseek for debugfs by Arnd Bergmann · 16 years ago
  24. eb7beb5 tracing: Remove special traces by Frederic Weisbecker · 16 years ago
  25. f376bf5 tracing: Remove sysprof ftrace plugin by Frederic Weisbecker · 16 years ago
  26. 5d55046 tracing: Remove ksym tracer by Frederic Weisbecker · 16 years ago
  27. 5e3d20a init: Remove the BKL from startup code by Arnd Bergmann · 16 years ago
  28. e09c861 tracing/kprobes: Support "string" type by Masami Hiramatsu · 16 years ago
  29. 6416669 workqueue: temporarily remove workqueue tracing by Tejun Heo · 16 years ago
  30. a1d0ce8 tracing: Use class->reg() for all registering of events by Steven Rostedt · 16 years ago
  31. d62f85d tracing/function-graph: Use correct string size for snprintf by Chase Douglas · 16 years ago
  32. 67ead0a tracing: Remove open-coded __trace_add_event_call() by Li Zefan · 16 years ago
  33. ffb9f99 tracing: Remove redundant raw_init callbacks by Li Zefan · 16 years ago
  34. c9d932c tracing: Remove test of NULL define_fields callback by Li Zefan · 16 years ago
  35. 8728fe5 tracing: Don't allocate common fields for every trace events by Li Zefan · 16 years ago
  36. c9642c4 tracing: Use a global field list for all syscall exit events by Li Zefan · 16 years ago
  37. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 16 years ago
  38. a8fb260 perf/tracing: Fix regression of perf losing kprobe events by Steven Rostedt · 16 years ago
  39. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 16 years ago
  40. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 16 years ago
  41. c676329 sched_clock: Add local_clock() API and improve documentation by Peter Zijlstra · 16 years ago
  42. 30dbb20e tracing: Remove boot tracer by Américo Wang · 16 years ago
  43. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 16 years ago
  44. c9cf4db x86: Unify dumpstack.h and stacktrace.h by Frederic Weisbecker · 16 years ago
  45. 6113e45 Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 16 years ago
  46. 5168ae5 tracing: Remove ftrace_preempt_disable/enable by Steven Rostedt · 16 years ago
  47. 546cf44 blktrace: Fix new kernel-doc warnings by Randy Dunlap · 16 years ago
  48. 2e97942 perf_events, trace: Fix perf_trace_destroy(), mutex went missing by Peter Zijlstra · 16 years ago
  49. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 16 years ago
  50. bc7d352 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
  51. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  52. 2711ca2 ring-buffer: Move zeroing out excess in page to ring buffer code by Steven Rostedt · 16 years ago
  53. b3230c8 ring-buffer: Reset "real_end" when page is filled by Steven Rostedt · 16 years ago
  54. 87f44bb perf, trace: Fix !x86 build bug by Peter Zijlstra · 16 years ago
  55. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 16 years ago
  56. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 16 years ago
  57. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 16 years ago
  58. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  59. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 16 years ago
  60. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 16 years ago
  61. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 16 years ago
  62. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 16 years ago
  63. 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  64. b8ae30e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  66. 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
  67. e1f7992 tracing: Fix function declarations if !CONFIG_STACKTRACE by Li Zefan · 16 years ago
  68. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 16 years ago
  69. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 16 years ago
  70. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 16 years ago
  71. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 16 years ago
  72. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 16 years ago
  73. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 16 years ago
  74. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 16 years ago
  75. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 16 years ago
  76. 8f08201 tracing: Create class struct for events by Steven Rostedt · 16 years ago
  77. 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
  78. 27a9da6 sched: Remove rq argument to the tracepoints by Peter Zijlstra · 16 years ago
  79. d9f599e perf: Fix check at end of event search by Dan Carpenter · 16 years ago
  80. 668eb65 tracing: Fix "integer as NULL pointer" warning. by Thiago Farina · 16 years ago
  81. 9560979 ring-buffer: Wrap open-coded WARN_ONCE by Borislav Petkov · 16 years ago
  82. feef47d hw-breakpoints: Get the number of available registers on boot dynamically by Frederic Weisbecker · 16 years ago
  83. bf81623 [SCSI] add scsi trace core functions and put trace points by Kei Tokunaga · 16 years ago
  84. 5a2e399 [SCSI] ftrace: add __print_hex() by Kei Tokunaga · 16 years ago
  85. 37e44bc tracing: Fix sleep time function profiling by Steven Rostedt · 16 years ago
  86. e330b3b tracing: Show sample std dev in function profiling by Chase Douglas · 16 years ago
  87. a838b2e ring-buffer: Make benchmark handle missed events by Steven Rostedt · 16 years ago
  88. 72c9ddf ring-buffer: Make non-consuming read less expensive with lots of cpus. by David Miller · 16 years ago
  89. 62b915f tracing: Add graph output support for irqsoff tracer by Jiri Olsa · 16 years ago
  90. d7a8d9e tracing: Have graph flags passed in to ouput functions by Jiri Olsa · 16 years ago
  91. 9106b69 tracing: Add ftrace events for graph tracer by Jiri Olsa · 16 years ago
  92. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 16 years ago
  93. 93ccae7 tracing/kprobes: Support basic types on dynamic events by Masami Hiramatsu · 16 years ago
  94. 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
  95. ca7e0c6 Merge branch 'linus' into perf/core by Ingo Molnar · 16 years ago
  96. c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  97. aa27497 tracing: Fix uninitialized variable of tracing/trace output by Lai Jiangshan · 16 years ago
  98. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 16 years ago
  99. 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
  100. ec5e61a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 16 years ago