1. f34bfb1 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  2. 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
  3. d4abc23 sched, delay accounting: fix incorrect delay time when constantly waiting on runqueue by Bharath Ravi · 18 years ago
  4. 9c106c1 softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression by Jason Wessel · 18 years ago
  5. afd3800 rcupreempt: remove export of rcu_batches_completed_bh by Steven Rostedt · 18 years ago
  6. 30e0e17 cpuset: limit the input of cpuset.sched_relax_domain_level by Li Zefan · 18 years ago
  7. f18f982 sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 18 years ago
  8. 15a8641 sched: rt-group: fix RR buglet by Peter Zijlstra · 18 years ago
  9. ad2a3f1 sched: rt-group: heirarchy aware throttle by Peter Zijlstra · 18 years ago
  10. 7ea5661 sched: rt-group: fix hierarchy by Peter Zijlstra · 18 years ago
  11. 49307fd sched: NULL pointer dereference while setting sched_rt_period_us by Dario Faggioli · 18 years ago
  12. 95e904c sched: fix defined-but-unused warning by Rabin Vincent · 18 years ago
  13. f225293 namespacecheck: fixes by Ingo Molnar · 18 years ago
  14. e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  15. a4500b8 ftrace: fix "notrace" filtering priority by Abhishek Sagar · 18 years ago
  16. 67dddaa kprobes: fix error checking of batch registration by Masami Hiramatsu · 18 years ago
  17. 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
  18. 7a232e0 sched: 64-bit: fix arithmetics overflow by Lai Jiangshan · 18 years ago
  19. 2e08478 sched: fair group: fix overflow(was: fix divide by zero) by Lai Jiangshan · 18 years ago
  20. 20764ff ftrace: fix printout by Jiri Slaby · 18 years ago
  21. 2b1bce1 ftrace: disable tracing when current_tracer is set to "none" by Ankita Garg · 18 years ago
  22. 040ec23 sched: sched_clock() lockdep fix by Ingo Molnar · 18 years ago
  23. 34078a5 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 18 years ago
  24. eb9a7bf ftrace: add debugfs entry 'failures' by Abhishek Sagar · 18 years ago
  25. 1d74f2a ftrace: remove ftrace_ip_converted() by Abhishek Sagar · 18 years ago
  26. 0eb9670 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 18 years ago
  27. 16882c1 sched: fix TASK_WAKEKILL vs SIGKILL race by Oleg Nesterov · 18 years ago
  28. 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
  29. 3734074 cpusets: fix bug when adding nonexistent cpu or mem by Lai Jiangshan · 18 years ago
  30. 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
  31. ad90c0e ftrace: user update and disable dynamic ftrace daemon by Steven Rostedt · 18 years ago
  32. 76094a2 ftrace: distinguish kretprobe'd functions in trace logs by Abhishek Sagar · 18 years ago
  33. ca05a99 capabilities: remain source compatible with 32-bit raw legacy capability support. by Andrew G. Morgan · 18 years ago
  34. 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
  35. 6715930 Merge commit 'linus/master' into sched-fixes-for-linus by Ingo Molnar · 18 years ago
  36. b3137bc sched: stop wake_affine from causing serious imbalance by Mike Galbraith · 18 years ago
  37. a381759 sched: fix sched_clock_cpu() by Peter Zijlstra · 18 years ago
  38. 6363ca5 revert ("sched: fair-group: SMP-nice for group scheduling") by Ingo Molnar · 18 years ago
  39. 4285f594 sched: cleanup by Ingo Molnar · 18 years ago
  40. c6fba54 show_schedstat(): fix memleak by Adrian Bunk · 18 years ago
  41. 3f33a7c sched: unite unlikely pairs in rt_policy() and schedule_debug() by Roel Kluin · 18 years ago
  42. f9305d4 revert ("sched: fair: weight calculations") by Ingo Molnar · 18 years ago
  43. 827e609 kgdb: use common ascii helpers and put_unaligned_be32 helper by Harvey Harrison · 18 years ago
  44. a82c53a splice: fix sendfile() issue with relay by Tom Zanussi · 18 years ago
  45. 492a7ea ftrace: fix updating of ftrace_update_cnt by Abhishek Sagar · 18 years ago
  46. ffdaa35 ftrace: safe traversal of ftrace_hash hlist by Abhishek Sagar · 18 years ago
  47. 41bc814 ftrace: fix up cmdline recording by Steven Rostedt · 18 years ago
  48. 41c52c0 ftrace: set_ftrace_notrace feature by Steven Rostedt · 18 years ago
  49. da89a7a ftrace: remove printks from irqsoff trace by Steven Rostedt · 18 years ago
  50. 7e18d8e ftrace: add function tracing to wake up tracing by Steven Rostedt · 18 years ago
  51. 4902f88 ftrace: move ftrace_special to trace.c by Steven Rostedt · 18 years ago
  52. 19384c0 ftrace: limit use of check pages by Steven Rostedt · 18 years ago
  53. cbaffba posix timers: discard SI_TIMER signals on exec by Oleg Nesterov · 18 years ago
  54. c8e85b4f posix timers: sigqueue_free: don't free sigqueue if it is queued by Oleg Nesterov · 18 years ago
  55. c6531cc sched: do not trace sched_clock by Ingo Molnar · 18 years ago
  56. 5c02b57 cgroups: remove node_ prefix_from ns subsystem by Cedric Le Goater · 18 years ago
  57. 7b26655 sys_prctl(): fix return of uninitialized value by Shi Weihua · 18 years ago
  58. da7978b signals: fix sigqueue_free() vs __exit_signal() race by Oleg Nesterov · 18 years ago
  59. 677aa9f ftrace: add have dynamic ftrace config for archs by Steven Rostedt · 18 years ago
  60. 6ec5623 ftrace: use the new kbuild CFLAGS_REMOVE for kernel directory by Steven Rostedt · 18 years ago
  61. 4e491d1 ftrace: support for PowerPC by Steven Rostedt · 18 years ago
  62. 2d8b820 ftrace: cleanups by Ingo Molnar · 18 years ago
  63. 3713567 ftrace: fix mcount export bug by Ingo Molnar · 18 years ago
  64. aa5e5ce ftrace: remove packed attribute on ftrace_page. by David Miller · 18 years ago
  65. 74f4e36 ftrace: stacktrace fix by Ingo Molnar · 18 years ago
  66. 5b82a1b Port ftrace to markers by Mathieu Desnoyers · 18 years ago
  67. dc102a8 Markers - remove extra format argument by Mathieu Desnoyers · 18 years ago
  68. 3eefae9 ftrace: limit trace entries by Steven Rostedt · 18 years ago
  69. 6c6c279 ftrace: add readpos to struct trace_seq; add trace_seq_to_user() by Pekka Paalanen · 18 years ago
  70. 2bb6f8d ftrace: use raw_smp_processor_id for mcount functions by Steven Rostedt · 18 years ago
  71. a4feb834 ftrace: special stacktrace by Ingo Molnar · 18 years ago
  72. 9fe068e ftrace: trace faster by Ingo Molnar · 18 years ago
  73. 4823ed7 ftrace: fix setting of pos in read_pipe by Steven Rostedt · 18 years ago
  74. 107bad8 ftrace: add trace pipe header pluggin by Steven Rostedt · 18 years ago
  75. 53d0aa7 ftrace: add logic to record overruns by Steven Rostedt · 18 years ago
  76. 25b0b44 ftrace: fix comm on function trace output by Steven Rostedt · 18 years ago
  77. 4fcdae8 ftrace: comment code by Steven Rostedt · 18 years ago
  78. ab46428 ftrace: modulize the number of CPU buffers by Steven Rostedt · 18 years ago
  79. c6caeeb ftrace: replace simple_strtoul with strict_strtoul by Steven Rostedt · 18 years ago
  80. cffae43 ftrace: simple clean ups by Steven Rostedt · 18 years ago
  81. afc2abc ftrace: cleanups by Ingo Molnar · 18 years ago
  82. 93dcc6e ftrace: simplify hexprint by Thomas Gleixner · 18 years ago
  83. bb065af lockdep: update lockdep_recursion on graph_lock by Steven Rostedt · 18 years ago
  84. a98a3c3 ftrace: trace_entries to dynamically change trace buffer size by Steven Rostedt · 18 years ago
  85. 05bd68c ftrace: user proper API for setting RT prios in selftest by Steven Rostedt · 18 years ago
  86. 2dc8f09 ftrace: trace_pipe implement NONBLOCK by Steven Rostedt · 18 years ago
  87. 8452799 ftrace: return EOF in trace_pipe on change of tracer by Steven Rostedt · 18 years ago
  88. b5685ae ftrace: restore iterator trace in pipe read by Steven Rostedt · 18 years ago
  89. 8487c23 ftrace: allow trace_pipe to block on all reads by Steven Rostedt · 18 years ago
  90. d17d969 ftrace: fix conversion of task state to char in latency tracer by Ankita Garg · 18 years ago
  91. 72829bc ftrace: move enums to ftrace.h and make helper function global by Thomas Gleixner · 18 years ago
  92. 30afdcb ftrace: selftest protect againt max flip by Steven Rostedt · 18 years ago
  93. d15f57f ftrace: fix mutex unlock in trace output by Steven Rostedt · 18 years ago
  94. 07a267c ftrace: add UNINTERRUPTIBLE state for kftraced on disable by Steven Rostedt · 18 years ago
  95. c1d2327 ftrace: restrict tracing to HAVE_FTRACE architectures by Ingo Molnar · 18 years ago
  96. 1d09daa ftrace: use Makefile to remove tracing from lockdep by Steven Rostedt · 18 years ago
  97. 92205c2 ftrace: user raw_spin_lock in tracing by Steven Rostedt · 18 years ago
  98. c5f888c ftrace: irqsoff use raw_smp_processor_id by Steven Rostedt · 18 years ago
  99. 4d9493c ftrace: remove add-hoc code by Ingo Molnar · 18 years ago
  100. d05cdb2 ftrace: fix dynamic ftrace selftest by Steven Rostedt · 18 years ago