summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
AgeCommit message (Expand)AuthorLines
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich-11/+4
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas-7/+0
2009-06-29kmemleak: Inform kmemleak about pid_hashCatalin Marinas-0/+7
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig-14/+3
2009-04-02pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov-15/+16
2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov-0/+2
2009-01-08pid: generalize task_active_pid_nsEric W. Biederman-0/+6
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer-1/+1
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov-7/+1
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