aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/pid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-30remove the no longer needed pid_alive() check in __task_pid_nr_ns()Oleg Nesterov1-2/+1
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman1-0/+19
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman1-0/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-10/+3
2020-03-25pidfd: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-2/+2
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner1-0/+8
2020-03-08pid: Fix error return value in some casesCorey Minyard1-0/+2
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman1-8/+0
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman1-0/+1
2020-01-13pid: Implement pidfd_getfd syscallSargun Dhillon1-0/+90
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber1-15/+57
2019-10-17pid: use pid_has_task() in pidfd_open()Christian Brauner1-7/+5
2019-10-17pid: use pid_has_task() in __change_pid()Christian Brauner1-1/+1
2019-07-16kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)1-5/+4
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+71
2019-06-28pid: add pidfd_open()Christian Brauner1-0/+69
2019-06-28pidfd: add polling supportJoel Fernandes (Google)1-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li1-1/+0
2018-12-28Fix failure path in alloc_pid()Matthew Wilcox1-2/+4
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-20fork: report pid exhaustion correctlyKJ Tsanaktsidis1-1/+1
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-2/+0
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-23/+22
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-7/+8
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox1-1/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport1-0/+13
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+13
2018-01-17Expand INIT_STRUCT_PID and removeDavid Howells1-1/+13
2017-12-23pid: Handle failure to allocate the first pid in a pid namespaceEric W. Biederman1-3/+5
2017-11-17pid: remove pidhashGargi Sharma1-38/+10
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma1-165/+36
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov1-7/+4
2017-08-02pid: kill pidhash_size in pidhash_init()Kefeng Wang1-3/+0
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin1-5/+2
2017-05-08pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai1-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra1-3/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-01-30pid: Fix spelling in commentsZhen Lei1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet1-2/+2
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-3/+2
2015-04-17fork: report pid reservation failure properlyMichal Hocko1-7/+8
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov1-0/+2
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-0/+3
2014-12-04common object embedded into various struct ....nsAl Viro1-1/+1