aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-1/+0
2009-08-07execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-08-02perf_counter: Full task tracingPeter Zijlstra1-3/+1
2009-07-29mm: copy over oom_adj value at fork timeRik van Riel1-0/+1
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds1-6/+3
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard1-6/+3
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-18copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov1-1/+0
2009-06-15kmemcheck: add mm functionsVegard Nossum1-7/+7
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-12/+9
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+4
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov1-1/+1
2009-06-04perf_counter: Add fork eventPeter Zijlstra1-2/+2
2009-06-03perf_counter: Add a comm hook for pure fork()sPeter Zijlstra1-0/+6
2009-06-02function-graph: move initialization of new tasks up in forkSteven Rostedt1-6/+4
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra1-1/+1
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra1-1/+5
2009-05-25perf_counter: Move child perfcounter init to after scheduler initIngo Molnar1-1/+1
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras1-0/+1
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar1-2/+2
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-4/+9
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar1-9/+12
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+2
2009-04-14tracing: create automated trace definesSteven Rostedt1-2/+0
2009-04-09Merge 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-tipLinus Torvalds1-4/+9
2009-04-08posix-timers: fix RLIMIT_CPU && fork()Oleg Nesterov1-4/+9
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar1-5/+3
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger1-2/+2
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar1-45/+43
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-45/+38
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-35/+28
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov1-2/+0
2009-04-02signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu1-0/+2
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells1-0/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31New locking/refcounting for fs_structAl Viro1-10/+27
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro1-27/+2
2009-03-30cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell1-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+5
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov1-6/+5
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar1-2/+4
2009-02-13Merge branch 'linus' into perfcounters/coreIngo Molnar1-2/+3
2009-02-12Merge branch 'linus' into core/softlockupIngo Molnar1-13/+13
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-02-11ptrace, x86: fix the usage of ptrace_fork()Oleg Nesterov1-1/+1
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar1-9/+8