aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman1-1/+4
2013-02-27fork: unshare: remove dead codeAlan Cox1-6/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar1-0/+6
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-0/+6
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+4
2013-01-19sys_clone() needs asmlinkage_protectAl Viro1-2/+4
2012-12-24pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman1-0/+8
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa1-2/+2
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-21/+48
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+48
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+1
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman1-0/+3
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-8/+5
2012-11-28death to idle_regs()Al Viro1-6/+0
2012-11-28don't pass regs to copy_process()Al Viro1-4/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro1-0/+43
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker1-1/+1
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman1-3/+22
2012-11-19userns: Allow unprivileged users to create user namespaces.Eric W. Biederman1-8/+0
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman1-7/+25
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman1-3/+3
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman1-2/+0
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov1-0/+2
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo1-8/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+12
2012-10-09mm: interval tree updatesMichel Lespinasse1-1/+6
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-1/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-1/+0
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-21/+0
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-2/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2012-09-30preparation for generic kernel_thread()Al Viro1-1/+12
2012-09-24net: use a per task frag allocatorEric Dumazet1-0/+1
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-4/+0
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov1-2/+0
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov1-0/+1
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov1-3/+0
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-2/+2
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-3/+1
2012-07-30fork: fix error handling in dup_task()Akinobu Mita1-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Andrew Morton1-8/+3
2012-07-30fork: use vma_pages() to simplify the codeHuang Shijie1-2/+2
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2012-07-22trim task_work: get rid of hlistAl Viro1-1/+1
2012-07-05sched: Fix fork() error path to not crashSalman Qazi1-3/+8
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds1-8/+0
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-0/+8
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+7
2012-05-31fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Konstantin Khlebnikov1-3/+7
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2012-05-29mm/fork: fix overflow in vma length when copying mmap on cloneSiddhesh Poyarekar1-1/+2
2012-05-29mm: remove swap token codeRik van Riel1-9/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+49
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-2/+0
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith1-0/+3
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner1-4/+3
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner1-0/+27
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner1-4/+17
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner1-6/+2
2012-05-08fork: Remove the weak insanityThomas Gleixner1-7/+1
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-26/+70
2012-04-14seccomp: add system call filtering using BPFWill Drewry1-0/+3
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo1-27/+74
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju1-0/+3
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju1-0/+2
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-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-0/+4
2012-03-06block: ioc_task_link() can't failTejun Heo1-3/+2
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