aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-14
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-14
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-11
|\
| * sched/numa: Stay on the same node if CLONE_VMRik van Riel2013-10-09
| * Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-09
* | uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2013-10-29
* | uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov2013-10-29
|/
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-13
|\
| * aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-30
* | mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov2013-09-11
* | fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov2013-09-11
* | pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov2013-09-11
* | pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov2013-09-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-07
|\ \
| * | pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman2013-08-31
| |/
* | Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski2013-08-27
* | microblaze: fix clone syscallMichal Simek2013-08-13
* | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
|/
* mm: remove free_area_cacheMichel Lespinasse2013-07-10
* kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov2013-07-03
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-03
* kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2013-07-03
* fork: reorder permissions when violating number of processes limitsEric Paris2013-07-03
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * bcache: A block layer cacheKent Overstreet2013-03-23
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\ \
| * | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-03
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-30
|\ \ \ | |_|/ |/| |
| * | cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2013-03-07
| |/
* / userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman2013-03-13
|/
* fork: unshare: remove dead codeAlan Cox2013-02-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-05
|\ \ | |/ |/|
| * cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-01-20
|\ \ | |/ |/|
| * sys_clone() needs asmlinkage_protectAl Viro2013-01-19
* | pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman2012-12-25
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-20
|\
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-19
* | fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa2012-12-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-17
|\ \
| * | userns: Implement unshare of the user namespaceEric W. Biederman2012-11-20
| * | userns: Allow unprivileged users to create user namespaces.Eric W. Biederman2012-11-19
| * | pidns: Support unsharing the pid namespace.Eric W. Biederman2012-11-19
| * | pidns: Consolidate initialzation of special init task stateEric W. Biederman2012-11-19
| * | pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-19
| * | pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-19
* | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-16
|\ \ \