1. 6ab423e perf_counter: Propagate inheritance failures down the fork() path by Peter Zijlstra · 15 years ago
  2. e4cbb4e perf_counter: Move child perfcounter init to after scheduler init by Ingo Molnar · 15 years ago
  3. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 15 years ago
  4. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  5. 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
  6. 6279a751 posix-timers: fix RLIMIT_CPU && fork() by Oleg Nesterov · 15 years ago
  7. 5ea472a Merge commit 'v2.6.30-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  8. 5e34437 Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  9. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  10. 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
  11. 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 15 years ago
  12. b3bfa0c signals: protect cinit from blocked fatal signals by Sukadev Bhattiprolu · 15 years ago
  13. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 15 years ago
  14. 33e5d769 nommu: fix a number of issues with the per-MM VMA patch by David Howells · 15 years ago
  15. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  16. 498052b New locking/refcounting for fs_struct by Al Viro · 15 years ago
  17. 3e93cd6 Take fs_struct handling to new file (fs/fs_struct.c) by Al Viro · 15 years ago
  18. 9489424 cpumask: use mm_cpumask() wrapper: kernel/fork.c by Rusty Russell · 15 years ago
  19. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  20. 2d5516c copy_process: fix CLONE_PARENT && parent_exec_id interaction by Oleg Nesterov · 15 years ago
  21. f8a6b2b Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  22. e9c4ffb Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  23. 871cafc Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  24. 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
  25. 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
  26. 06eb23b ptrace, x86: fix the usage of ptrace_fork() by Oleg Nesterov · 15 years ago
  27. 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 15 years ago
  28. 17406b8 softlockup: remove timestamp checking from hung_task by Mandeep Singh Baines · 15 years ago
  29. 04ec93f fork.c: fix NULL pointer dereference when nr_threads == threads-max by Li Zefan · 15 years ago
  30. 32bd671 signal: re-add dead task accumulation stats. by Peter Zijlstra · 15 years ago
  31. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  32. 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
  33. bfe2a3c Merge branch 'core/percpu' into perfcounters/core by Ingo Molnar · 15 years ago
  34. 7783549 Merge commit 'v2.6.29-rc2' into perfcounters/core by Ingo Molnar · 15 years ago
  35. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 15 years ago
  36. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 15 years ago
  37. af432eb softlockup: fix to allow compiling with !DETECT_HUNG_TASK by Mandeep Singh Baines · 15 years ago
  38. 6559eed8 [CVE-2009-0029] System call wrappers part 30 by Heiko Carstens · 15 years ago
  39. 17da2bd [CVE-2009-0029] System call wrappers part 08 by Heiko Carstens · 15 years ago
  40. 783adf4 kernel/fork.c: unused variable 'ret' by Steven Noonan · 15 years ago
  41. d19b85d Merge commit 'v2.6.29-rc1' into timers/urgent by Ingo Molnar · 15 years ago
  42. 506c10f Merge commit 'v2.6.29-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  43. c40f6f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu by Linus Torvalds · 15 years ago
  44. 61bce0f pid: generalize task_active_pid_ns by Eric W. Biederman · 15 years ago
  45. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 15 years ago
  46. 490dea4 itimers: remove the per-cpu-ish-ness by Peter Zijlstra · 16 years ago
  47. 4cb0e11 coredump_filter: permit changing of the default filter by Hidehiro Kawai · 15 years ago
  48. 6034880 fork.c: cleanup for copy_sighand() by Zhaolei · 15 years ago
  49. a9de18e Merge branch 'linus' into stackprotector by Ingo Molnar · 15 years ago
  50. e1df957 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  51. abf137d aio: make the lookup_ioctx() lockless by Jens Axboe · 16 years ago
  52. 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 · 15 years ago
  53. cbacc2c Merge branch 'next' into for-linus by James Morris · 15 years ago
  54. bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 15 years ago
  55. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  56. 92bf73e Merge branch 'x86/irq' into perfcounters/core by Ingo Molnar · 16 years ago
  57. b88ed20 fix mapping_writably_mapped() by Hugh Dickins · 16 years ago
  58. a64e649 [PATCH] return records for fork() both to child and parent by Al Viro · 16 years ago
  59. 0793a61 performance counters: core code by Thomas Gleixner · 16 years ago
  60. 7657d90 user namespaces: require cap_set{ug}id for CLONE_NEWUSER by Serge E. Hallyn · 16 years ago
  61. e8e1abe ftrace: fix race in function graph during fork by Steven Rostedt · 16 years ago
  62. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  63. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  64. 65afa5e tracing/function-return-tracer: free the return stack on free_task() by Frederic Weisbecker · 16 years ago
  65. 82f60f0 tracing/function-return-tracer: clean up task start/exit callbacks by Ingo Molnar · 16 years ago
  66. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  67. 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  68. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  69. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  70. 8141c7f Move "exit_robust_list" into mm_release() by Linus Torvalds · 16 years ago
  71. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
  72. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  73. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  74. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  75. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  76. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  77. 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
  78. 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
  79. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  80. b2aaf8f Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  81. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago
  82. 9c9f4de tty: Add a kref count by Alan Cox · 16 years ago
  83. bb34d92 timers: fix itimer/many thread hang, v2 by Frank Mayhar · 16 years ago
  84. 430b529 timers: fix itimer/many thread hang, fix by Ingo Molnar · 16 years ago
  85. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  86. 6976675 hrtimer: create a "timer_slack" field in the task struct by Arjan van de Ven · 16 years ago
  87. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  88. 5995477 task IO accounting: improve code readability by Andrea Righi · 16 years ago
  89. 7f2da1e [PATCH] kill altroot by Al Viro · 16 years ago
  90. daded34 tracehook: vfork-done by Roland McGrath · 16 years ago
  91. 09a0539 tracehook: clone by Roland McGrath · 16 years ago
  92. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  93. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  94. 999d9fc coredump: move mm->core_waiters into struct core_state by Oleg Nesterov · 16 years ago
  95. 246bb0b kill PF_BORROWED_MM in favour of PF_KTHREAD by Oleg Nesterov · 16 years ago
  96. e885dcd cgroup_clone: use pid of newly created task for new cgroup by Serge E. Hallyn · 16 years ago
  97. b69c49b clean up duplicated alloc/free_thread_info by FUJITA Tomonori · 16 years ago
  98. a1e7877 hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork() by Mel Gorman · 16 years ago
  99. f470021 ptrace children revamp by Roland McGrath · 16 years ago
  100. 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