summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov
2009-06-04perf_counter: Add fork eventPeter Zijlstra
2009-06-03perf_counter: Add a comm hook for pure fork()sPeter Zijlstra
2009-06-02function-graph: move initialization of new tasks up in forkSteven Rostedt
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra
2009-05-25perf_counter: Move child perfcounter init to after scheduler initIngo Molnar
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-04-14tracing: create automated trace definesSteven Rostedt
2009-04-09Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds
2009-04-08posix-timers: fix RLIMIT_CPU && fork()Oleg Nesterov
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov
2009-04-02signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu
2009-04-02Simplify copy_thread()Alexey Dobriyan
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-31New locking/refcounting for fs_structAl Viro
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro
2009-03-30cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar
2009-02-13Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-02-12Merge branch 'linus' into core/softlockupIngo Molnar
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-02-11ptrace, x86: fix the usage of ptrace_fork()Oleg Nesterov
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar
2009-02-09softlockup: remove timestamp checking from hung_taskMandeep Singh Baines
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-01-23Merge branch 'core/percpu' into perfcounters/coreIngo Molnar
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar
2009-01-16softlockup: fix to allow compiling with !DETECT_HUNG_TASKMandeep Singh Baines