aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pid.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid listsOleg Nesterov1-4/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman1-0/+1
2011-05-26pid: fix typo in function descriptionSisir Koppaka1-1/+1
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman1-0/+11
2009-01-08pid: implement ns_of_pidEric W. Biederman1-0/+18
2008-12-04pid: fix the do_each_pid_task() macroSteven Rostedt1-2/+2
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen1-0/+9
2008-07-25pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov1-1/+1
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov1-3/+1
2008-07-25shrink struct pid by removing padding on 64 bit buildsRichard Kennedy1-1/+1
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov1-1/+1
2008-04-30pids: introduce change_pid() helperOleg Nesterov1-2/+4
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-11/+10
2008-02-08uglify while_each_pid_task() to make sure we don't count the execing pricess twiceOleg Nesterov1-0/+6
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman1-11/+3
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov1-1/+1
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov1-3/+2
2007-10-19pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov1-3/+0
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu1-0/+1
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-2/+14
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov1-1/+23
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov1-1/+1
2007-10-19pid namespaces: introduce struct upidSukadev Bhattiprolu1-0/+16
2007-05-11statically initialize struct pid for swapperSukadev Bhattiprolu1-0/+2
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu1-2/+1
2007-02-12[PATCH] pid: remove now unused do_each_task_pid and while_each_task_pidEric W. Biederman1-14/+0
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu1-2/+3
2006-10-03[PATCH] pid.h cleanupAndrew Morton1-15/+15
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov1-0/+2
2006-10-02[PATCH] pid: simplify pid iteratorsOleg Nesterov1-36/+23
2006-10-02[PATCH] pid: implement pid_nrEric W. Biederman1-0/+8
2006-10-02[PATCH] pid: add do_each_pid_taskEric W. Biederman1-0/+13
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman1-0/+1
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman1-0/+2
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman1-15/+81
2006-03-28[PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov1-1/+0
2006-03-28[PATCH] pidhash: kill switch_exec_pidsEric W. Biederman1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+55