summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov-1/+1
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-07Merge branch 'linus' into core/softlockupIngo Molnar-45/+43
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-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-09softlockup: remove timestamp checking from hung_taskMandeep Singh Baines-5/+3
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan-0/+1
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra-1/+2
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar-9/+7
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+7
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar-2/+2
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar-8/+17
2009-01-16softlockup: fix to allow compiling with !DETECT_HUNG_TASKMandeep Singh Baines-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens-1/+1
2009-01-11kernel/fork.c: unused variable 'ret'Steven Noonan-1/+0
2009-01-11Merge commit 'v2.6.29-rc1' into timers/urgentIngo Molnar-5/+3
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds-3/+1
2009-01-08pid: generalize task_active_pid_nsEric W. Biederman-2/+2
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells-3/+1
2009-01-07itimers: remove the per-cpu-ish-nessPeter Zijlstra-8/+7
2009-01-06coredump_filter: permit changing of the default filterHidehiro Kawai-2/+13
2009-01-06fork.c: cleanup for copy_sighand()Zhaolei-1/+1
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar-86/+118
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe-2/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+12
2008-12-25Merge branch 'next' into for-linusJames Morris-34/+28
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger-0/+2
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar-6/+10
2008-12-10fix mapping_writably_mapped()Hugh Dickins-6/+9
2008-12-09[PATCH] return records for fork() both to child and parentAl Viro-0/+1
2008-12-08user namespaces: require cap_set{ug}id for CLONE_NEWUSERSerge E. Hallyn-1/+2
2008-12-03ftrace: fix race in function graph during forkSteven Rostedt-3/+6
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker-2/+2
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn-3/+16