summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
Commit message (Expand)AuthorAgeFilesLines
* Add RCU check for find_task_by_vpid().Tetsuo Handa2010-08-191-0/+1
* rculist: avoid __rcu annotationsArnd Bergmann2010-08-191-1/+1
* pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov2010-08-111-10/+7
* pids: fix a race in pid generation that causes pids to be reused immediatelySalman2010-08-111-1/+38
* pids: increase pid_max based on num_possible_cpusHedi Berriche2010-05-271-0/+7
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-1/+3
|\
| * rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney2010-03-041-1/+3
* | kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa2010-03-061-1/+1
|/
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-251-1/+1
* pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa2009-12-161-3/+2
* pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa2009-12-161-3/+4
* mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich2009-09-221-11/+4
* kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas2009-07-091-7/+0
* kmemleak: Inform kmemleak about pid_hashCatalin Marinas2009-06-291-0/+7
* pids: clean up find_task_by_pid variantsChristoph Hellwig2009-06-181-14/+3
* pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov2009-04-021-15/+16
* pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov2009-04-021-0/+2
* pid: generalize task_active_pid_nsEric W. Biederman2009-01-081-0/+6
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* pidns: remove now unused find_pid function.Pavel Emelyanov2008-07-251-7/+1
* proc: misplaced export of find_get_pidDavid Sterba2008-07-251-1/+1
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
* pids: introduce change_pid() helperOleg Nesterov2008-04-301-5/+16
* pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov2008-04-301-1/+0
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-6/+0
* free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov2008-04-301-6/+7
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-9/+9
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-081-0/+6
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-081-181/+3
* gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov2008-02-071-0/+1
* pidns: Place under CONFIG_EXPERIMENTALEric W. Biederman2007-11-141-0/+2
* Uninline the task_xid_nr_ns() callsPavel Emelyanov2007-10-191-0/+24
* Uninline find_pid etc set of functionsPavel Emelyanov2007-10-191-0/+12
* pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov2007-10-191-1/+0
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-0/+19
* pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2007-10-191-0/+38
* pid namespaces: create a slab-cache for 'struct pid_namespace'Sukadev Bhattiprolu2007-10-191-3/+6
* pid namespaces: allow cloning of new namespacePavel Emelyanov2007-10-191-6/+82
* pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov2007-10-191-7/+14
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-17/+26
* pid namespaces: helpers to obtain pid numbersPavel Emelyanov2007-10-191-0/+13
* pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov2007-10-191-15/+34
* pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov2007-10-191-1/+2
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-0/+5
* pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-191-2/+2
* pid namespaces: dynamic kmem cache allocator for pid namespacesPavel Emelianov2007-10-191-6/+64
* namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman2007-07-161-1/+1
* statically initialize struct pid for swapperSukadev Bhattiprolu2007-05-111-0/+2
* attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-111-3/+6
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-8/+3
OpenPOWER on IntegriCloud