summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-22sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-1/+1
2019-05-11fork: record start_time lateDavid Herrmann1-3/+12
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov1-6/+2
2018-01-09KAISER: Kernel Address IsolationRichard Fellner1-0/+6
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-3/+6
2017-11-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-1/+1
2017-09-15pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai1-2/+6
2016-11-20kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2015-09-28unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman1-10/+18
2014-10-09perf: fix perf bug in fork()Peter Zijlstra1-2/+3
2014-06-21tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov1-0/+2
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky1-3/+7
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov1-2/+2
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-3/+3
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes1-1/+0
2014-04-07fork: collapse copy_flags into copy_processDavid Rientjes1-10/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-1/+6
2014-04-07mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton1-3/+8
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-3/+2
2014-03-29cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan1-3/+2
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith1-0/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov1-1/+0
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn1-3/+0
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn1-2/+2
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn1-1/+1
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov1-0/+7
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+7
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli1-0/+1
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-1/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli1-1/+3
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar1-0/+1
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+1
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov1-3/+1
2013-11-26fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman1-1/+1
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov1-2/+2
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov1-1/+1
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov1-1/+1
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel1-1/+1
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman1-3/+0
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov1-6/+3
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov1-15/+9
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov1-3/+2
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov1-3/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+0
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman1-5/+0