aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pid.h
AgeCommit message (Expand)Author
2011-05-26pid: fix typo in function descriptionSisir Koppaka
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman
2009-01-08pid: implement ns_of_pidEric W. Biederman
2008-12-04pid: fix the do_each_pid_task() macroSteven Rostedt
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen
2008-07-25pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov
2008-07-25shrink struct pid by removing padding on 64 bit buildsRichard Kennedy
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov
2008-04-30pids: introduce change_pid() helperOleg Nesterov
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2008-02-08uglify while_each_pid_task() to make sure we don't count the execing pricess ...Oleg Nesterov
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov
2007-10-19pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov
2007-10-19pid namespaces: introduce struct upidSukadev Bhattiprolu
2007-05-11statically initialize struct pid for swapperSukadev Bhattiprolu
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu
2007-02-12[PATCH] pid: remove now unused do_each_task_pid and while_each_task_pidEric W. Biederman
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu
2006-10-03[PATCH] pid.h cleanupAndrew Morton
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov
2006-10-02[PATCH] pid: simplify pid iteratorsOleg Nesterov
2006-10-02[PATCH] pid: implement pid_nrEric W. Biederman
2006-10-02[PATCH] pid: add do_each_pid_taskEric W. Biederman
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman
2006-03-28[PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov
2006-03-28[PATCH] pidhash: kill switch_exec_pidsEric W. Biederman
2005-04-16Linux-2.6.12-rc2Linus Torvalds