1. e6d9491 ksym_tracer: Fix race when incrementing count by Li Zefan · 17 years ago
  2. 3d13ec2 ksym_tracer: Fix to allow writing newline to ksym_trace_filter by Li Zefan · 17 years ago
  3. 88f7a89 ksym_tracer: Fix to make the tracer work by Li Zefan · 17 years ago
  4. 4089236 tracing: Kconfig spelling fixes and cleanups by Randy Dunlap · 17 years ago
  5. c757bea tracing: Fix setting tracer specific options by Steven Rostedt · 17 years ago
  6. e36c545 tracing: Fix return of trace_dump_stack() by Steven Rostedt · 17 years ago
  7. 0087aab Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  8. cc0104e Merge branch 'linus' into tracing/urgent by Ingo Molnar · 17 years ago
  9. 16620e0 ksym_tracer: Fix bad cast by Li Zefan · 17 years ago
  10. 472bbe0 tracing/power: Remove two exports by Li Zefan · 17 years ago
  11. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 17 years ago
  12. 8d18eaa tracing: Simplify trace_option_write() by Li Zefan · 17 years ago
  13. 2cbafd6 tracing: Remove useless trace option by Li Zefan · 17 years ago
  14. 13f16d2 tracing: Use seq file for trace_clock by Li Zefan · 17 years ago
  15. fdb372e tracing: Use seq file for trace_options by Li Zefan · 17 years ago
  16. 91baf62 function-graph: Allow writing the same val to set_graph_function by Li Zefan · 17 years ago
  17. 313254a ftrace: Call trace_parser_clear() properly by Li Zefan · 17 years ago
  18. 311d16d ftrace: Return EINVAL when writing invalid val to set_ftrace_filter by Li Zefan · 17 years ago
  19. 3b8e427 tracing: Move a printk out of ftrace_raw_reg_event_foo() by Li Zefan · 17 years ago
  20. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 17 years ago
  21. 87d9b4e tracing: Extract duplicate ftrace_raw_init_event_foo() by Li Zefan · 17 years ago
  22. 702a7c7 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  23. 3070f27 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  24. 1e57c21 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  25. df7147b Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  26. 6f696eb Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  27. 0f4974c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 17 years ago
  28. 880188b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  29. 5ec93d1 tty: Move the leader test in disassociate by Alan Cox · 17 years ago
  30. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 17 years ago
  31. cc51a0fc tracing: Add stack trace to irqsoff tracer by Steven Rostedt · 17 years ago
  32. 0388938 tracing: Add trace_dump_stack() by Steven Rostedt · 17 years ago
  33. 7f8b7ed kgdb: Always process the whole breakpoint list on activate or deactivate by Jason Wessel · 17 years ago
  34. d625e9c kgdb: continue and warn on signal passing from gdb by Jason Wessel · 17 years ago
  35. 028e7b1 kgdb: allow for cpu switch when single stepping by Jason Wessel · 17 years ago
  36. 84667d4 kgdb: Read buffer overflow by Jason Wessel · 17 years ago
  37. dd7f594 ring-buffer: Move resize integrity check under reader lock by Steven Rostedt · 17 years ago
  38. 1842101 ring-buffer: Use sync sched protection on ring buffer resizing by Steven Rostedt · 17 years ago
  39. d954fbf tracing: Fix wrong usage of strstrip in trace_ksyms by Thomas Gleixner · 17 years ago
  40. b9889ed sched: Remove forced2_migrations stats by Ingo Molnar · 17 years ago
  41. d71cb81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 17 years ago
  42. 5e855db5 perf_event: Fix variable initialization in other codepaths by Xiao Guangrong · 17 years ago
  43. dfc12eb sched: Fix memory leak in two error corner cases by Phil Carmody · 17 years ago
  44. 5f20190 hrtimer: move timer stats helper functions to hrtimer.c by Heiko Carstens · 17 years ago
  45. 41d2e49 hrtimer: Tune hrtimer_interrupt hang logic by Thomas Gleixner · 17 years ago
  46. 4ca3ef7 sched: Fix build warning in get_update_sysctl_factor() by Mike Galbraith · 17 years ago
  47. ea5b41f lockdep: Avoid out of bounds array reference in save_trace() by Luck, Tony · 17 years ago
  48. 788d70d Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 17 years ago
  49. 21140f4 perf_event: Fix perf_swevent_hrtimer() variable initialization by Xiao Guangrong · 17 years ago
  50. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 17 years ago
  51. f294248 tracing: Remove comparing of NULL to va_list in trace_array_vprintk() by Carsten Emde · 17 years ago
  52. be1eca3 tracing: Fix function graph trace_pipe to properly display failed entries by Jiri Olsa · 17 years ago
  53. d184b31 tracing: Add full state to trace_seq by Johannes Berg · 17 years ago
  54. a63ce5b tracing: Buffer the output of seq_file in case of filled buffer by Steven Rostedt · 17 years ago
  55. 29bf4a5 tracing: Only call pipe_close if pipe_close is defined by Steven Rostedt · 17 years ago
  56. 3b8ecd2 Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  57. 822a696 tracing/kprobes: Fix field creation's bad error handling by Frederic Weisbecker · 17 years ago
  58. acb4a84 sched: Update normalized values on user updates via proc by Christian Ehrhardt · 17 years ago
  59. 1983a92 sched: Make tunable scaling style configurable by Christian Ehrhardt · 17 years ago
  60. 0bcdcf2 sched: Fix missing sched tunable recalculation on cpu add/remove by Christian Ehrhardt · 17 years ago
  61. 57785df sched: Fix task priority bug by Peter Zijlstra · 17 years ago
  62. cd8ad40 sched: cgroup: Implement different treatment for idle shares by Peter Zijlstra · 17 years ago
  63. fb58bac sched: Remove unnecessary RCU exclusion by Peter Zijlstra · 17 years ago
  64. 6cecd08 sched: Discard some old bits by Peter Zijlstra · 17 years ago
  65. 3a7e73a sched: Clean up check_preempt_wakeup() by Peter Zijlstra · 17 years ago
  66. a65ac74 sched: Move update_curr() in check_preempt_wakeup() to avoid redundant call by Jupyung Lee · 17 years ago
  67. cd29fe6 sched: Sanitize fork() handling by Peter Zijlstra · 17 years ago
  68. ab19cb2 sched: Clean up ttwu() rq locking by Peter Zijlstra · 17 years ago
  69. 5afcdab sched: Remove rq->clock coupling from set_task_cpu() by Peter Zijlstra · 17 years ago
  70. 970b13b sched: Consolidate select_task_rq() callers by Peter Zijlstra · 17 years ago
  71. 6b314d0 sched: Remove sysctl.sched_features by Peter Zijlstra · 17 years ago
  72. dba091b sched: Protect sched_rr_get_param() access to task->sched_class by Thomas Gleixner · 17 years ago
  73. 3160568 sched: Protect task->cpus_allowed access in sched_getaffinity() by Thomas Gleixner · 17 years ago
  74. ec89a06 perf_event: Cleanup for cpu_clock_perf_event_update() by Xiao Guangrong · 17 years ago
  75. b93f797 perf_event: Allocate children's perf_event_ctxp at the right time by Xiao Guangrong · 17 years ago
  76. aa5452d perf_event: Clean up __perf_event_init_context() by Xiao Guangrong · 17 years ago
  77. 44234ad hw-breakpoints: Modify breakpoints without unregistering them by Frederic Weisbecker · 17 years ago
  78. a7c312b trace-kprobe: Support delete probe syntax by Masami Hiramatsu · 17 years ago
  79. 2b876f9 Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  80. fbf07ea Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  81. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  82. 4d2a914 Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  83. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  84. dad3de7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 17 years ago
  85. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 17 years ago
  86. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 17 years ago
  87. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 17 years ago
  88. 722d017 futex: Take mmap_sem for get_user_pages in fault_in_user_writeable by Andi Kleen · 17 years ago
  89. 6ab8886 perf: hw_breakpoints: Fix percpu namespace clash by Stephen Rothwell · 17 years ago
  90. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 17 years ago
  91. c521efd tracing: Add pipe_close interface by Steven Rostedt · 17 years ago
  92. 5605317 hw-breakpoints: Fix task-bound breakpoint slot allocation by Frederic Weisbecker · 17 years ago
  93. 6ad4c18 sched: Fix balance vs hotplug race by Peter Zijlstra · 17 years ago
  94. e1b8090 cpumask: Fix generate_sched_domains() for UP by Geert Uytterhoeven · 17 years ago
  95. 7b199ca PM / Runtime: Export the PM runtime workqueue by Alan Stern · 17 years ago
  96. 66d0ae4 PM / Hibernate: Swap, use KERN_CONT by Jiri Slaby · 17 years ago
  97. 8e60c6a PM / Hibernate: Shift remaining code from swsusp.c to hibernate.c by Nigel Cunningham · 17 years ago
  98. 0414f2e PM / Hibernate: Move swap functions to kernel/power/swap.c. by Nigel Cunningham · 17 years ago
  99. 64357ed Merge branch 'master' into for-linus by Rafael J. Wysocki · 17 years ago
  100. 109d71c lockstat: Fix min, max times in /proc/lock_stats by Frank Rowand · 17 years ago