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