aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/pid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-11/+4
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas1-7/+0
2009-06-29kmemleak: Inform kmemleak about pid_hashCatalin Marinas1-0/+7
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig1-14/+3
2009-04-02pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov1-15/+16
2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov1-0/+2
2009-01-08pid: generalize task_active_pid_nsEric W. Biederman1-0/+6
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov1-7/+1
2008-07-25proc: misplaced export of find_get_pidDavid Sterba1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-04-30pids: introduce change_pid() helperOleg Nesterov1-5/+16
2008-04-30pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov1-1/+0
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov1-6/+0
2008-04-30free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov1-6/+7
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-9/+9
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman1-0/+6
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov1-181/+3
2008-02-07gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov1-0/+1
2007-11-14pidns: Place under CONFIG_EXPERIMENTALEric W. Biederman1-0/+2
2007-10-19Uninline the task_xid_nr_ns() callsPavel Emelyanov1-0/+24
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov1-0/+12
2007-10-19pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov1-1/+0
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-0/+19
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu1-0/+38
2007-10-19pid namespaces: create a slab-cache for 'struct pid_namespace'Sukadev Bhattiprolu1-3/+6
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov1-6/+82
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov1-7/+14
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-17/+26
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov1-0/+13
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov1-15/+34
2007-10-19pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov1-1/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-0/+5
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu1-2/+2
2007-10-19pid namespaces: dynamic kmem cache allocator for pid namespacesPavel Emelianov1-6/+64
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman1-1/+1
2007-05-11statically initialize struct pid for swapperSukadev Bhattiprolu1-0/+2
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu1-3/+6
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty1-8/+3
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-3/+1
2007-01-30[PATCH] namespaces: fix task exit disasterSerge E. Hallyn1-1/+1
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu1-1/+2
2006-12-08[PATCH] use current->nsproxy->pid_nsCedric Le Goater1-3/+3
2006-12-08[PATCH] to nsproxyCedric Le Goater1-0/+23
2006-12-08[PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu1-24/+25
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov1-0/+9
2006-10-02[PATCH] Use struct pspace in next_pidmap and find_ge_pidEric W. Biederman1-6/+7
2006-10-02[PATCH] Define struct pspaceSukadev Bhattiprolu1-22/+31
2006-10-02[PATCH] Move pidmap to pspace.hSukadev Bhattiprolu1-6/+1