aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-15mm: implement split page table lock for PMD levelGravatar Kirill A. Shutemov 1-2/+2
2013-11-15mm: convert mm->nr_ptes to atomic_long_tGravatar Kirill A. Shutemov 1-1/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+1
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKGravatar Oleg Nesterov 1-1/+1
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Gravatar Oleg Nesterov 1-1/+1
2013-10-09sched/numa: Stay on the same node if CLONE_VMGravatar Rik van Riel 1-1/+1
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Gravatar Mel Gorman 1-3/+0
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-1/+1
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Gravatar Oleg Nesterov 1-6/+3
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksGravatar Oleg Nesterov 1-15/+9
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Gravatar Oleg Nesterov 1-3/+2
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Gravatar Oleg Nesterov 1-3/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-5/+0
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADGravatar Eric W. Biederman 1-5/+0
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenGravatar Andy Lutomirski 1-2/+3
2013-08-13microblaze: fix clone syscallGravatar Michal Simek 1-0/+6
2013-07-30aio: convert the ioctx list to table lookup v3Gravatar Benjamin LaHaise 1-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-07-10mm: remove free_area_cacheGravatar Michel Lespinasse 1-4/+0
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksGravatar Oleg Nesterov 1-17/+16
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Gravatar Oleg Nesterov 1-3/+13
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeGravatar Oleg Nesterov 1-8/+7
2013-07-03fork: reorder permissions when violating number of processes limitsGravatar Eric Paris 1-2/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+4
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2013-03-23bcache: A block layer cacheGravatar Kent Overstreet 1-0/+4
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSGravatar Eric W. Biederman 1-1/+4
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingGravatar Frederic Weisbecker 1-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectGravatar Al Viro 1-4/+1
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