summaryrefslogtreecommitdiff
path: root/include/linux/pid.h
Commit message (Expand)AuthorAge
* pid: remove pidhashGargi Sharma2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-21
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-02
* include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa2017-02-27
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-03
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* pidns: Stop pid allocation when init diesEric W. Biederman2012-12-25
* pid: fix typo in function descriptionSisir Koppaka2011-05-26
* next_pidmap: fix overflow conditionLinus Torvalds2011-04-18
* Fix common misspellingsLucas De Marchi2011-03-31
* pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-23
* pid: implement ns_of_pidEric W. Biederman2009-01-08
* pid: fix the do_each_pid_task() macroSteven Rostedt2008-12-04
* fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-20
* pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov2008-07-25
* pidns: remove now unused find_pid function.Pavel Emelyanov2008-07-25
* shrink struct pid by removing padding on 64 bit buildsRichard Kennedy2008-07-25
* pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov2008-04-30
* pids: introduce change_pid() helperOleg Nesterov2008-04-30
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-13
* uglify while_each_pid_task() to make sure we don't count the execing pricess ...Oleg Nesterov2008-02-08
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-08
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-08
* Uninline find_pid etc set of functionsPavel Emelyanov2007-10-19
* pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov2007-10-19
* pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2007-10-19
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-19
* pid namespaces: helpers to obtain pid numbersPavel Emelyanov2007-10-19
* pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov2007-10-19
* pid namespaces: introduce struct upidSukadev Bhattiprolu2007-10-19
* statically initialize struct pid for swapperSukadev Bhattiprolu2007-05-11
* attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-11
* [PATCH] pid: remove now unused do_each_task_pid and while_each_task_pidEric W. Biederman2007-02-12
* [PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu2006-12-08
* [PATCH] pid.h cleanupAndrew Morton2006-10-03
* [PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov2006-10-02
* [PATCH] pid: simplify pid iteratorsOleg Nesterov2006-10-02
* [PATCH] pid: implement pid_nrEric W. Biederman2006-10-02
* [PATCH] pid: add do_each_pid_taskEric W. Biederman2006-10-02
* [PATCH] proc: readdir race fix (take 3)Eric W. Biederman2006-10-02
* [PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman2006-09-27
* [PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2006-03-31
* [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-28
* [PATCH] pidhash: kill switch_exec_pidsEric W. Biederman2006-03-28
* Linux-2.6.12-rc2Linus Torvalds2005-04-16