1. 04ec93f fork.c: fix NULL pointer dereference when nr_threads == threads-max by Li Zefan · 16 years ago
  2. 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 · 16 years ago
  3. 6559eed8 [CVE-2009-0029] System call wrappers part 30 by Heiko Carstens · 16 years ago
  4. 17da2bd [CVE-2009-0029] System call wrappers part 08 by Heiko Carstens · 16 years ago
  5. 783adf4 kernel/fork.c: unused variable 'ret' by Steven Noonan · 16 years ago
  6. d19b85d Merge commit 'v2.6.29-rc1' into timers/urgent by Ingo Molnar · 16 years ago
  7. c40f6f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu by Linus Torvalds · 16 years ago
  8. 61bce0f pid: generalize task_active_pid_ns by Eric W. Biederman · 16 years ago
  9. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  10. 490dea4 itimers: remove the per-cpu-ish-ness by Peter Zijlstra · 16 years ago
  11. 4cb0e11 coredump_filter: permit changing of the default filter by Hidehiro Kawai · 16 years ago
  12. 6034880 fork.c: cleanup for copy_sighand() by Zhaolei · 16 years ago
  13. abf137d aio: make the lookup_ioctx() lockless by Jens Axboe · 16 years ago
  14. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  15. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  16. bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 16 years ago
  17. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  18. b88ed20 fix mapping_writably_mapped() by Hugh Dickins · 16 years ago
  19. a64e649 [PATCH] return records for fork() both to child and parent by Al Viro · 16 years ago
  20. 7657d90 user namespaces: require cap_set{ug}id for CLONE_NEWUSER by Serge E. Hallyn · 16 years ago
  21. e8e1abe ftrace: fix race in function graph during fork by Steven Rostedt · 16 years ago
  22. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  23. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  24. 65afa5e tracing/function-return-tracer: free the return stack on free_task() by Frederic Weisbecker · 16 years ago
  25. 82f60f0 tracing/function-return-tracer: clean up task start/exit callbacks by Ingo Molnar · 16 years ago
  26. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  27. 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  28. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  29. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  30. 8141c7f Move "exit_robust_list" into mm_release() by Linus Torvalds · 16 years ago
  31. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
  32. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  33. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  34. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  35. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  36. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  37. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  38. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  39. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  40. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago
  41. 9c9f4de tty: Add a kref count by Alan Cox · 16 years ago
  42. bb34d92 timers: fix itimer/many thread hang, v2 by Frank Mayhar · 16 years ago
  43. 430b529 timers: fix itimer/many thread hang, fix by Ingo Molnar · 16 years ago
  44. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  45. 6976675 hrtimer: create a "timer_slack" field in the task struct by Arjan van de Ven · 16 years ago
  46. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  47. 5995477 task IO accounting: improve code readability by Andrea Righi · 16 years ago
  48. 7f2da1e [PATCH] kill altroot by Al Viro · 16 years ago
  49. daded34 tracehook: vfork-done by Roland McGrath · 16 years ago
  50. 09a0539 tracehook: clone by Roland McGrath · 16 years ago
  51. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  52. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  53. 999d9fc coredump: move mm->core_waiters into struct core_state by Oleg Nesterov · 16 years ago
  54. 246bb0b kill PF_BORROWED_MM in favour of PF_KTHREAD by Oleg Nesterov · 16 years ago
  55. e885dcd cgroup_clone: use pid of newly created task for new cgroup by Serge E. Hallyn · 16 years ago
  56. b69c49b clean up duplicated alloc/free_thread_info by FUJITA Tomonori · 16 years ago
  57. a1e7877 hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork() by Mel Gorman · 16 years ago
  58. f470021 ptrace children revamp by Roland McGrath · 17 years ago
  59. 40e7bab Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  60. e18425a Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. d12c1a3 lockdep: fix kernel/fork.c warning by Ingo Molnar · 16 years ago
  62. da9cbc8 block: blkdev.h cleanup, move iocontext stuff to iocontext.h by Jens Axboe · 16 years ago
  63. 81d68a9 ftrace: trace irq disabled critical timings by Steven Rostedt · 16 years ago
  64. 02afc626 [PATCH] dup_fd() fixes, part 1 by Al Viro · 16 years ago
  65. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  66. db51aec signals: microoptimize the usage of ->curr_target by Oleg Nesterov · 16 years ago
  67. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  68. 6013f67 ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPC by Manfred Spraul · 16 years ago
  69. 9edff4a ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) by Manfred Spraul · 16 years ago
  70. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  71. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  72. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 16 years ago
  73. 402b086 s390: KVM preparation: provide hook to enable pgstes in user pagetable by Carsten Otte · 17 years ago
  74. 5070451 Fix uninitialized 'copy' in unshare_files by Al Viro · 16 years ago
  75. 3b12538 [PATCH] sanitize unshare_files/reset_files_struct by Al Viro · 16 years ago
  76. fd8328b [PATCH] sanitize handling of shared descriptor tables in failing execve() by Al Viro · 16 years ago
  77. 6b335d9 [PATCH] close race in unshare_files() by Al Viro · 16 years ago
  78. 2adee9b x86: fpu xstate split fix by Suresh Siddha · 16 years ago
  79. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
  80. 1d4a788 memcgroup: fix spurious EBUSY on memory cgroup removal by YAMAMOTO Takashi · 16 years ago
  81. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 17 years ago
  82. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 17 years ago
  83. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 17 years ago
  84. fea9d17 ITIMER_REAL: convert to use struct pid by Oleg Nesterov · 17 years ago
  85. 78fb746 Memory controller: accounting setup by Pavel Emelianov · 17 years ago
  86. 6b2fb3c idle_regs() must be __cpuinit by Adrian Bunk · 17 years ago
  87. d9ae90a use __set_task_state() for TRACED/STOPPED tasks by Oleg Nesterov · 17 years ago
  88. 3b7391d capabilities: introduce per-process capability bounding set by Serge E. Hallyn · 17 years ago
  89. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
  90. bdff746 clone: prepare to recycle CLONE_STOPPED by Andrew Morton · 17 years ago
  91. 6d4e4c4 KVM: Disallow fork() and similar games when using a VM by Avi Kivity · 17 years ago
  92. fadad878 kernel: add CLONE_IO to specifically request sharing of IO contexts by Jens Axboe · 17 years ago
  93. d38ecf9 io context sharing: preliminary support by Jens Axboe · 17 years ago
  94. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 17 years ago
  95. 9745512 sched: latencytop support by Arjan van de Ven · 17 years ago
  96. 6f505b1 sched: rt group scheduling by Peter Zijlstra · 17 years ago
  97. e260be6 Preempt-RCU: implementation by Paul E. McKenney · 17 years ago
  98. 73fe6aa sched: add RT-balance cpu-weight by Gregory Haskins · 17 years ago
  99. 82a1fcb softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks by Ingo Molnar · 17 years ago
  100. 5cd1756 fix clone(CLONE_NEWPID) by Eric W. Biederman · 17 years ago