1. a3a2e76 mm: avoid null-pointer deref in sync_mm_rss() by KAMEZAWA Hiroyuki · 14 years ago
  2. 4e3eadd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. 93c5990 copy_signal() cleanup: clean thread_group_cputime_init() by Veaceslav Falico · 14 years ago
  4. a56704e copy_signal() cleanup: use zalloc and remove initializations by Veaceslav Falico · 14 years ago
  5. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  6. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  7. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  8. db1466b rcu: Use wrapper function instead of exporting tasklist_lock by Paul E. McKenney · 14 years ago
  9. d11c563 sched: Use lockdep-based checking on rcu_dereference() by Paul E. McKenney · 14 years ago
  10. fabf318 sched: Fix fork vs hotplug vs cpuset namespaces by Peter Zijlstra · 14 years ago
  11. 9cd80bb do_wait() optimization: do not place sub-threads on task_struct->children list by Oleg Nesterov · 14 years ago
  12. 6580807 ptrace: copy_process() should disable stepping by Oleg Nesterov · 14 years ago
  13. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 14 years ago
  14. 1d61548 sched: Convert pi_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  15. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  16. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  17. b69f229 block: Fix io_context leak after failure of clone with CLONE_IO by Louis Rilling · 15 years ago
  18. 58988b0 Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33 by Avi Kivity · 15 years ago
  19. 0cf55e1 sched, cputime: Introduce thread_group_times() by Hidetoshi Seto · 15 years ago
  20. d99ca3b sched, cputime: Cleanups related to task_times() by Hidetoshi Seto · 15 years ago
  21. 8e7cac7 core: Fix user return notifier on fork() by Avi Kivity · 15 years ago
  22. 1d51075 Correct nr_processes() when CPUs have been unplugged by Ian Campbell · 15 years ago
  23. f579bbc Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. 322a2c1 futex: Move exit_pi_state() call to release_mm() by Thomas Gleixner · 15 years ago
  25. fc6b177 futex: Nullify robust lists after cleanup by Peter Zijlstra · 15 years ago
  26. 801460d task_struct cleanup: move binfmt field to mm_struct by Hiroshi Shimamoto · 15 years ago
  27. 858f099 aio: ifdef fields in mm_struct by Alexey Dobriyan · 15 years ago
  28. 123be07 fork(): disable CLONE_PARENT for init by Sukadev Bhattiprolu · 15 years ago
  29. 31bbb9b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. d899bf7 procfs: provide stack information for threads by Stefani Seibold · 15 years ago
  31. 1f10206 getrusage: fill ru_maxrss value by Jiri Pirko · 15 years ago
  32. 28b83c5 oom: move oom_adj value from task_struct to signal_struct by KOSAKI Motohiro · 15 years ago
  33. 1c2fb7a ksm: fix deadlock with munlock in exit_mmap by Andrea Arcangeli · 15 years ago
  34. 9ba6929 ksm: fix oom deadlock by Hugh Dickins · 15 years ago
  35. f8af4da ksm: the mm interface to ksm by Hugh Dickins · 15 years ago
  36. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  37. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  38. eee2775 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. a3c8b97 Merge branch 'next' into for-linus by James Morris · 15 years ago
  40. 29e2035 Merge branch 'linus' into core/rcu by Ingo Molnar · 15 years ago
  41. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  42. f71bb0a Merge branch 'timers/posixtimers' into timers/tracing by Thomas Gleixner · 15 years ago
  43. 4ab6c08 clone(): fix race between copy_process() and de_thread() by Oleg Nesterov · 15 years ago
  44. f41d911 rcu: Merge preemptable-RCU functionality into hierarchical RCU by Paul E. McKenney · 15 years ago
  45. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  46. 9c8a822 execve: must clear current->clear_child_tid by Eric Dumazet · 15 years ago
  47. 42c4ab4 itimers: Merge ITIMER_VIRT and ITIMER_PROF by Stanislaw Gruszka · 15 years ago
  48. 9f498cc perf_counter: Full task tracing by Peter Zijlstra · 15 years ago
  49. 933b787 mm: copy over oom_adj value at fork time by Rik van Riel · 15 years ago
  50. 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 15 years ago
  51. ed900c0 perf_counter: Log vfork as a fork event by Anton Blanchard · 15 years ago
  52. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  53. 72a1de3 copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING) by Oleg Nesterov · 15 years ago
  54. 2dff440 kmemcheck: add mm functions by Vegard Nossum · 16 years ago
  55. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  56. 991ec02 Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  57. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  58. 087eb43 ptrace: tracehook_report_clone: fix false positives by Oleg Nesterov · 15 years ago
  59. 60313eb perf_counter: Add fork event by Peter Zijlstra · 15 years ago
  60. 226f62f perf_counter: Add a comm hook for pure fork()s by Peter Zijlstra · 15 years ago
  61. f7e8b61 function-graph: move initialization of new tasks up in fork by Steven Rostedt · 15 years ago
  62. bbbee90 perf_counter: Ammend cleanup in fork() fail by Peter Zijlstra · 15 years ago
  63. 6ab423e perf_counter: Propagate inheritance failures down the fork() path by Peter Zijlstra · 15 years ago
  64. e4cbb4e perf_counter: Move child perfcounter init to after scheduler init by Ingo Molnar · 15 years ago
  65. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 15 years ago
  66. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 15 years ago
  67. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  68. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 15 years ago
  69. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  70. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  71. 422a253 Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  72. 6279a751 posix-timers: fix RLIMIT_CPU && fork() by Oleg Nesterov · 15 years ago
  73. 5ea472a Merge commit 'v2.6.30-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  74. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  75. 5e34437 Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  76. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  77. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  78. 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 15 years ago
  79. b3bfa0c signals: protect cinit from blocked fatal signals by Sukadev Bhattiprolu · 15 years ago
  80. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 15 years ago
  81. 33e5d769 nommu: fix a number of issues with the per-MM VMA patch by David Howells · 15 years ago
  82. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  83. 498052b New locking/refcounting for fs_struct by Al Viro · 15 years ago
  84. 3e93cd6 Take fs_struct handling to new file (fs/fs_struct.c) by Al Viro · 15 years ago
  85. 9489424 cpumask: use mm_cpumask() wrapper: kernel/fork.c by Rusty Russell · 15 years ago
  86. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  87. 2d5516c copy_process: fix CLONE_PARENT && parent_exec_id interaction by Oleg Nesterov · 15 years ago
  88. f8a6b2b Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  89. e9c4ffb Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  90. 871cafc Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  91. 94dba89 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  92. 9ce04f9 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. 06eb23b ptrace, x86: fix the usage of ptrace_fork() by Oleg Nesterov · 15 years ago
  94. 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 15 years ago
  95. 17406b8 softlockup: remove timestamp checking from hung_task by Mandeep Singh Baines · 15 years ago
  96. 04ec93f fork.c: fix NULL pointer dereference when nr_threads == threads-max by Li Zefan · 15 years ago
  97. 32bd671 signal: re-add dead task accumulation stats. by Peter Zijlstra · 15 years ago
  98. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  99. 1e70c7f Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. bfe2a3c Merge branch 'core/percpu' into perfcounters/core by Ingo Molnar · 15 years ago