summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
Commit message (Expand)AuthorAgeFilesLines
* pidns: remove now unused find_pid function.Pavel Emelyanov2008-07-251-7/+1
* proc: misplaced export of find_get_pidDavid Sterba2008-07-251-1/+1
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
* pids: introduce change_pid() helperOleg Nesterov2008-04-301-5/+16
* pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov2008-04-301-1/+0
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-6/+0
* free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov2008-04-301-6/+7
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-9/+9
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-081-0/+6
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-081-181/+3
* gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov2008-02-071-0/+1
* pidns: Place under CONFIG_EXPERIMENTALEric W. Biederman2007-11-141-0/+2
* Uninline the task_xid_nr_ns() callsPavel Emelyanov2007-10-191-0/+24
* Uninline find_pid etc set of functionsPavel Emelyanov2007-10-191-0/+12
* pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov2007-10-191-1/+0
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-0/+19
* pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2007-10-191-0/+38
* pid namespaces: create a slab-cache for 'struct pid_namespace'Sukadev Bhattiprolu2007-10-191-3/+6
* pid namespaces: allow cloning of new namespacePavel Emelyanov2007-10-191-6/+82
* pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov2007-10-191-7/+14
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-17/+26
* pid namespaces: helpers to obtain pid numbersPavel Emelyanov2007-10-191-0/+13
* pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov2007-10-191-15/+34
* pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov2007-10-191-1/+2
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-0/+5
* pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-191-2/+2
* pid namespaces: dynamic kmem cache allocator for pid namespacesPavel Emelianov2007-10-191-6/+64
* namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman2007-07-161-1/+1
* statically initialize struct pid for swapperSukadev Bhattiprolu2007-05-111-0/+2
* attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-111-3/+6
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-8/+3
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-071-3/+1
* [PATCH] namespaces: fix task exit disasterSerge E. Hallyn2007-01-301-1/+1
* [PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu2006-12-081-1/+2
* [PATCH] use current->nsproxy->pid_nsCedric Le Goater2006-12-081-3/+3
* [PATCH] to nsproxyCedric Le Goater2006-12-081-0/+23
* [PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu2006-12-081-24/+25
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov2006-10-021-0/+9
* [PATCH] Use struct pspace in next_pidmap and find_ge_pidEric W. Biederman2006-10-021-6/+7
* [PATCH] Define struct pspaceSukadev Bhattiprolu2006-10-021-22/+31
* [PATCH] Move pidmap to pspace.hSukadev Bhattiprolu2006-10-021-6/+1
* [PATCH] pids coding style use struct pidmap in next_pidmapEric W. Biederman2006-10-021-1/+1
* [PATCH] pids: coding style: use struct pidmapSukadev Bhattiprolu2006-10-021-5/+5
* [PATCH] pid: export the symbols needed to use struct pid *Eric W. Biederman2006-10-021-0/+3
* [PATCH] proc: readdir race fix (take 3)Eric W. Biederman2006-10-021-0/+36
* [PATCH] pid: remove temporary debug code in attach_pidEric W. Biederman2006-09-271-3/+0
* [PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman2006-09-271-0/+9
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-3/+3
* [PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2006-03-311-66/+146