summaryrefslogtreecommitdiffstats
path: root/include/linux/pid.h
Commit message (Expand)AuthorAgeFilesLines
* pid: move pidfd_get_pid() to pid.cMinchan Kim2020-10-181-0/+1
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-0/+1
|\
| * proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman2020-04-281-0/+1
* | sysctl: remove all extern declaration from sysctl.cChristoph Hellwig2020-04-271-0/+3
|/
* proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-0/+1
* proc: Use a list of inodes to flush from procEric W. Biederman2020-02-241-0/+1
* fork: extend clone3() to support setting a PIDAdrian Reber2019-11-151-1/+2
* pidfd: check pid has attached task in fdinfoChristian Brauner2019-10-171-0/+4
* pidfd: add P_PIDFD to waitid()Christian Brauner2019-08-011-0/+4
* kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)2019-07-161-2/+3
* pidfd: add polling supportJoel Fernandes (Google)2019-06-281-0/+3
* clone: add CLONE_PIDFDChristian Brauner2019-05-071-0/+2
* include/linux/pid.h: remove next_pidmap() declarationNadav Amit2019-03-071-1/+0
* pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-2/+1
* pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-7/+1
* pid: remove pidhashGargi Sharma2017-11-171-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-1/+3
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-1/+1
* include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa2017-02-271-2/+2
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-031-4/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* pidns: Stop pid allocation when init diesEric W. Biederman2012-12-251-0/+1
* pid: fix typo in function descriptionSisir Koppaka2011-05-261-1/+1
* next_pidmap: fix overflow conditionLinus Torvalds2011-04-181-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-231-0/+11
* pid: implement ns_of_pidEric W. Biederman2009-01-081-0/+18
* pid: fix the do_each_pid_task() macroSteven Rostedt2008-12-041-2/+2
* fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-201-0/+9
* pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov2008-07-251-1/+1
* pidns: remove now unused find_pid function.Pavel Emelyanov2008-07-251-3/+1
* shrink struct pid by removing padding on 64 bit buildsRichard Kennedy2008-07-251-1/+1
* pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov2008-04-301-1/+1
* pids: introduce change_pid() helperOleg Nesterov2008-04-301-2/+4
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-131-11/+10
* uglify while_each_pid_task() to make sure we don't count the execing pricess ...Oleg Nesterov2008-02-081-0/+6
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-081-11/+3
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-081-1/+1
* Uninline find_pid etc set of functionsPavel Emelyanov2007-10-191-3/+2
* pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov2007-10-191-3/+0
* pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2007-10-191-0/+1
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-2/+14
* pid namespaces: helpers to obtain pid numbersPavel Emelyanov2007-10-191-1/+23
* pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov2007-10-191-1/+1
* pid namespaces: introduce struct upidSukadev Bhattiprolu2007-10-191-0/+16
* statically initialize struct pid for swapperSukadev Bhattiprolu2007-05-111-0/+2
* attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-111-2/+1
* [PATCH] pid: remove now unused do_each_task_pid and while_each_task_pidEric W. Biederman2007-02-121-14/+0
* [PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu2006-12-081-2/+3