summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2010-07-20cpu-hotplug: Don't wake up the desched thread from idle_task_exit()Thomas Gleixner
2010-05-31Merge stable/linux-2.6.33.y into rt/2.6.33Thomas Gleixner
2010-05-26revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-02-21Forward to 2.6.33-rc8Thomas Gleixner
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto
2009-11-29core: Fix user return notifier on fork()Avi Kivity
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell
2009-10-13futex: Revert "futex: Wake up waiter outside the hb->lock section"Thomas Gleixner
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-10-08futex: Move exit_pi_state() call to release_mm()Thomas Gleixner
2009-10-08futex: Nullify robust lists after cleanupPeter Zijlstra
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan
2009-09-24fork(): disable CLONE_PARENT for initSukadev Bhattiprolu
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-09-11Merge branch 'next' into for-linusJames Morris
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner
2009-08-28Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-28Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-08-19Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-19Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-15Merge branch 'rt/base' into rt/rt-2.6.31Thomas Gleixner
2009-08-12Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-07execve: must clear current->clear_child_tidEric Dumazet