aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] pid.h cleanupAndrew Morton2006-10-031-15/+15
* [PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov2006-10-021-0/+2
* [PATCH] pid: simplify pid iteratorsOleg Nesterov2006-10-021-36/+23
* [PATCH] pid: implement pid_nrEric W. Biederman2006-10-021-0/+8
* [PATCH] pid: add do_each_pid_taskEric W. Biederman2006-10-021-0/+13
* [PATCH] proc: readdir race fix (take 3)Eric W. Biederman2006-10-021-0/+1
* [PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman2006-09-271-0/+2
* [PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2006-03-311-15/+81
* [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-281-1/+0
* [PATCH] pidhash: kill switch_exec_pidsEric W. Biederman2006-03-281-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+55