summaryrefslogtreecommitdiff
path: root/kernel/fork.c (unfollow)
Commit message (Expand)Author
2023-07-16mm: introduce arg_lock to protect arg_start|end andYang Shi
2023-05-22Revert "kernel: Only expose su when daemon is running"lineage-19.1Georg Veichtlbauer
2022-10-28UPSTREAM: pidfd: add polling supportJoel Fernandes (Google)
2022-10-28UPSTREAM: fork: do not release lock that wasn't takenChristian Brauner
2022-10-28BACKPORT: clone: add CLONE_PIDFDChristian Brauner
2022-07-27kernel: Only expose su when daemon is runningTom Marshall
2022-04-19cgroup: introduce cgroup namespacesAditya Kali
2022-04-19cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov
2021-02-03futex: Split futex_mm_release() for exit/execThomas Gleixner
2021-02-03exit/exec: Seperate mm_release()Thomas Gleixner
2021-02-03futex: Move futex exit handling into futex codeThomas Gleixner
2020-11-10fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu
2019-10-17kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-06-25sched/walt: Fix the memory leak of idle task load pointersPavankumar Kondeti
2019-01-13fork: record start_time lateDavid Herrmann
2018-09-19kthread: Fix use-after-free if kthread fork failsVegard Nossum
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn
2018-07-18ANDROID: Fix massive cpufreq_times memory leaksSultan Alsawaf
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2017-12-18BACKPORT: kernel: add kcov code coverageDmitry Vyukov
2017-09-21BACKPORT: partial: mm, oom_reaper: do not mmput synchronously from the oom re...Michal Hocko
2017-09-15UPSTREAM: Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman
2017-08-09UPSTREAM: Clarify naming of thread info/stack allocatorsLinus Torvalds
2017-07-21Revert "proc: smaps: Allow smaps access for CAP_SYS_RESOURCE"Daniel Mentz
2017-06-14stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-05-25pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai
2017-03-26kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2016-11-07sched/hmp: Fix memory leak when task fork failsSyed Rameez Mustafa
2016-10-17sched: Add per CPU load tracking for each taskSyed Rameez Mustafa
2016-10-07kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik
2016-09-15cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh
2016-09-14RFC: FROMLIST: cgroup: reduce read locked section of cgroup_threadgroup_rwsem...Balbir Singh
2016-08-29RFC: FROMLIST: cgroup: reduce read locked section of cgroup_threadgroup_rwsem...Balbir Singh
2016-08-26RFC: FROMLIST: cgroup: reduce read locked section of cgroup_threadgroup_rwsem...Balbir Singh
2016-04-13android/lowmemorykiller: Ignore tasks with freed mmLiam Mark
2016-03-22kernel: fork: Call KASan alloc before release the thread info pagesSe Wang (Patrick) Oh
2016-02-16proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2016-01-06sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior
2015-11-30cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli