summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov-15/+5
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-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
2009-06-03perf_counter: Add a comm hook for pure fork()sPeter Zijlstra-0/+6
2009-06-02function-graph: move initialization of new tasks up in forkSteven Rostedt-6/+4
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra-1/+1
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra-1/+5
2009-05-25perf_counter: Move child perfcounter init to after scheduler initIngo Molnar-1/+1
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras-0/+1
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar-2/+2
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar-4/+9
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar-9/+12
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt-1/+2
2009-04-14tracing: create automated trace definesSteven Rostedt-2/+0
2009-04-09Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds-4/+9
2009-04-08posix-timers: fix RLIMIT_CPU && fork()Oleg Nesterov-4/+9
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar-5/+3
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger-2/+2
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar-45/+43
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar-45/+38
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-35/+28
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov-2/+0
2009-04-02signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu-0/+2
2009-04-02Simplify copy_thread()Alexey Dobriyan-1/+1
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells-0/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro-0/+1
2009-03-31New locking/refcounting for fs_structAl Viro-10/+27
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro-27/+2
2009-03-30cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar-0/+5
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov-6/+5
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar-2/+4
2009-02-13Merge branch 'linus' into perfcounters/coreIngo Molnar-2/+3
2009-02-12Merge branch 'linus' into core/softlockupIngo Molnar-13/+13
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2009-02-11ptrace, x86: fix the usage of ptrace_fork()Oleg Nesterov-1/+1
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar-9/+8