aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov1-6/+3
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov1-15/+9
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov1-3/+2
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov1-3/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+0
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman1-5/+0
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski1-2/+3
2013-08-13microblaze: fix clone syscallMichal Simek1-0/+6
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise1-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-4/+0
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov1-17/+16
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid listsOleg Nesterov1-3/+13
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov1-8/+7
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris1-2/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+4
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman1-1/+4
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker1-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-4/+1
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/viro/vfsLinus 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/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo 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/viro/signalLinus 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/viro/signalLinus 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/ebiederm/user-namespaceLinus Torvalds1-21/+48
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+3
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-16/+48
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+1
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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