summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt
2019-01-08fork: record start_time lateDavid Herrmann
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang
2018-12-28kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-21fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner
2018-10-26mm: rework memcg kernel stack accountingRoman Gushchin
2018-09-04mm: respect arch_dup_mmap() return valueNadav Amit
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22fork: don't copy inconsistent signal handler state to childJann Horn
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-03fork: Have new threads join on-going signal group stopsEric W. Biederman
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik
2018-07-26mm: introduce vma_init()Kirill A. Shutemov
2018-07-23fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman
2018-07-23fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-05-14audit: use inline function to set audit contextRichard Guy Briggs
2018-04-20fork: unconditionally clear stack on forkKees Cook
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland