summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra-15/+0
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov-1/+1
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov-2/+3
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki-0/+4
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner-2/+2
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+2
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling-1/+2
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity-0/+2
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto-0/+3
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto-0/+2
2009-11-29core: Fix user return notifier on fork()Avi Kivity-0/+2
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell-1/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+8
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner-0/+2
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra-2/+6
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto-6/+7
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan-2/+9
2009-09-24fork(): disable CLONE_PARENT for initSukadev Bhattiprolu-0/+10
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+5
2009-09-23procfs: provide stack information for threadsStefani Seibold-0/+2
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko-0/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro-0/+2
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli-0/+1
2009-09-22ksm: fix oom deadlockHugh Dickins-1/+0
2009-09-22ksm: the mm interface to ksmHugh Dickins-1/+7
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro-0/+11
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar-4/+4
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+1
2009-09-11Merge branch 'next' into for-linusJames Morris-4/+2
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar-16/+5
2009-09-02CRED: Add some configurable debugging [try #6]David Howells-4/+2
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner-4/+5
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov-15/+5
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney-4/+1
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro-1/+0
2009-08-07execve: must clear current->clear_child_tidEric Dumazet-11/+11
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka-4/+5
2009-08-02perf_counter: Full task tracingPeter Zijlstra-3/+1
2009-07-29mm: copy over oom_adj value at fork timeRik van Riel-0/+1
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+3
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard-6/+3
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan-1/+0
2009-06-18copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov-1/+0
2009-06-15kmemcheck: add mm functionsVegard Nossum-7/+7
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar-12/+9
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+4
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+4
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov-1/+1
2009-06-04perf_counter: Add fork eventPeter Zijlstra-2/+2