summaryrefslogtreecommitdiff
path: root/kernel/fork.c (follow)
Commit message (Expand)AuthorAge
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-02-03
* exit/exec: Seperate mm_release()Thomas Gleixner2021-02-03
* futex: Move futex exit handling into futex codeThomas Gleixner2021-02-03
* fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-10
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-17
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-04
* fork: record start_time lateDavid Herrmann2019-01-13
* kthread: Fix use-after-free if kthread fork failsVegard Nossum2018-09-19
* fork: don't copy inconsistent signal handler state to childJann Horn2018-09-15
* kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins2018-01-05
* kaiser: merged updateDave Hansen2018-01-05
* KAISER: Kernel Address IsolationRichard Fellner2018-01-05
* stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-06-14
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-25
* kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2017-03-26
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-06
* kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-10-07
* mm: introduce get_task_exe_fileMateusz Guzik2016-09-24
* cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh2016-09-15
* sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior2016-01-06
* cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov2015-11-30
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-05
|\
| * mm: introduce VM_LOCKONFAULTEric B Munson2015-11-05
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-05
|\ \ | |/ |/|
| * cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-15
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-16
* | posix_cpu_timer: Convert cputimer->running to boolJason Low2015-10-15
|/
* Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-16
* userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-04
* userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2015-09-04
* Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-09-02
|\
| * cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-01
|\ \
| * | userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman2015-08-12
| * | unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-08-12
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-31
|\ \
| * | sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-03
| |/
* | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-18
* | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-18
|/
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-26
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-26
* | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-25
* | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-19
* | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-08
* | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-08
|/
* oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-17
* prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-17
* mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-17
* kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-17
* kernel/fork.c: avoid division by zeroHeinrich Schuchardt2015-04-17