summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* exec: kill task_struct->did_execOleg Nesterov2014-01-231-1/+0
* kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn2014-01-231-3/+0
* kernel/fork.c: fix coding style issuesDaeseok Youn2014-01-231-2/+2
* kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-231-1/+1
* introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-211-0/+7
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-5/+7
|\
| * sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-0/+1
| * rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-1/+2
| * sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-131-1/+3
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-01-131-0/+1
| |\
| * | tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov2013-11-271-3/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-171-1/+1
|\ \ \ | |_|/ |/| |
| * | fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman2013-11-261-1/+1
| |/
* / mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-181-0/+1
|/
* mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-151-2/+2
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-4/+1
|\
| * sched/numa: Stay on the same node if CLONE_VMRik van Riel2013-10-091-1/+1
| * Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-091-3/+0
* | uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2013-10-291-1/+1
* | uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov2013-10-291-1/+1
|/
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-1/+1
|\
| * aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-301-1/+1
* | mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov2013-09-111-6/+3
* | fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov2013-09-111-15/+9
* | pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov2013-09-111-3/+2
* | pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov2013-09-111-3/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-5/+0
|\ \
| * | pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman2013-08-301-5/+0
| |/
* | Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski2013-08-271-2/+3
* | microblaze: fix clone syscallMichal Simek2013-08-131-0/+6
* | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
|/
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-4/+0
* kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov2013-07-031-17/+16
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-031-3/+13
* kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2013-07-031-8/+7
* fork: reorder permissions when violating number of processes limitsEric Paris2013-07-031-2/+2
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-0/+4
|\
| * bcache: A block layer cacheKent Overstreet2013-03-231-0/+4
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-4/+1
|\ \
| * | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-031-4/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-1/+1
|\ \ \ | |_|/ |/| |
| * | cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2013-03-071-1/+1
| |/
* / userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman2013-03-131-1/+4
|/
* fork: unshare: remove dead codeAlan Cox2013-02-271-6/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-051-0/+6
|\ \ | |/ |/|
| * cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-0/+6