aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-06
|\
| * seccomp: introduce writer lockingKees Cook2014-07-18
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-05
|\ \
| * | sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-23
| * | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-23
| * | Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner2014-07-16
| |\|
| * | fork: Use ktime_get_ts()Thomas Gleixner2014-06-12
* | | Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar2014-07-16
|\ \ \ | | |/ | |/|
| * | tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-06-21
| |/
* / sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-16
|/
* ptrace: fix fork event messages across pid namespacesMatthew Dempsky2014-06-06
* memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-04
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-04
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-07
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-07
* fork: collapse copy_flags into copy_processDavid Rientjes2014-04-07
* mm: per-thread vma cachingDavidlohr Bueso2014-04-07
* mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton2014-04-07
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-03
|\
| * cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan2014-03-29
* | sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith2014-03-11
|/
* exec: kill task_struct->did_execOleg Nesterov2014-01-23
* kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn2014-01-23
* kernel/fork.c: fix coding style issuesDaeseok Youn2014-01-23
* kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-23
* introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-21
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\
| * sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-13
| * rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-13
| * sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-13
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-01-13
| |\
| * | tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov2013-11-27
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-17
|\ \ \ | |_|/ |/| |
| * | fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman2013-11-26
| |/
* / mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-18
|/
* 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
| |/