1. a2bb6a3 ftrace: add ftrace_kill_atomic by Steven Rostedt · 18 years ago
  2. 26bc83f ftrace: use current CPU for function startup by Steven Rostedt · 18 years ago
  3. ad59124 ftrace: start wakeup tracing after setting function tracer by Steven Rostedt · 18 years ago
  4. b5c21b4 ftrace: check proper config for preempt type by Steven Rostedt · 18 years ago
  5. 1e16c0a ftrace: trace schedule by Steven Rostedt · 18 years ago
  6. 001b676 ftrace: define function trace nop by Steven Rostedt · 18 years ago
  7. 007c05d ftrace: move sched_switch enable after markers by Steven Rostedt · 18 years ago
  8. 98a05ed ftrace: prevent ftrace modifications while being kprobe'd, v2 by Abhishek Sagar · 18 years ago
  9. 3e61e0c mmiotrace broken in linux-next (8-bit writes only) by Pekka Paalanen · 18 years ago
  10. 97e6722 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  11. aabdc3b kgdb: sparse fix by Jason Wessel · 18 years ago
  12. f22f9a8 ftrace: avoid modifying kprobe'd records by Abhishek Sagar · 18 years ago
  13. ecea656 ftrace: freeze kprobe'd records by Abhishek Sagar · 18 years ago
  14. 395a59d ftrace: store mcount address in rec->ip by Abhishek Sagar · 18 years ago
  15. 27f4837 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  16. 1b7558e futexes: fix fault handling in futex_lock_pi by Thomas Gleixner · 18 years ago
  17. f34bfb1 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  18. 198bb97 Merge branch 'linus' into sched/urgent by Ingo Molnar · 18 years ago
  19. 1f1e2ce Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  20. ea71a54 sched: refactor wait_for_completion_timeout() by Oleg Nesterov · 18 years ago
  21. bb10ed0 sched: fix wait_for_completion_timeout() spurious failure under heavy load by Roland Dreier · 18 years ago
  22. 8a8cde1 sched: rt: dont stop the period timer when there are tasks wanting to run by Peter Zijlstra · 18 years ago
  23. d4abc23 sched, delay accounting: fix incorrect delay time when constantly waiting on runqueue by Bharath Ravi · 18 years ago
  24. 9c106c1 softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression by Jason Wessel · 18 years ago
  25. afd3800 rcupreempt: remove export of rcu_batches_completed_bh by Steven Rostedt · 18 years ago
  26. 30e0e17 cpuset: limit the input of cpuset.sched_relax_domain_level by Li Zefan · 18 years ago
  27. f18f982 sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 18 years ago
  28. 15a8641 sched: rt-group: fix RR buglet by Peter Zijlstra · 18 years ago
  29. ad2a3f1 sched: rt-group: heirarchy aware throttle by Peter Zijlstra · 18 years ago
  30. 7ea5661 sched: rt-group: fix hierarchy by Peter Zijlstra · 18 years ago
  31. 49307fd sched: NULL pointer dereference while setting sched_rt_period_us by Dario Faggioli · 18 years ago
  32. 95e904c sched: fix defined-but-unused warning by Rabin Vincent · 18 years ago
  33. f225293 namespacecheck: fixes by Ingo Molnar · 18 years ago
  34. e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  35. a4500b8 ftrace: fix "notrace" filtering priority by Abhishek Sagar · 18 years ago
  36. 67dddaa kprobes: fix error checking of batch registration by Masami Hiramatsu · 18 years ago
  37. 1b3cba8 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  38. 7a232e0 sched: 64-bit: fix arithmetics overflow by Lai Jiangshan · 18 years ago
  39. 2e08478 sched: fair group: fix overflow(was: fix divide by zero) by Lai Jiangshan · 18 years ago
  40. 20764ff ftrace: fix printout by Jiri Slaby · 18 years ago
  41. 2b1bce1 ftrace: disable tracing when current_tracer is set to "none" by Ankita Garg · 18 years ago
  42. 040ec23 sched: sched_clock() lockdep fix by Ingo Molnar · 18 years ago
  43. 34078a5 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 18 years ago
  44. eb9a7bf ftrace: add debugfs entry 'failures' by Abhishek Sagar · 18 years ago
  45. 1d74f2a ftrace: remove ftrace_ip_converted() by Abhishek Sagar · 18 years ago
  46. 0eb9670 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 18 years ago
  47. 16882c1 sched: fix TASK_WAKEKILL vs SIGKILL race by Oleg Nesterov · 18 years ago
  48. 156a9ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6 by Linus Torvalds · 18 years ago
  49. 3734074 cpusets: fix bug when adding nonexistent cpu or mem by Lai Jiangshan · 18 years ago
  50. 3b5b60b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 18 years ago
  51. ad90c0e ftrace: user update and disable dynamic ftrace daemon by Steven Rostedt · 18 years ago
  52. 76094a2 ftrace: distinguish kretprobe'd functions in trace logs by Abhishek Sagar · 18 years ago
  53. ca05a99 capabilities: remain source compatible with 32-bit raw legacy capability support. by Andrew G. Morgan · 18 years ago
  54. a7f75d3 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  55. 6715930 Merge commit 'linus/master' into sched-fixes-for-linus by Ingo Molnar · 18 years ago
  56. b3137bc sched: stop wake_affine from causing serious imbalance by Mike Galbraith · 18 years ago
  57. a381759 sched: fix sched_clock_cpu() by Peter Zijlstra · 18 years ago
  58. 6363ca5 revert ("sched: fair-group: SMP-nice for group scheduling") by Ingo Molnar · 18 years ago
  59. 4285f594 sched: cleanup by Ingo Molnar · 18 years ago
  60. c6fba54 show_schedstat(): fix memleak by Adrian Bunk · 18 years ago
  61. 3f33a7c sched: unite unlikely pairs in rt_policy() and schedule_debug() by Roel Kluin · 18 years ago
  62. f9305d4 revert ("sched: fair: weight calculations") by Ingo Molnar · 18 years ago
  63. 827e609 kgdb: use common ascii helpers and put_unaligned_be32 helper by Harvey Harrison · 18 years ago
  64. a82c53a splice: fix sendfile() issue with relay by Tom Zanussi · 18 years ago
  65. 492a7ea ftrace: fix updating of ftrace_update_cnt by Abhishek Sagar · 18 years ago
  66. ffdaa35 ftrace: safe traversal of ftrace_hash hlist by Abhishek Sagar · 18 years ago
  67. 41bc814 ftrace: fix up cmdline recording by Steven Rostedt · 18 years ago
  68. 41c52c0 ftrace: set_ftrace_notrace feature by Steven Rostedt · 18 years ago
  69. da89a7a ftrace: remove printks from irqsoff trace by Steven Rostedt · 18 years ago
  70. 7e18d8e ftrace: add function tracing to wake up tracing by Steven Rostedt · 18 years ago
  71. 4902f88 ftrace: move ftrace_special to trace.c by Steven Rostedt · 18 years ago
  72. 19384c0 ftrace: limit use of check pages by Steven Rostedt · 18 years ago
  73. cbaffba posix timers: discard SI_TIMER signals on exec by Oleg Nesterov · 18 years ago
  74. c8e85b4f posix timers: sigqueue_free: don't free sigqueue if it is queued by Oleg Nesterov · 18 years ago
  75. c6531cc sched: do not trace sched_clock by Ingo Molnar · 18 years ago
  76. 5c02b57 cgroups: remove node_ prefix_from ns subsystem by Cedric Le Goater · 18 years ago
  77. 7b26655 sys_prctl(): fix return of uninitialized value by Shi Weihua · 18 years ago
  78. da7978b signals: fix sigqueue_free() vs __exit_signal() race by Oleg Nesterov · 18 years ago
  79. 677aa9f ftrace: add have dynamic ftrace config for archs by Steven Rostedt · 18 years ago
  80. 6ec5623 ftrace: use the new kbuild CFLAGS_REMOVE for kernel directory by Steven Rostedt · 18 years ago
  81. 4e491d1 ftrace: support for PowerPC by Steven Rostedt · 18 years ago
  82. 2d8b820 ftrace: cleanups by Ingo Molnar · 18 years ago
  83. 3713567 ftrace: fix mcount export bug by Ingo Molnar · 18 years ago
  84. aa5e5ce ftrace: remove packed attribute on ftrace_page. by David Miller · 18 years ago
  85. 74f4e36 ftrace: stacktrace fix by Ingo Molnar · 18 years ago
  86. 5b82a1b Port ftrace to markers by Mathieu Desnoyers · 18 years ago
  87. dc102a8 Markers - remove extra format argument by Mathieu Desnoyers · 18 years ago
  88. 3eefae9 ftrace: limit trace entries by Steven Rostedt · 18 years ago
  89. 6c6c279 ftrace: add readpos to struct trace_seq; add trace_seq_to_user() by Pekka Paalanen · 18 years ago
  90. 2bb6f8d ftrace: use raw_smp_processor_id for mcount functions by Steven Rostedt · 18 years ago
  91. a4feb834 ftrace: special stacktrace by Ingo Molnar · 18 years ago
  92. 9fe068e ftrace: trace faster by Ingo Molnar · 18 years ago
  93. 4823ed7 ftrace: fix setting of pos in read_pipe by Steven Rostedt · 18 years ago
  94. 107bad8 ftrace: add trace pipe header pluggin by Steven Rostedt · 18 years ago
  95. 53d0aa7 ftrace: add logic to record overruns by Steven Rostedt · 18 years ago
  96. 25b0b44 ftrace: fix comm on function trace output by Steven Rostedt · 18 years ago
  97. 4fcdae8 ftrace: comment code by Steven Rostedt · 18 years ago
  98. ab46428 ftrace: modulize the number of CPU buffers by Steven Rostedt · 18 years ago
  99. c6caeeb ftrace: replace simple_strtoul with strict_strtoul by Steven Rostedt · 18 years ago
  100. cffae43 ftrace: simple clean ups by Steven Rostedt · 18 years ago