summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2014-01-23exec: kill task_struct->did_execOleg Nesterov-1/+0
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn-3/+0
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn-2/+2
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn-1/+1
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov-0/+7
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+7
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+1
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli-0/+1
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra-1/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli-1/+3
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar-0/+1
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel-0/+1
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov-3/+1
2013-11-26fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman-1/+1
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov-2/+2
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov-1/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+1
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov-1/+1
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov-1/+1
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel-1/+1
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman-3/+0
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds-1/+1
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov-6/+3
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov-15/+9
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov-3/+2
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov-3/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-5/+0
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman-5/+0
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski-2/+3
2013-08-13microblaze: fix clone syscallMichal Simek-0/+6
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse-4/+0
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov-17/+16
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov-3/+13
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov-8/+7
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris-2/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+4
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2013-03-23bcache: A block layer cacheKent Overstreet-0/+4
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman-1/+4
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro-4/+1
2013-02-27fork: unshare: remove dead codeAlan Cox-6/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar-0/+6
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker-0/+6