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