summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-221-0/+1
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-01-301-3/+2
* exit/exec: Seperate mm_release()Thomas Gleixner2021-01-301-1/+11
* futex: Move futex exit handling into futex codeThomas Gleixner2021-01-301-22/+3
* fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-101-5/+5
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+21
* fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli2020-01-271-1/+5
* fork, memcg: fix cached_stacks caseShakeel Butt2020-01-271-0/+1
* fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel2020-01-271-2/+7
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-12-051-5/+0
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-171-2/+2
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-1/+1
* userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli2019-05-221-2/+29
* fork: record start_time lateDavid Herrmann2019-01-131-2/+11
* mm: respect arch_dup_mmap() return valueNadav Amit2018-09-041-2/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-1/+5
|\
| * fork: don't copy inconsistent signal handler state to childJann Horn2018-08-221-0/+2
| * kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-221-0/+1
| * mm: zero out the vma in vma_init()Andrew Morton2018-08-221-1/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-21/+54
|\ \ | |/ |/|
| * signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-091-18/+25
| * fork: Have new threads join on-going signal group stopsEric W. Biederman2018-08-031-12/+15
| * fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman2018-07-231-0/+6
| * fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman2018-07-231-4/+7
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+2
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-5/+18
* | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-171-0/+3
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-0/+5
|\ \
| * \ Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-5/+30
| |\ \
| * | | blk-cgroup: clear the throttle queue on forkJosef Bacik2018-08-011-0/+5
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-6/+9
|\ \ \
| * | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-6/+9
| |/ /
* | / mm: introduce vma_init()Kirill A. Shutemov2018-07-261-4/+2
| |/ |/|
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-2/+8
* | mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds2018-07-211-3/+7
* | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-3/+18
|/
* mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa2018-06-151-0/+8
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+2
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+2
* | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-0/+1
* | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-1/+1
|\ \ | |/ |/|
| * audit: use inline function to set audit contextRichard Guy Briggs2018-05-141-1/+1
* | fork: unconditionally clear stack on forkKees Cook2018-04-201-2/+1
|/
* kernel/fork.c: detect early free of a live mmMark Rutland2018-04-051-0/+2
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-1/+6
* mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski2018-04-021-2/+2
* include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-211-13/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-26/+29
|\
| * kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza2018-02-061-0/+4