summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)2019-07-171-5/+4Star
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+71
|\
| * pid: add pidfd_open()Christian Brauner2019-06-281-0/+69
| * pidfd: add polling supportJoel Fernandes (Google)2019-06-281-0/+2
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* kernel/pid.c: remove unneeded hash header fileTimmy Li2019-05-151-1/+0Star
* Fix failure path in alloc_pid()Matthew Wilcox2018-12-281-2/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* fork: report pid exhaustion correctlyKJ Tsanaktsidis2018-09-201-1/+1
* pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-2/+0Star
* pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-23/+22Star
* pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-7/+8
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-1/+1
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-071-0/+13
* Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-1/+13
|\
| * Expand INIT_STRUCT_PID and removeDavid Howells2018-01-171-1/+13
* | pid: Handle failure to allocate the first pid in a pid namespaceEric W. Biederman2017-12-241-3/+5
|/
* pid: remove pidhashGargi Sharma2017-11-181-38/+10Star
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-181-165/+36Star
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-7/+4Star
* pid: kill pidhash_size in pidhash_init()Kefeng Wang2017-08-031-3/+0Star
* mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-071-5/+2Star
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2017-05-091-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-3/+1Star
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-281-1/+1
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-02-011-1/+1
|\
| * pid: Fix spelling in commentsZhen Lei2016-01-301-1/+1
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
|/
* pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2015-11-241-2/+2
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-231-3/+2Star
* fork: report pid reservation failure properlyMichal Hocko2015-04-171-7/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-1/+4
|\
| * copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+3
| * common object embedded into various struct ....nsAl Viro2014-12-041-1/+1
* | exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2014-12-111-0/+2
|/
* pidns: fix free_pid() to handle the first fork failureOleg Nesterov2013-09-301-0/+5
* pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman2013-08-311-0/+1
* kernel/pid.c: move statementRaphael S. Carvalho2013-07-041-1/+1
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-041-8/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-0/+1
|\
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-0/+1
* | pid_namespace.c/.h: simplify definesRaphael S.Carvalho2013-05-011-3/+0Star
* | kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho2013-05-011-2/+6
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman2013-02-121-1/+1
* pidns: Stop pid allocation when init diesEric W. Biederman2012-12-261-3/+12
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-181-15/+0Star
|\
| * pidns: remove unused is_container_init()Gao feng2012-12-181-15/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-8/+39
|\ \ | |/ |/|