aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/pid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-02[PATCH] pids coding style use struct pidmap in next_pidmapEric W. Biederman1-1/+1
2006-10-02[PATCH] pids: coding style: use struct pidmapSukadev Bhattiprolu1-5/+5
2006-10-02[PATCH] pid: export the symbols needed to use struct pid *Eric W. Biederman1-0/+3
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman1-0/+36
2006-09-27[PATCH] pid: remove temporary debug code in attach_pidEric W. Biederman1-3/+0
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman1-0/+9
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-3/+3
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman1-66/+146
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov1-9/+1
2006-03-28[PATCH] pidhash: kill switch_exec_pidsEric W. Biederman1-30/+0
2006-01-08[PATCH] RCU signal handlingIngo Molnar1-11/+11
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+292