summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
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-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-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+7
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-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
2008-11-23tracing/function-return-tracer: free the return stack on free_task()Frederic Weisbecker-0/+1
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar-2/+0
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker-0/+4
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar-0/+11
2008-11-18Merge branch 'master' into nextJames Morris-0/+11
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers-0/+2
2008-11-15Move "exit_robust_list" into mm_release()Linus Torvalds-0/+11
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells-2/+4
2008-11-14CRED: Inaugurate COW credentialsDavid Howells-5/+2
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells-7/+0
2008-11-14CRED: Detach the credentials from task_structDavid Howells-18/+6
2008-11-14CRED: Separate task security context from task_structDavid Howells-12/+12
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner-0/+2
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+3
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner-43/+54
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven-1/+4
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers-0/+3
2008-10-13tty: Add a kref countAlan Cox-1/+4
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar-4/+1
2008-09-14timers: fix itimer/many thread hang, fixIngo Molnar-1/+0
2008-09-14timers: fix itimer/many thread hangFrank Mayhar-38/+50
2008-09-05hrtimer: create a "timer_slack" field in the task structArjan van de Ven-0/+2
2008-07-28mmu-notifiers: coreAndrea Arcangeli-0/+3