aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-27fork: unshare: remove dead codeGravatar Alan Cox 1-6/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Gravatar Ingo Molnar 1-0/+6
2013-01-27cputime: Safely read cputime of full dynticks CPUsGravatar Frederic Weisbecker 1-0/+6
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+4
2013-01-19sys_clone() needs asmlinkage_protectGravatar Al Viro 1-2/+4
2012-12-24pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Gravatar Eric W. Biederman 1-0/+8
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 1-2/+0
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGravatar Glauber Costa 1-2/+2
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-21/+48
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-16/+48
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-8/+1
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeGravatar Mel Gorman 1-0/+3
2012-11-29flagday: kill pt_regs argument of do_fork()Gravatar Al Viro 1-8/+5
2012-11-28death to idle_regs()Gravatar Al Viro 1-6/+0
2012-11-28don't pass regs to copy_process()Gravatar Al Viro 1-4/+2
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-1/+1
2012-11-28generic sys_fork / sys_vfork / sys_cloneGravatar Al Viro 1-0/+43
2012-11-28cputime: Consolidate cputime adjustment codeGravatar Frederic Weisbecker 1-1/+1
2012-11-20userns: Implement unshare of the user namespaceGravatar Eric W. Biederman 1-3/+22
2012-11-19userns: Allow unprivileged users to create user namespaces.Gravatar Eric W. Biederman 1-8/+0
2012-11-19pidns: Support unsharing the pid namespace.Gravatar Eric W. Biederman 1-7/+25
2012-11-19pidns: Consolidate initialzation of special init task stateGravatar Eric W. Biederman 1-3/+3
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Gravatar Eric W. Biederman 1-2/+0
2012-11-19pidns: Use task_active_pid_ns where appropriateGravatar Eric W. Biederman 1-1/+1
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceGravatar Oleg Nesterov 1-0/+2
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css...Gravatar Tejun Heo 1-8/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+12
2012-10-09mm: interval tree updatesGravatar Michel Lespinasse 1-1/+6
2012-10-09mm: replace vma prio_tree with an interval treeGravatar Michel Lespinasse 1-1/+1
2012-10-09oom: remove deprecated oom_adjGravatar Davidlohr Bueso 1-1/+0
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasGravatar Konstantin Khlebnikov 1-21/+0
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileGravatar Konstantin Khlebnikov 1-2/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+0
2012-09-30preparation for generic kernel_thread()Gravatar Al Viro 1-1/+12
2012-09-24net: use a per task frag allocatorGravatar Eric Dumazet 1-0/+1
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWGravatar Peter Zijlstra 1-4/+0
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Gravatar Oleg Nesterov 1-2/+0
2012-08-28uprobes: Introduce MMF_HAS_UPROBESGravatar Oleg Nesterov 1-0/+1
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapGravatar Oleg Nesterov 1-3/+0
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsGravatar Oleg Nesterov 1-2/+2
2012-07-31memcg: rename config variablesGravatar Andrew Morton 1-1/+1
2012-07-31mm: account the total_vm in the vm_stat_account()Gravatar Huang Shijie 1-3/+1
2012-07-30fork: fix error handling in dup_task()Gravatar Akinobu Mita 1-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Gravatar Andrew Morton 1-8/+3