summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng1-1/+1
2019-05-14userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli1-2/+29
2019-05-10fork: do not release lock that wasn't takenChristian Brauner1-2/+3
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+2
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-4/+103
2019-05-07clone: add CLONE_PIDFDChristian Brauner1-4/+103
2019-04-30fork: Provide a function for copying init_mmNadav Amit1-6/+18
2019-04-30uprobes: Initialize uprobes earlierNadav Amit1-0/+1
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin1-0/+2
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing1-1/+0
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-1/+1
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova1-3/+3
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova1-2/+2
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova1-3/+3
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-4/+4
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2019-01-08fork: record start_time lateDavid Herrmann1-2/+11
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-5/+0
2018-12-28kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-2/+3
2018-12-21fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel1-2/+7
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+4
2018-10-26mm: rework memcg kernel stack accountingRoman Gushchin1-6/+49
2018-09-04mm: respect arch_dup_mmap() return valueNadav Amit1-2/+1
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov1-0/+3
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+5
2018-08-22fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov1-0/+1
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-1/+2
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+54
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-0/+3
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+9
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman1-18/+25
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-5/+30
2018-08-03fork: Have new threads join on-going signal group stopsEric W. Biederman1-12/+15
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik1-0/+5
2018-07-26mm: introduce vma_init()Kirill A. Shutemov1-4/+2
2018-07-23fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman1-0/+6
2018-07-23fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman1-4/+7
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-2/+8
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds1-3/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-3/+18
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-1/+2
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-5/+18
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-6/+9