summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2014-05-14sched-mmdrop-delayed.patchThomas Gleixner
2014-05-14sched-delay-put-task.patchThomas Gleixner
2014-05-14posix-timers: thread posix-cpu-timers on -rtJohn Stultz
2014-05-14mm: pagefault_disabled()Peter Zijlstra
2014-05-14mm: Prepare decoupling the page fault disabling logicIngo Molnar
2014-05-14signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2014-05-14vtime-split-lock-and-seqcount.patchThomas Gleixner
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10rwlocks: Fix section mismatchJohn Kacur
2014-04-10sched-mmdrop-delayed.patchThomas Gleixner
2014-04-10sched-delay-put-task.patchThomas Gleixner
2014-04-10posix-timers: thread posix-cpu-timers on -rtJohn Stultz
2014-04-10mm: pagefault_disabled()Peter Zijlstra
2014-04-10mm: Prepare decoupling the page fault disabling logicIngo Molnar
2014-04-10signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2014-04-10vtime-split-lock-and-seqcount.patchThomas Gleixner
2014-01-25fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-08-31pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski
2013-08-14microblaze: fix clone syscallMichal Simek
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-11mm: remove free_area_cacheMichel Lespinasse
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08aio: don't include aio.h in sched.hKent Overstreet
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-03-23bcache: A block layer cacheKent Overstreet
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker
2013-03-04make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro
2013-02-28fork: unshare: remove dead codeAlan Cox
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23new helper: file_inode(file)Al Viro
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-01-20sys_clone() needs asmlinkage_protectAl Viro
2012-12-25pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman