aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering1-0/+3
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+19
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-0/+1
2012-03-21mm: add rss counters consistency checkKonstantin Khlebnikov1-3/+18
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+2
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov1-1/+7
2012-03-05vfork: kill PF_STARTINGOleg Nesterov1-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+1
2012-03-05vfork: make it killableOleg Nesterov1-8/+32
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-7/+10
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-1/+1
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-02-10security: create task_free security callbackKees Cook1-0/+1
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris1-2/+0
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+6
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang1-0/+1
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-9/+5
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-1/+1
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-3/+5
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo1-4/+4
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki1-1/+0
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo1-1/+0
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang1-5/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2011-10-31oom: remove oom_disable_countDavid Rientjes1-9/+1
2011-10-03writeback: per task dirty rate limitWu Fengguang1-0/+3
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-0/+1
2011-07-26kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira1-35/+48
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-0/+4
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro1-0/+1
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov1-12/+0
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-1/+0
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin1-1/+1
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo1-9/+32
2011-06-22ptrace: kill trivial tracehooksTejun Heo1-1/+1
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-32/+10
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-1/+51
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-6/+0
2011-05-26cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum1-0/+10
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-3/+34
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-05-12sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes1-2/+2
2011-04-24sched: Get rid of lock_depthJonathan Corbet1-1/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-6/+0
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman1-1/+1
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov1-98/+25
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet1-1/+2
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-3/+6
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet1-4/+6
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel1-0/+1
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-0/+3
2011-01-13thp: khugepagedAndrea Arcangeli1-0/+5
2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli1-0/+7
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-0/+1
2011-01-13sched: remove long deprecated CLONE_STOPPED flagDave Jones1-27/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-01-07sched: Move sched_autogroup_exit() to free_signal_struct()Mike Galbraith1-4/+3
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar1-0/+1
2011-01-04sched, autogroup: Fix reference leakMike Galbraith1-1/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-1/+1
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith1-0/+1
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-1/+4
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-0/+2
2010-10-26oom: add per-mm oom disable countYing Han1-1/+14
2010-09-22rmap: fix walk during forkAndrea Arcangeli1-1/+1
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-2/+5
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin1-5/+5
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-0/+1
2010-06-08sched: add hooks for workqueueTejun Heo1-1/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-4/+0
2010-05-27pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov1-1/+13
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov1-4/+4
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov1-8/+0
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov1-0/+1
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov1-1/+0
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov1-7/+16
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov1-2/+0
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+4
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+3
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki1-0/+3
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-3/+0
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+8
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico1-11/+0
2010-03-12copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico1-26/+1
2010-03-06kernel core: use helpers for rlimitsJiri Slaby1-4/+6
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-1/+5
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+1
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney1-1/+8
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney1-0/+1
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra1-15/+0
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov1-1/+1
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov1-2/+3
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+4
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+2
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling1-1/+2
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity1-0/+2
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-0/+3
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto1-0/+2
2009-11-29core: Fix user return notifier on fork()Avi Kivity1-0/+2
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell1-1/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+8
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner1-0/+2
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra1-2/+6
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto1-6/+7
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan1-2/+9
2009-09-24fork(): disable CLONE_PARENT for initSukadev Bhattiprolu1-0/+10
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+5
2009-09-23procfs: provide stack information for threadsStefani Seibold1-0/+2
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko1-0/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-0/+2
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-0/+1
2009-09-22ksm: fix oom deadlockHugh Dickins1-1/+0
2009-09-22ksm: the mm interface to ksmHugh Dickins1-1/+7
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+11
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2009-09-11Merge branch 'next' into for-linusJames Morris1-4/+2
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar1-16/+5
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-4/+2
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner1-4/+5
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-4/+1
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-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka1-4/+5
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/...Linus 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...Linus Torvalds1-6/+4
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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-fixe...Linus 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/vir...Linus 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/k...Linus Torvalds1-1/+2
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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
2009-02-09softlockup: remove timestamp checking from hung_taskMandeep Singh Baines1-5/+3
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan1-0/+1
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra1-1/+2
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar1-9/+7
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+7
2009-01-23Merge branch 'core/percpu' into perfcounters/coreIngo Molnar1-0/+5
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar1-2/+2
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-2/+2
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar1-8/+17
2009-01-16softlockup: fix to allow compiling with !DETECT_HUNG_TASKMandeep Singh Baines1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens1-1/+1