summaryrefslogtreecommitdiff
path: root/kernel/pid.c
AgeCommit message (Expand)Author
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel
2010-08-19Add RCU check for find_task_by_vpid().Tetsuo Handa
2010-08-19rculist: avoid __rcu annotationsArnd Bergmann
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov
2010-08-11pids: fix a race in pid generation that causes pids to be reused immediatelySalman
2010-05-27pids: increase pid_max based on num_possible_cpusHedi Berriche
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2009-12-16pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa
2009-12-16pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas
2009-06-29kmemleak: Inform kmemleak about pid_hashCatalin Marinas
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig
2009-04-02pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov
2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov
2009-01-08pid: generalize task_active_pid_nsEric W. Biederman
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
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