1. c20b08e sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq() by Fabio Checconi · 16 years ago
  2. 7793527 sched: Reset sched stats on fork() by Lucas De Marchi · 16 years ago
  3. a1ba4d8 sched_rt: Fix overload bug on rt group scheduling by Peter Zijlstra · 16 years ago
  4. 2453d6f Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 12e24f3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  6. 1eb51c33 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
  7. b0b7065 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  8. 38df92b Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. d4c4038 Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 16 years ago
  10. 3daeb4d Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 16 years ago
  11. 92bf309 perf_counter: Push perf_sample_data through the swcounter code by Peter Zijlstra · 16 years ago
  12. 9ea1a15 tracing/urgent: warn in case of ftrace_start_up inbalance by Frederic Weisbecker · 16 years ago
  13. c85a17e tracing/urgent: fix unbalanced ftrace_start_up by Frederic Weisbecker · 16 years ago
  14. befca96 ptrace: wait_task_zombie: do not account traced sub-threads by Oleg Nesterov · 16 years ago
  15. b49a9e7 perf_counter: Close race in perf_lock_task_context() by Peter Zijlstra · 16 years ago
  16. e5289d4 perf_counter: Simplify and fix task migration counting by Peter Zijlstra · 16 years ago
  17. 71e308a function-graph: add stack frame test by Steven Rostedt · 16 years ago
  18. eb4a037 function-graph: disable when both x86_32 and optimize for size are configured by Steven Rostedt · 16 years ago
  19. 7bf99fb gcov: enable GCOV_PROFILE_ALL for x86_64 by Peter Oberparleiter · 16 years ago
  20. 2521f2c gcov: add gcov profiling infrastructure by Peter Oberparleiter · 16 years ago
  21. b99b87f kernel: constructor support by Peter Oberparleiter · 16 years ago
  22. 90af90d nsproxy: extract create_nsproxy() by Alexey Dobriyan · 16 years ago
  23. 4c2a7e7 utsns: extract creeate_uts_ns() by Alexey Dobriyan · 16 years ago
  24. dca4a97 pidns: rewrite copy_pid_ns() by Alexey Dobriyan · 16 years ago
  25. ed469a6 pidns: make create_pid_namespace() accept parent pidns by Alexey Dobriyan · 16 years ago
  26. 17f98dc pids: clean up find_task_by_pid variants by Christoph Hellwig · 16 years ago
  27. 7338f29 sysctl.c: remove unused variable by Sukanto Ghosh · 16 years ago
  28. 371cbb3 kthreads: simplify migration_thread() exit path by Oleg Nesterov · 16 years ago
  29. 6370617 kthreads: rework kthread_stop() by Oleg Nesterov · 16 years ago
  30. cdd140b kthreads: simplify the startup synchronization by Oleg Nesterov · 16 years ago
  31. e1eb1eb mm: exit.c reorder wait_opts to remove padding on 64 bit builds by Richard Kennedy · 16 years ago
  32. f95d39d do_wait: fix the theoretical race with stop/trace/cont by Oleg Nesterov · 16 years ago
  33. a3f6dfb do_wait: kill the old BUG_ON, use while_each_thread() by Oleg Nesterov · 16 years ago
  34. 64a16ca do_wait: simplify retval/tsk_result/notask_error mess by Oleg Nesterov · 16 years ago
  35. 9e8ae01 introduce "struct wait_opts" to simplify do_wait() patches by Oleg Nesterov · 16 years ago
  36. 4791802 shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped() by Oleg Nesterov · 16 years ago
  37. 72a1de3 copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING) by Oleg Nesterov · 16 years ago
  38. 77d1ef7 wait_task_zombie: do not use thread_group_cputime() by Oleg Nesterov · 16 years ago
  39. e496125 ptrace: don't take tasklist to get/set ->last_siginfo by Oleg Nesterov · 16 years ago
  40. d926566 ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage by Oleg Nesterov · 16 years ago
  41. d1e98f4 ptrace: wait_task_zombie: s/->parent/->real_parent/ by Oleg Nesterov · 16 years ago
  42. 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 16 years ago
  43. 4b105cb ptrace: do not use task_lock() for attach by Oleg Nesterov · 16 years ago
  44. f2f0b00 ptrace: cleanup check/set of PT_PTRACED during attach by Oleg Nesterov · 16 years ago
  45. b79b7ba ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm by Oleg Nesterov · 16 years ago
  46. 5cb1144 ptrace: do not use task->ptrace directly in core kernel by Oleg Nesterov · 16 years ago
  47. dea33cf ptrace: mm_need_new_owner: use ->real_parent to search in the siblings by Oleg Nesterov · 16 years ago
  48. 8724513 allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHAND by Oleg Nesterov · 16 years ago
  49. c5b947b memcg: add interface to reset limits by Daisuke Nishimura · 16 years ago
  50. f9ab5b5 cgroups: forbid noprefix if mounting more than just cpuset subsystem by Li Zefan · 16 years ago
  51. aa0ce5b softirq: introduce statistics for softirq by Keika Kobayashi · 16 years ago
  52. 43a21ea perf_counter: Add event overlow handling by Peter Zijlstra · 16 years ago
  53. 4b221f0 ring-buffer: have benchmark test print to trace buffer by Steven Rostedt · 16 years ago
  54. 8d707e8 ring-buffer: do not grab locks in nmi by Steven Rostedt · 16 years ago
  55. d478820 ring-buffer: add locks around rb_per_cpu_empty by Steven Rostedt · 16 years ago
  56. 5f78abe ring-buffer: check for less than two in size allocation by Steven Rostedt · 16 years ago
  57. 0dcd4d6 ring-buffer: remove useless compile check for buffer_page size by Steven Rostedt · 16 years ago
  58. b7c142d Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  59. 3104bf0 sched: Fix out of scope variable access in sched_slice() by Christian Engelmayer · 16 years ago
  60. 348ec61 sched: Hide runqueues from direct refer at source code level by Hitoshi Mitake · 16 years ago
  61. fd5e1b5 sched: Remove unneeded __ref tag by Li Zefan · 16 years ago
  62. a3d06cc Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  63. 517d086 Merge branch 'akpm' by Linus Torvalds · 16 years ago
  64. 009789f slow-work: use round_jiffies() for thread pool's cull and OOM timers by Chris Peterson · 16 years ago
  65. 30639b6a groups: move code to kernel/groups.c by Alexey Dobriyan · 16 years ago
  66. b33112d kernel/kfifo.c: replace conditional test with is_power_of_2() by Robert P. J. Day · 16 years ago
  67. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
  68. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 16 years ago
  69. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 16 years ago
  70. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 16 years ago
  71. 950592f cpusets: update tasks' page/slab spread flags in time by Miao Xie · 16 years ago
  72. f3b39d4 cpusets: restructure the function cpuset_update_task_memory_state() by Miao Xie · 16 years ago
  73. c6a9d7b ring-buffer: remove useless warn on check by Steven Rostedt · 16 years ago
  74. 22f470f ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index by Steven Rostedt · 16 years ago
  75. 00e9583 tracing/filters: fix race between filter setting and module unload by Li Zefan · 16 years ago
  76. 57be888 tracing/filters: free filter_string in destroy_preds() by Li Zefan · 16 years ago
  77. fa74395 ring-buffer: use commit counters for commit pointer accounting by Steven Rostedt · 16 years ago
  78. 263294f ring-buffer: remove unused variable by Steven Rostedt · 16 years ago
  79. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 16 years ago
  80. 6fd0330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  81. b231125 printk: add KERN_DEFAULT loglevel to print_modules() by Linus Torvalds · 16 years ago
  82. e28d713 printk: Add KERN_DEFAULT printk log-level by Linus Torvalds · 16 years ago
  83. 5fd29d6 printk: clean up handling of log-levels and newlines by Linus Torvalds · 16 years ago
  84. 9086c7b90 ring-buffer: have benchmark test handle discarded events by Steven Rostedt · 16 years ago
  85. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 16 years ago
  86. 3959214 sched: delayed cleanup of user_struct by Kay Sievers · 16 years ago
  87. 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  88. f9db6e0 Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. 3f27c0d Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. c7b0930 ring-buffer: prevent adding write in discarded area by Steven Rostedt · 16 years ago
  91. 0ac2058 tracing/filters: strloc should be unsigned short by Li Zefan · 16 years ago
  92. 5e4904c tracing/filters: operand can be negative by Li Zefan · 16 years ago
  93. e4f2d10 tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation by Li Zefan · 16 years ago
  94. 215368e tracing: fix a typo in tracing_cpumask_write() by Li Zefan · 16 years ago
  95. 3f237a7 cpumask: use new operators in kernel/trace by Rusty Russell · 16 years ago
  96. 75f937f perf_counter: Fix ctx->mutex vs counter->mutex inversion by Peter Zijlstra · 16 years ago
  97. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 16 years ago
  98. 7a0aeb1 signal: fix __send_signal() false positive kmemcheck warning by Vegard Nossum · 16 years ago
  99. 1744a21 trace: annotate bitfields in struct ring_buffer_event by Vegard Nossum · 16 years ago
  100. 2dff440 kmemcheck: add mm functions by Vegard Nossum · 17 years ago